aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-05 09:19:39 +0200
committerChocobozzz <me@florianbigard.com>2020-05-05 09:19:50 +0200
commitf66b8d1226a48cd963ff25835d85ab40e0391c21 (patch)
treea9a98f087b74877f5be8fb896aeccf000e235367 /client
parent5734d223d5e398216210c58859f4d57757e1a3b4 (diff)
downloadPeerTube-f66b8d1226a48cd963ff25835d85ab40e0391c21.tar.gz
PeerTube-f66b8d1226a48cd963ff25835d85ab40e0391c21.tar.zst
PeerTube-f66b8d1226a48cd963ff25835d85ab40e0391c21.zip
Re generate translations
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.html2
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.html2
-rw-r--r--client/src/locale/angular.ar-001.xlf621
-rw-r--r--client/src/locale/angular.ca-ES.xlf657
-rw-r--r--client/src/locale/angular.cs-CZ.xlf620
-rw-r--r--client/src/locale/angular.da-DK.xlf612
-rw-r--r--client/src/locale/angular.de-DE.xlf656
-rw-r--r--client/src/locale/angular.el-GR.xlf612
-rw-r--r--client/src/locale/angular.en-GB.xlf630
-rw-r--r--client/src/locale/angular.en-US.xlf618
-rw-r--r--client/src/locale/angular.eo.xlf1398
-rw-r--r--client/src/locale/angular.es-ES.xlf1372
-rw-r--r--client/src/locale/angular.eu-ES.xlf687
-rw-r--r--client/src/locale/angular.fa-IR.xlf632
-rw-r--r--client/src/locale/angular.fi-FI.xlf617
-rw-r--r--client/src/locale/angular.fr-FR.xlf1412
-rw-r--r--client/src/locale/angular.gd.xlf626
-rw-r--r--client/src/locale/angular.gl-ES.xlf1436
-rw-r--r--client/src/locale/angular.hu-HU.xlf1360
-rw-r--r--client/src/locale/angular.it-IT.xlf656
-rw-r--r--client/src/locale/angular.ja-JP.xlf659
-rw-r--r--client/src/locale/angular.jbo.xlf614
-rw-r--r--client/src/locale/angular.ko-KR.xlf649
-rw-r--r--client/src/locale/angular.lt-LT.xlf659
-rw-r--r--client/src/locale/angular.nb-NO.xlf614
-rw-r--r--client/src/locale/angular.nl-NL.xlf611
-rw-r--r--client/src/locale/angular.oc.xlf682
-rw-r--r--client/src/locale/angular.pl-PL.xlf685
-rw-r--r--client/src/locale/angular.pt-BR.xlf654
-rw-r--r--client/src/locale/angular.pt-PT.xlf630
-rw-r--r--client/src/locale/angular.ru-RU.xlf659
-rw-r--r--client/src/locale/angular.sk-SK.xlf614
-rw-r--r--client/src/locale/angular.sl-SI.xlf609
-rw-r--r--client/src/locale/angular.sv-SE.xlf1378
-rw-r--r--client/src/locale/angular.ta.xlf614
-rw-r--r--client/src/locale/angular.th-TH.xlf1411
-rw-r--r--client/src/locale/angular.tr-TR.xlf657
-rw-r--r--client/src/locale/angular.uk-UA.xlf1442
-rw-r--r--client/src/locale/angular.vi-VN.xlf616
-rw-r--r--client/src/locale/angular.xlf668
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf656
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf1382
42 files changed, 22621 insertions, 9768 deletions
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html
index 7b75bd453..a9e1d4cc9 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.html
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html
@@ -2,7 +2,7 @@
2 [value]="followers" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions" 2 [value]="followers" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} followers" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} followers"
6> 6>
7 <ng-template pTemplate="caption"> 7 <ng-template pTemplate="caption">
8 <div class="caption"> 8 <div class="caption">
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html
index 5769c7b53..057e4d1d0 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.html
+++ b/client/src/app/+admin/follows/following-list/following-list.component.html
@@ -2,7 +2,7 @@
2 [value]="following" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions" 2 [value]="following" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} hosts" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} hosts"
6> 6>
7 <ng-template pTemplate="caption"> 7 <ng-template pTemplate="caption">
8 <div class="caption"> 8 <div class="caption">
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index dd0f66548..88c90d267 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -681,7 +681,7 @@
681 <source>Deleted</source> 681 <source>Deleted</source>
682 <target state="new">Deleted</target> 682 <target state="new">Deleted</target>
683 683
684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
685 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 685 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
686 <source>Edit starts/stops at</source> 686 <source>Edit starts/stops at</source>
687 <target state="new">Edit starts/stops at</target> 687 <target state="new">Edit starts/stops at</target>
@@ -1076,7 +1076,7 @@
1076 1076
1077 1077
1078 1078
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1080 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1080 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1081 <source>Ban this user</source> 1081 <source>Ban this user</source>
1082 <target>حظر هذا المستخدم</target> 1082 <target>حظر هذا المستخدم</target>
@@ -1088,11 +1088,8 @@
1088 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1088 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1089 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1089 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1090 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1090 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1091 <context-group purpose="location"> 1091
1092 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1093 <context context-type="linenumber">11</context>
1094 </context-group>
1095 </trans-unit>
1096 1093
1097 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1094 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1098 <source>Login</source> 1095 <source>Login</source>
@@ -1101,35 +1098,45 @@
1101 <context context-type="linenumber">2</context> 1098 <context context-type="linenumber">2</context>
1102 </context-group> 1099 </context-group>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1104 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1101 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1105 <source> 1102 <source>
1106 If you are looking for an account… 1103 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1107 </source><target state="new"> 1104 </source><target state="new">
1108 If you are looking for an account… 1105 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1109 </target> 1106 </target>
1110 <context-group purpose="location"> 1107 <context-group purpose="location">
1111 <context context-type="sourcefile">src/app/login/login.component.html</context> 1108 <context context-type="sourcefile">src/app/login/login.component.html</context>
1112 <context context-type="linenumber">7</context> 1109 <context context-type="linenumber">6</context>
1113 </context-group> 1110 </context-group>
1114 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1111 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1115 <source> 1112 <source>
1116 Currently this instance doesn't allow for user registration, but you can find an instance 1113 If you are looking for an account…
1117 that gives you the possibility to sign up for an account and upload your videos there. 1114 </source><target state="new">
1115 If you are looking for an account…
1116 </target>
1117 <context-group purpose="location">
1118 <context context-type="sourcefile">src/app/login/login.component.html</context>
1119 <context context-type="linenumber">12</context>
1120 </context-group>
1121 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1122 <source>
1123 Currently this instance doesn't allow for user registration, but you can find an instance
1124 that gives you the possibility to sign up for an account and upload your videos there.
1118 1125
1119 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1126 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1120 1127
1121 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1128 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1122 </source><target state="new"> 1129 </source><target state="new">
1123 Currently this instance doesn't allow for user registration, but you can find an instance 1130 Currently this instance doesn't allow for user registration, but you can find an instance
1124 that gives you the possibility to sign up for an account and upload your videos there. 1131 that gives you the possibility to sign up for an account and upload your videos there.
1125 1132
1126 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1133 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1127 1134
1128 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1135 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1129 </target> 1136 </target>
1130 <context-group purpose="location"> 1137 <context-group purpose="location">
1131 <context context-type="sourcefile">src/app/login/login.component.html</context> 1138 <context context-type="sourcefile">src/app/login/login.component.html</context>
1132 <context context-type="linenumber">11</context> 1139 <context context-type="linenumber">16</context>
1133 </context-group> 1140 </context-group>
1134 </trans-unit> 1141 </trans-unit>
1135 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1142 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1140,7 +1147,7 @@
1140 </context-group> 1147 </context-group>
1141 1148
1142 1149
1143 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1144 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1151 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1145 <source>User</source> 1152 <source>User</source>
1146 <target>المستخدِم</target> 1153 <target>المستخدِم</target>
@@ -1149,7 +1156,7 @@
1149 </context-group> 1156 </context-group>
1150 1157
1151 1158
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1153 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1160 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1154 <source>Username or email address</source> 1161 <source>Username or email address</source>
1155 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target> 1162 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target>
@@ -1157,15 +1164,18 @@
1157 <context context-type="linenumber">15</context> 1164 <context context-type="linenumber">15</context>
1158 </context-group> 1165 </context-group>
1159 1166
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1167 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1161 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1168 <source>
1162 <source>or create an account</source> 1169 or create an account
1163 <target>أو أنشئ حسابًا</target> 1170 </source><target state="new">
1164 <context-group name="null"> 1171 or create an account
1165 <context context-type="linenumber">18</context> 1172 </target>
1173 <context-group purpose="location">
1174 <context context-type="sourcefile">src/app/login/login.component.html</context>
1175 <context context-type="linenumber">40</context>
1166 </context-group> 1176 </context-group>
1167 1177 </trans-unit>
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1178
1169 1179
1170 1180
1171 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1181 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1183,13 +1193,10 @@
1183 1193
1184 1194
1185 1195
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1187 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1197 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1188 <context-group purpose="location"> 1198
1189 <context context-type="sourcefile">src/app/login/login.component.html</context> 1199 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1190 <context context-type="linenumber">50</context>
1191 </context-group>
1192 </trans-unit>
1193 1200
1194 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1201 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1195 <source>Login</source> 1202 <source>Login</source>
@@ -1199,7 +1206,13 @@
1199 </context-group> 1206 </context-group>
1200 1207
1201 1208
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1209 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1210 <source>Or sign in with</source><target state="new">Or sign in with</target>
1211 <context-group purpose="location">
1212 <context context-type="sourcefile">src/app/login/login.component.html</context>
1213 <context context-type="linenumber">68</context>
1214 </context-group>
1215 </trans-unit>
1203 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1216 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1204 <source>Forgot your password</source> 1217 <source>Forgot your password</source>
1205 <target>نسيتَ كلمتَك السرية</target> 1218 <target>نسيتَ كلمتَك السرية</target>
@@ -1207,14 +1220,14 @@
1207 <context context-type="linenumber">58</context> 1220 <context context-type="linenumber">58</context>
1208 </context-group> 1221 </context-group>
1209 1222
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1211 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1224 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1212 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1225 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1213 <target state="new"> 1226 <target state="new">
1214 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1227 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1215 </target> 1228 </target>
1216 1229
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1218 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1231 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1219 <source>Email</source> 1232 <source>Email</source>
1220 <target>البريد الإلكتروني</target> 1233 <target>البريد الإلكتروني</target>
@@ -1230,7 +1243,7 @@
1230 1243
1231 1244
1232 1245
1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1234 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1247 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1235 <source>Email address</source> 1248 <source>Email address</source>
1236 <target>عنوان البريد الإلكتروني</target> 1249 <target>عنوان البريد الإلكتروني</target>
@@ -1239,7 +1252,7 @@
1239 </context-group> 1252 </context-group>
1240 1253
1241 1254
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1243 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1256 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1244 <source>Send me an email to reset my password</source> 1257 <source>Send me an email to reset my password</source>
1245 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target> 1258 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target>
@@ -1247,7 +1260,7 @@
1247 <context context-type="linenumber">82</context> 1260 <context context-type="linenumber">82</context>
1248 </context-group> 1261 </context-group>
1249 1262
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1263 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1251 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1264 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1252 <source>Reset my password</source> 1265 <source>Reset my password</source>
1253 <target>إعادة تعيين كلمتي السرية</target> 1266 <target>إعادة تعيين كلمتي السرية</target>
@@ -2105,17 +2118,14 @@
2105 <target state="new"> 2118 <target state="new">
2106 This will replace an existing caption! 2119 This will replace an existing caption!
2107 </target> 2120 </target>
2108 <context-group purpose="location"> 2121
2109 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2122 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2110 <context context-type="linenumber">29</context>
2111 </context-group>
2112 </trans-unit>
2113 2123
2114 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2124 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2115 <source>Add this caption</source> 2125 <source>Add this caption</source>
2116 <target state="new">Add this caption</target> 2126 <target state="new">Add this caption</target>
2117 2127
2118 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2128 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2119 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2129 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2120 <source>Title</source> 2130 <source>Title</source>
2121 <target>العنوان</target> 2131 <target>العنوان</target>
@@ -2904,7 +2914,7 @@
2904 <context context-type="linenumber">215</context> 2914 <context context-type="linenumber">215</context>
2905 </context-group> 2915 </context-group>
2906 2916
2907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2917 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2908 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2918 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2909 <source>Get more information</source> 2919 <source>Get more information</source>
2910 <target>احصل على معلومات أكثر</target> 2920 <target>احصل على معلومات أكثر</target>
@@ -3106,11 +3116,8 @@
3106 3116
3107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3108 <source>Follow domain</source><target state="new">Follow domain</target> 3118 <source>Follow domain</source><target state="new">Follow domain</target>
3109 <context-group purpose="location"> 3119
3110 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3120 <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>
3111 <context context-type="linenumber">15</context>
3112 </context-group>
3113 </trans-unit>
3114 3121
3115 3122
3116 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3123 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3122,7 +3129,37 @@
3122 3129
3123 3130
3124 3131
3125 <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">29</context></context-group></trans-unit> 3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3133 <source>Clear filters</source><target state="new">Clear filters</target>
3134 <context-group purpose="location">
3135 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3136 <context context-type="linenumber">15</context>
3137 </context-group>
3138 <context-group purpose="location">
3139 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3140 <context context-type="linenumber">15</context>
3141 </context-group>
3142 <context-group purpose="location">
3143 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3144 <context context-type="linenumber">34</context>
3145 </context-group>
3146 <context-group purpose="location">
3147 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3148 <context context-type="linenumber">16</context>
3149 </context-group>
3150 <context-group purpose="location">
3151 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3152 <context context-type="linenumber">31</context>
3153 </context-group>
3154 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3156 <context context-type="linenumber">15</context>
3157 </context-group>
3158 <context-group purpose="location">
3159 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3160 <context context-type="linenumber">15</context>
3161 </context-group>
3162 </trans-unit>
3126 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3163 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3127 <source>ID</source> 3164 <source>ID</source>
3128 <target state="new">ID</target> 3165 <target state="new">ID</target>
@@ -3134,7 +3171,7 @@
3134 <source>Follower handle</source> 3171 <source>Follower handle</source>
3135 <target state="new">Follower handle</target> 3172 <target state="new">Follower handle</target>
3136 3173
3137 <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></trans-unit> 3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3138 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3175 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3139 <source>State</source> 3176 <source>State</source>
3140 <target>الحالة</target> 3177 <target>الحالة</target>
@@ -3145,7 +3182,7 @@
3145 3182
3146 3183
3147 3184
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3149 <source>Delayed.</source><target state="new">Delayed.</target> 3186 <source>Delayed.</source><target state="new">Delayed.</target>
3150 3187
3151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -3171,7 +3208,7 @@
3171 3208
3172 3209
3173 3210
3174 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3175 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3212 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3176 <source>Accepted</source> 3213 <source>Accepted</source>
3177 <target>تم القبول</target> 3214 <target>تم القبول</target>
@@ -3180,7 +3217,7 @@
3180 </context-group> 3217 </context-group>
3181 3218
3182 3219
3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3184 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3221 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3185 <source>Pending</source> 3222 <source>Pending</source>
3186 <target>معلق</target> 3223 <target>معلق</target>
@@ -3189,13 +3226,13 @@
3189 </context-group> 3226 </context-group>
3190 3227
3191 3228
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3193 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3230 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3194 <source>Accept</source> 3231 <source>Accept</source>
3195 <target state="new">Accept</target> 3232 <target state="new">Accept</target>
3196 3233
3197 3234
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3199 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3236 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3200 <source>Refuse</source> 3237 <source>Refuse</source>
3201 <target>رفض</target> 3238 <target>رفض</target>
@@ -3204,7 +3241,25 @@
3204 </context-group> 3241 </context-group>
3205 3242
3206 3243
3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3245 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3246 <context-group purpose="location">
3247 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3248 <context context-type="linenumber">55</context>
3249 </context-group>
3250 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3251 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3252 <context-group purpose="location">
3253 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3254 <context context-type="linenumber">56</context>
3255 </context-group>
3256 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3257 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3258 <context-group purpose="location">
3259 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3260 <context context-type="linenumber">5</context>
3261 </context-group>
3262 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3208 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3263 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3209 <context-group purpose="location"> 3264 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3265 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -3218,16 +3273,41 @@
3218 <context context-type="linenumber">19</context> 3273 <context context-type="linenumber">19</context>
3219 </context-group> 3274 </context-group>
3220 3275
3221 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3222 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3277 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3223 3278
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3225 <source>Follow domains</source><target state="new">Follow domains</target> 3280 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3226 <context-group purpose="location"> 3281 <context-group purpose="location">
3227 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3282 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3228 <context context-type="linenumber">50</context> 3283 <context context-type="linenumber">37</context>
3284 </context-group>
3285 <context-group purpose="location">
3286 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3287 <context context-type="linenumber">35</context>
3288 </context-group>
3289 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3290 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3291 <context-group purpose="location">
3292 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3293 <context context-type="linenumber">62</context>
3229 </context-group> 3294 </context-group>
3230 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3295 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3296 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3297 <context-group purpose="location">
3298 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3299 <context context-type="linenumber">63</context>
3300 </context-group>
3301 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3302 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3303 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3305 <context context-type="linenumber">5</context>
3306 </context-group>
3307 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3308 <source>Follow domains</source><target state="new">Follow domains</target>
3309
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3231 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3311 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3232 <context-group purpose="location"> 3312 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3313 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3303,7 +3383,7 @@
3303 3383
3304 3384
3305 3385
3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3307 <source> 3387 <source>
3308 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3388 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3309 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3389 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3388,42 +3468,36 @@
3388 <source>Batch actions</source> 3468 <source>Batch actions</source>
3389 <target state="new">Batch actions</target> 3469 <target state="new">Batch actions</target>
3390 3470
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3392 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3472 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3393 <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> 3473 <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>
3394 <target state="new">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>"/></target> 3474 <target state="new">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>"/></target>
3395 3475
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3397 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3477 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3398 <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> 3478 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3399 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3479 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3400 3480
3401 <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></trans-unit> 3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3402 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3482 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3403 <source>(banned)</source> 3483 <source>(banned)</source>
3404 <target state="new">(banned)</target> 3484 <target state="new">(banned)</target>
3405 3485
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3407 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3487 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3408 <context-group purpose="location"> 3488
3409 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3489
3410 <context context-type="linenumber">65</context> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3411 </context-group>
3412 <context-group purpose="location">
3413 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3414 <context context-type="linenumber">27</context>
3415 </context-group>
3416 </trans-unit>
3417 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3491 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3418 <source>User's email must be verified to login</source> 3492 <source>User's email must be verified to login</source>
3419 <target state="new">User's email must be verified to login</target> 3493 <target state="new">User's email must be verified to login</target>
3420 3494
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3422 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3496 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3423 <source>User's email is verified / User can login without email verification</source> 3497 <source>User's email is verified / User can login without email verification</source>
3424 <target state="new">User's email is verified / User can login without email verification</target> 3498 <target state="new">User's email is verified / User can login without email verification</target>
3425 3499
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3427 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3501 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3428 <source>Ban reason:</source> 3502 <source>Ban reason:</source>
3429 <target>سبب الحظر:</target> 3503 <target>سبب الحظر:</target>
@@ -3431,7 +3505,7 @@
3431 <context context-type="linenumber">95</context> 3505 <context context-type="linenumber">95</context>
3432 </context-group> 3506 </context-group>
3433 3507
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3435 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3509 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3436 <context-group purpose="location"> 3510 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3491,38 +3565,44 @@
3491 </context-group> 3565 </context-group>
3492 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3566 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3493 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3567 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3494 <context-group purpose="location"> 3568
3495 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3496 <context context-type="linenumber">10</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3570 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3500 <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> 3571 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3501 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3572 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3502 3573
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3504 <source>Video URL</source><target state="new">Video URL</target> 3575 <source>Video URL</source><target state="new">Video URL</target>
3505 3576
3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3507 <source>Total size</source><target state="new">Total size</target> 3578 <source>Total size</source><target state="new">Total size</target>
3508 3579
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3510 <source>List redundancies</source><target state="new">List redundancies</target> 3581 <source>List redundancies</source><target state="new">List redundancies</target>
3582
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3584 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3511 <context-group purpose="location"> 3585 <context-group purpose="location">
3512 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3586 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3513 <context context-type="linenumber">33</context> 3587 <context context-type="linenumber">77</context>
3588 </context-group>
3589 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3590 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3591 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3593 <context context-type="linenumber">78</context>
3514 </context-group> 3594 </context-group>
3515 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3595 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3516 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3596 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3517 3597
3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3519 <source> 3599 <source>
3520 No redundancy strategy is enabled on your instance. 3600 No redundancy strategy is enabled on your instance.
3521 </source><target state="new"> 3601 </source><target state="new">
3522 No redundancy strategy is enabled on your instance. 3602 No redundancy strategy is enabled on your instance.
3523 </target> 3603 </target>
3524 3604
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3526 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3606 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3527 <source>Sensitive</source> 3607 <source>Sensitive</source>
3528 <target>حساس</target> 3608 <target>حساس</target>
@@ -3530,17 +3610,27 @@
3530 <context context-type="linenumber">9</context> 3610 <context context-type="linenumber">9</context>
3531 </context-group> 3611 </context-group>
3532 3612
3533 <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">11</context></context-group></trans-unit> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3534 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3614 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3535 <source>Unfederated</source> 3615 <source>Unfederated</source>
3536 <target state="new">Unfederated</target> 3616 <target state="new">Unfederated</target>
3537 3617
3538 <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">12</context></context-group></trans-unit> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3539 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3619 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3540 <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> 3620 <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>
3541 <target state="new">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> 3621 <target state="new">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>
3542 3622
3543 <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">13</context></context-group></trans-unit> 3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3624 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3627 <context context-type="linenumber">50</context>
3628 </context-group>
3629 <context-group purpose="location">
3630 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3631 <context context-type="linenumber">89</context>
3632 </context-group>
3633 </trans-unit>
3544 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3634 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3545 <source>Go to the video</source> 3635 <source>Go to the video</source>
3546 <target>إنتقل إلى الفيديو</target> 3636 <target>إنتقل إلى الفيديو</target>
@@ -3550,7 +3640,7 @@
3550 3640
3551 3641
3552 3642
3553 <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">28</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">33</context></context-group></trans-unit> 3643 <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">33</context></context-group></trans-unit>
3554 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3644 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3555 <source>Actions</source> 3645 <source>Actions</source>
3556 <target>الإجراءات</target> 3646 <target>الإجراءات</target>
@@ -3559,7 +3649,7 @@
3559 </context-group> 3649 </context-group>
3560 3650
3561 3651
3562 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3652 <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">72</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">123</context></context-group></trans-unit>
3563 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3653 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3564 <source>Blacklist reason:</source> 3654 <source>Blacklist reason:</source>
3565 <target>سبب الحجب:</target> 3655 <target>سبب الحجب:</target>
@@ -3567,7 +3657,19 @@
3567 <context context-type="linenumber">43</context> 3657 <context context-type="linenumber">43</context>
3568 </context-group> 3658 </context-group>
3569 3659
3570 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3660 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3661 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3662 <context-group purpose="location">
3663 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3664 <context context-type="linenumber">93</context>
3665 </context-group>
3666 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3667 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3668 <context-group purpose="location">
3669 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3670 <context context-type="linenumber">94</context>
3671 </context-group>
3672 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3571 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3673 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3572 <context-group purpose="location"> 3674 <context-group purpose="location">
3573 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3675 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3596,7 +3698,43 @@
3596 <context context-type="linenumber">26</context> 3698 <context context-type="linenumber">26</context>
3597 </context-group> 3699 </context-group>
3598 3700
3599 <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">31</context></context-group></trans-unit> 3701 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3702 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3703 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3705 <context context-type="linenumber">18</context>
3706 </context-group>
3707 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3708 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3709 <context-group purpose="location">
3710 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3711 <context context-type="linenumber">19</context>
3712 </context-group>
3713 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3714 <source>Accepted reports</source><target state="new">Accepted reports</target>
3715 <context-group purpose="location">
3716 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3717 <context context-type="linenumber">20</context>
3718 </context-group>
3719 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3720 <source>Refused reports</source><target state="new">Refused reports</target>
3721 <context-group purpose="location">
3722 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3723 <context context-type="linenumber">21</context>
3724 </context-group>
3725 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3726 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3727 <context-group purpose="location">
3728 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3729 <context context-type="linenumber">22</context>
3730 </context-group>
3731 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3732 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3733 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3735 <context context-type="linenumber">23</context>
3736 </context-group>
3737 </trans-unit>
3600 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3738 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3601 <source>Reporter</source> 3739 <source>Reporter</source>
3602 <target>المُبلِغ</target> 3740 <target>المُبلِغ</target>
@@ -3604,7 +3742,7 @@
3604 <context context-type="linenumber">8</context> 3742 <context context-type="linenumber">8</context>
3605 </context-group> 3743 </context-group>
3606 3744
3607 <context-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></trans-unit> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3608 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3746 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3609 <source>Video</source> 3747 <source>Video</source>
3610 <target>الفيديو</target> 3748 <target>الفيديو</target>
@@ -3614,24 +3752,52 @@
3614 3752
3615 3753
3616 3754
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3618 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3756 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3619 <context-group purpose="location"> 3757 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3758 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3621 <context context-type="linenumber">46</context> 3759 <context context-type="linenumber">80</context>
3622 </context-group> 3760 </context-group>
3623 </trans-unit> 3761 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3762 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3763 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3765 <context context-type="linenumber">91</context>
3766 </context-group>
3767 <context-group purpose="location">
3768 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3769 <context context-type="linenumber">107</context>
3770 </context-group>
3771 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3772 <source>Video was deleted</source><target state="new">Video was deleted</target>
3773 <context-group purpose="location">
3774 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3775 <context context-type="linenumber">98</context>
3776 </context-group>
3777 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3778 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3779 <context-group purpose="location">
3780 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3781 <context context-type="linenumber">141</context>
3782 </context-group>
3783 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3784 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3785 <context-group purpose="location">
3786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3787 <context context-type="linenumber">142</context>
3788 </context-group>
3789 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3790 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3791
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3624 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3793 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3625 <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> 3794 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3626 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3795 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3627 3796
3628 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3629 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3798 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3630 <context-group purpose="location"> 3799
3631 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3632 <context context-type="linenumber">18</context>
3633 </context-group>
3634 </trans-unit>
3635 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3801 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3636 <source>Go to the account</source> 3802 <source>Go to the account</source>
3637 <target>إنتقل إلى الحساب</target> 3803 <target>إنتقل إلى الحساب</target>
@@ -3641,25 +3807,56 @@
3641 3807
3642 3808
3643 <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">27</context></context-group></trans-unit> 3809 <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">27</context></context-group></trans-unit>
3644 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3810 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3645 <source>Reason:</source>
3646 <target>السبب:</target>
3647 <context-group name="null">
3648 <context context-type="linenumber">53</context>
3649 </context-group>
3650
3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3652 <source>Note:</source><target state="new">Note:</target>
3653 <context-group purpose="location">
3654 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3655 <context context-type="linenumber">72</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3658 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3811 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3659 <context-group purpose="location"> 3812 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3813 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3661 <context context-type="linenumber">5</context> 3814 <context context-type="linenumber">5</context>
3662 </context-group> 3815 </context-group>
3816 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3817 <source>
3818 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3819 </source><target state="new">
3820 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3821 </target>
3822 <context-group purpose="location">
3823 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3824 <context context-type="linenumber">20</context>
3825 </context-group>
3826 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3827 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3828 <context-group purpose="location">
3829 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3830 <context context-type="linenumber">21</context>
3831 </context-group>
3832 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3833 <source>Reportee</source><target state="new">Reportee</target>
3834 <context-group purpose="location">
3835 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3836 <context context-type="linenumber">27</context>
3837 </context-group>
3838 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3839 <source>
3840 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3841 </source><target state="new">
3842 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3843 </target>
3844 <context-group purpose="location">
3845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3846 <context context-type="linenumber">40</context>
3847 </context-group>
3848 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3849 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3850 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3852 <context context-type="linenumber">41</context>
3853 </context-group>
3854 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3855 <source>Updated</source><target state="new">Updated</target>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3858 <context context-type="linenumber">47</context>
3859 </context-group>
3663 </trans-unit> 3860 </trans-unit>
3664 3861
3665 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3862 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3672,11 +3869,8 @@
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3673 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3870 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3674 <source>Mute domain</source><target state="new">Mute domain</target> 3871 <source>Mute domain</source><target state="new">Mute domain</target>
3675 <context-group purpose="location"> 3872
3676 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3873 <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></trans-unit>
3677 <context context-type="linenumber">11</context>
3678 </context-group>
3679 </trans-unit>
3680 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3874 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3681 <source>Instance</source> 3875 <source>Instance</source>
3682 <target>مثيل الخادوم</target> 3876 <target>مثيل الخادوم</target>
@@ -3687,7 +3881,7 @@
3687 3881
3688 3882
3689 3883
3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3691 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3885 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3692 <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> 3886 <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>
3693 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3887 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3695,7 +3889,7 @@
3695 3889
3696 3890
3697 3891
3698 <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">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">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> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3699 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3893 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3700 <source>Unmute</source> 3894 <source>Unmute</source>
3701 <target>إلغاء الكتم</target> 3895 <target>إلغاء الكتم</target>
@@ -3706,7 +3900,19 @@
3706 3900
3707 3901
3708 3902
3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3904 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3905 <context-group purpose="location">
3906 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3907 <context context-type="linenumber">51</context>
3908 </context-group>
3909 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3910 <source>No server found.</source><target state="new">No server found.</target>
3911 <context-group purpose="location">
3912 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3913 <context context-type="linenumber">52</context>
3914 </context-group>
3915 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3916 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3711 <context-group purpose="location"> 3917 <context-group purpose="location">
3712 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3918 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3718,17 +3924,11 @@
3718 </source><target state="new"> 3924 </source><target state="new">
3719 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3925 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3720 </target> 3926 </target>
3721 <context-group purpose="location"> 3927
3722 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3723 <context context-type="linenumber">37</context>
3724 </context-group>
3725 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3726 <source>Mute domains</source><target state="new">Mute domains</target> 3929 <source>Mute domains</source><target state="new">Mute domains</target>
3727 <context-group purpose="location"> 3930
3728 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3729 <context context-type="linenumber">35</context>
3730 </context-group>
3731 </trans-unit>
3732 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3932 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3733 <source>Account</source> 3933 <source>Account</source>
3734 <target>الحساب</target> 3934 <target>الحساب</target>
@@ -3737,7 +3937,19 @@
3737 </context-group> 3937 </context-group>
3738 3938
3739 3939
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3941 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3942 <context-group purpose="location">
3943 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3944 <context context-type="linenumber">58</context>
3945 </context-group>
3946 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3947 <source>No account found.</source><target state="new">No account found.</target>
3948 <context-group purpose="location">
3949 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3950 <context context-type="linenumber">59</context>
3951 </context-group>
3952 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3741 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3953 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3742 <context-group purpose="location"> 3954 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3955 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3854,7 +4066,7 @@
3854 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4066 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3855 </target> 4067 </target>
3856 4068
3857 <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">29</context></context-group></trans-unit> 4069 <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">47</context></context-group></trans-unit>
3858 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4070 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3859 <source>System</source> 4071 <source>System</source>
3860 <target state="translated">النظام</target> 4072 <target state="translated">النظام</target>
@@ -4045,7 +4257,7 @@
4045 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4257 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4046 <source>Strategy</source><target state="new">Strategy</target> 4258 <source>Strategy</source><target state="new">Strategy</target>
4047 4259
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4049 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4261 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4050 <source>Terms</source> 4262 <source>Terms</source>
4051 <target>الشروط</target> 4263 <target>الشروط</target>
@@ -5040,20 +5252,14 @@
5040 <context-group name="null"> 5252 <context-group name="null">
5041 <context context-type="linenumber">8</context> 5253 <context context-type="linenumber">8</context>
5042 </context-group> 5254 </context-group>
5043 <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> 5255
5044 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5256 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5045 <source>See the error</source><target state="new">See the error</target> 5257 <source>See the error</source><target state="new">See the error</target>
5046 <context-group purpose="location"> 5258
5047 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5259 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5048 <context context-type="linenumber">19</context>
5049 </context-group>
5050 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5051 <source>This video was deleted</source><target state="new">This video was deleted</target> 5260 <source>This video was deleted</source><target state="new">This video was deleted</target>
5052 <context-group purpose="location"> 5261
5053 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5262 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5054 <context context-type="linenumber">36</context>
5055 </context-group>
5056 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5057 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5263 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5058 <context-group purpose="location"> 5264 <context-group purpose="location">
5059 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5265 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6982,8 +7188,8 @@
6982 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7188 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6983 <context context-type="linenumber">1</context> 7189 <context context-type="linenumber">1</context>
6984 </context-group> 7190 </context-group>
6985 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7191 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6986 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7192 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6987 <context-group purpose="location"> 7193 <context-group purpose="location">
6988 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7194 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6989 <context context-type="linenumber">1</context> 7195 <context context-type="linenumber">1</context>
@@ -7847,6 +8053,12 @@
7847 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8053 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7848 <context context-type="linenumber">1</context> 8054 <context context-type="linenumber">1</context>
7849 </context-group> 8055 </context-group>
8056 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8057 <source>Unknown</source><target state="new">Unknown</target>
8058 <context-group purpose="location">
8059 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8060 <context context-type="linenumber">1</context>
8061 </context-group>
7850 </trans-unit> 8062 </trans-unit>
7851 8063
7852 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8064 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
@@ -9405,8 +9617,17 @@
9405 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9617 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9406 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9618 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9407 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9619 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9620
9621 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9622 <source>Mute server</source><target state="new">Mute server</target>
9408 <context-group purpose="location"> 9623 <context-group purpose="location">
9409 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9624 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9625 <context context-type="linenumber">1</context>
9626 </context-group>
9627 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9628 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9629 <context-group purpose="location">
9630 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9410 <context context-type="linenumber">1</context> 9631 <context context-type="linenumber">1</context>
9411 </context-group> 9632 </context-group>
9412 </trans-unit> 9633 </trans-unit>
@@ -9730,7 +9951,25 @@
9730 <context context-type="linenumber">1</context> 9951 <context context-type="linenumber">1</context>
9731 </context-group> 9952 </context-group>
9732 9953
9733 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9954 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9955 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9956 <context-group purpose="location">
9957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9958 <context context-type="linenumber">1</context>
9959 </context-group>
9960 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9961 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9962 <context-group purpose="location">
9963 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9964 <context context-type="linenumber">1</context>
9965 </context-group>
9966 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9967 <source>Delete video</source><target state="new">Delete video</target>
9968 <context-group purpose="location">
9969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9970 <context context-type="linenumber">1</context>
9971 </context-group>
9972 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9734 <source>Encoder</source><target state="new">Encoder</target> 9973 <source>Encoder</source><target state="new">Encoder</target>
9735 <context-group purpose="location"> 9974 <context-group purpose="location">
9736 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9975 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9788,7 +10027,25 @@
9788 <context-group name="null"> 10027 <context-group name="null">
9789 <context context-type="linenumber">1</context> 10028 <context context-type="linenumber">1</context>
9790 </context-group> 10029 </context-group>
9791 <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> 10030
10031 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10032 <source>Video deleted.</source><target state="new">Video deleted.</target>
10033 <context-group purpose="location">
10034 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10035 <context context-type="linenumber">1</context>
10036 </context-group>
10037 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10038 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10039 <context-group purpose="location">
10040 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10041 <context context-type="linenumber">1</context>
10042 </context-group>
10043 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10044 <source>Mute reporter</source><target state="new">Mute reporter</target>
10045 <context-group purpose="location">
10046 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10047 <context context-type="linenumber">1</context>
10048 </context-group>
9792 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10049 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9793 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10050 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
9794 <context-group purpose="location"> 10051 <context-group purpose="location">
@@ -9808,8 +10065,8 @@
9808 <context context-type="linenumber">1</context> 10065 <context context-type="linenumber">1</context>
9809 </context-group> 10066 </context-group>
9810 <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> 10067 <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>
9811 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10068 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9812 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10069 <source>Mirror</source><target state="new">Mirror</target>
9813 <context-group purpose="location"> 10070 <context-group purpose="location">
9814 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10071 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9815 <context context-type="linenumber">1</context> 10072 <context context-type="linenumber">1</context>
@@ -9821,7 +10078,25 @@
9821 <context-group name="null"> 10078 <context-group name="null">
9822 <context context-type="linenumber">1</context> 10079 <context context-type="linenumber">1</context>
9823 </context-group> 10080 </context-group>
9824 <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> 10081
10082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10083 <source>Note</source><target state="new">Note</target>
10084 <context-group purpose="location">
10085 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10086 <context context-type="linenumber">61</context>
10087 </context-group>
10088 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10089 <source>The video was deleted</source><target state="new">The video was deleted</target>
10090 <context-group purpose="location">
10091 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10092 <context context-type="linenumber">71</context>
10093 </context-group>
10094 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10095 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10096 <context-group purpose="location">
10097 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10098 <context context-type="linenumber">72</context>
10099 </context-group>
9825 </trans-unit> 10100 </trans-unit>
9826 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10101 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
9827 <source>Published</source> 10102 <source>Published</source>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index b1ac5600d..700c21507 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -580,9 +580,9 @@
580 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 580 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
581 <source>Deleted</source> 581 <source>Deleted</source>
582 <target state="translated">Suprimit</target> 582 <target state="translated">Suprimit</target>
583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 583
584 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 584
585 </trans-unit> 585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
586 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 586 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
587 <source>Edit starts/stops at</source> 587 <source>Edit starts/stops at</source>
588 <target state="translated">Edita iniciar/parar a</target> 588 <target state="translated">Edita iniciar/parar a</target>
@@ -942,7 +942,7 @@
942 942
943 943
944 944
945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
946 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 946 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
947 <source>Ban this user</source> 947 <source>Ban this user</source>
948 <target state="translated">Expulsa aquesta usuaria</target> 948 <target state="translated">Expulsa aquesta usuaria</target>
@@ -951,11 +951,8 @@
951 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 951 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
952 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 952 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
953 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 953 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
954 <context-group purpose="location"> 954
955 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
956 <context context-type="linenumber">11</context>
957 </context-group>
958 </trans-unit>
959 956
960 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 957 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
961 <source>Login</source> 958 <source>Login</source>
@@ -965,63 +962,83 @@
965 <context context-type="linenumber">2</context> 962 <context context-type="linenumber">2</context>
966 </context-group> 963 </context-group>
967 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
968 </trans-unit> 965 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
969 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 966 <source>
970 <source>If you are looking for an account…</source> 967 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
971 <target state="translated">Si está cercant un compte …</target> 968 </source><target state="new">
969 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
970 </target>
972 <context-group purpose="location"> 971 <context-group purpose="location">
973 <context context-type="sourcefile">src/app/login/login.component.html</context> 972 <context context-type="sourcefile">src/app/login/login.component.html</context>
974 <context context-type="linenumber">7</context> 973 <context context-type="linenumber">6</context>
975 </context-group> 974 </context-group>
976 </trans-unit> 975 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
977 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 976 <source>
977 If you are looking for an account…
978 </source><target state="new">
979 If you are looking for an account…
980 </target>
981 <context-group purpose="location">
982 <context context-type="sourcefile">src/app/login/login.component.html</context>
983 <context context-type="linenumber">12</context>
984 </context-group>
985 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
978 <source> 986 <source>
979 Currently this instance doesn't allow for user registration, but you can find an instance 987 Currently this instance doesn't allow for user registration, but you can find an instance
980 that gives you the possibility to sign up for an account and upload your videos there. 988 that gives you the possibility to sign up for an account and upload your videos there.
981 989
982 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 990 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
983 991
984 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 992 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
985 </source> 993 </source><target state="new">
986 <target state="translated">Aquesta instància no admet ara nous enregistraments d'usuaries, pots trobar altra a. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 994 Currently this instance doesn't allow for user registration, but you can find an instance
995 that gives you the possibility to sign up for an account and upload your videos there.
996
997 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
998
999 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1000 </target>
987 <context-group purpose="location"> 1001 <context-group purpose="location">
988 <context context-type="sourcefile">src/app/login/login.component.html</context> 1002 <context context-type="sourcefile">src/app/login/login.component.html</context>
989 <context context-type="linenumber">11</context> 1003 <context context-type="linenumber">16</context>
990 </context-group> 1004 </context-group>
991 </trans-unit> 1005 </trans-unit>
1006
1007
992 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1008 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
993 <source>Request new verification email.</source> 1009 <source>Request new verification email.</source>
994 <target state="translated">Demana nou correu de verificació..</target> 1010 <target state="translated">Demana nou correu de verificació..</target>
995 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1011
996 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1012
997 </trans-unit> 1013 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
998 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1014 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
999 <source>User</source> 1015 <source>User</source>
1000 <target>Usuari</target> 1016 <target>Usuari</target>
1001 <context-group name="null"> 1017 <context-group name="null">
1002 <context context-type="linenumber">13</context> 1018 <context context-type="linenumber">13</context>
1003 </context-group> 1019 </context-group>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1020
1005 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1021
1006 </trans-unit> 1022 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1007 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1023 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1008 <source>Username or email address</source> 1024 <source>Username or email address</source>
1009 <target>Nom d'usuari o adreça de correu electrònic</target> 1025 <target>Nom d'usuari o adreça de correu electrònic</target>
1010 <context-group name="null"> 1026 <context-group name="null">
1011 <context context-type="linenumber">15</context> 1027 <context context-type="linenumber">15</context>
1012 </context-group> 1028 </context-group>
1013 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1029
1014 </trans-unit> 1030 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1015 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1031 <source>
1016 <source>or create an account</source> 1032 or create an account
1017 <target> 1033 </source><target state="new">
1018 o crear un compte 1034 or create an account
1019 </target> 1035 </target>
1020 <context-group name="null"> 1036 <context-group purpose="location">
1021 <context context-type="linenumber">18</context> 1037 <context context-type="sourcefile">src/app/login/login.component.html</context>
1038 <context context-type="linenumber">40</context>
1022 </context-group> 1039 </context-group>
1023 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1024 </trans-unit> 1040 </trans-unit>
1041
1025 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1042 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1026 <source>Password</source> 1043 <source>Password</source>
1027 <target>Contrasenya</target> 1044 <target>Contrasenya</target>
@@ -1037,13 +1054,10 @@
1037 1054
1038 1055
1039 1056
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1057 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1041 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1058 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1042 <context-group purpose="location"> 1059
1043 <context context-type="sourcefile">src/app/login/login.component.html</context> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1044 <context context-type="linenumber">50</context>
1045 </context-group>
1046 </trans-unit>
1047 1061
1048 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1062 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1049 <source>Login</source> 1063 <source>Login</source>
@@ -1053,22 +1067,28 @@
1053 </context-group> 1067 </context-group>
1054 1068
1055 1069
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1071 <source>Or sign in with</source><target state="new">Or sign in with</target>
1072 <context-group purpose="location">
1073 <context context-type="sourcefile">src/app/login/login.component.html</context>
1074 <context context-type="linenumber">68</context>
1075 </context-group>
1076 </trans-unit>
1057 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1077 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1058 <source>Forgot your password</source> 1078 <source>Forgot your password</source>
1059 <target>Has oblidat la teva contrasenya</target> 1079 <target>Has oblidat la teva contrasenya</target>
1060 <context-group name="null"> 1080 <context-group name="null">
1061 <context context-type="linenumber">58</context> 1081 <context context-type="linenumber">58</context>
1062 </context-group> 1082 </context-group>
1063 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1083
1064 </trans-unit> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1065 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1085 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1066 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1086 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1067 <target state="new"> 1087 <target state="new">
1068 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1088 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1069 </target> 1089 </target>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1090
1071 </trans-unit> 1091 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1072 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1092 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1073 <source>Email</source> 1093 <source>Email</source>
1074 <target>Correu</target> 1094 <target>Correu</target>
@@ -1084,16 +1104,16 @@
1084 1104
1085 1105
1086 1106
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1088 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1108 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1089 <source>Email address</source> 1109 <source>Email address</source>
1090 <target>Adreça de correu</target> 1110 <target>Adreça de correu</target>
1091 <context-group name="null"> 1111 <context-group name="null">
1092 <context context-type="linenumber">10</context> 1112 <context context-type="linenumber">10</context>
1093 </context-group> 1113 </context-group>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1114
1095 <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">10</context></context-group> 1115
1096 </trans-unit> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1097 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1117 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1098 <source>Send me an email to reset my password</source> 1118 <source>Send me an email to reset my password</source>
1099 <target>Envia'm un correu per a restablir la contrasenya</target> 1119 <target>Envia'm un correu per a restablir la contrasenya</target>
@@ -1101,7 +1121,7 @@
1101 <context context-type="linenumber">82</context> 1121 <context context-type="linenumber">82</context>
1102 </context-group> 1122 </context-group>
1103 1123
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1105 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1125 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1106 <source>Reset my password</source> 1126 <source>Reset my password</source>
1107 <target> 1127 <target>
@@ -1965,17 +1985,14 @@
1965 <target state="new"> 1985 <target state="new">
1966 This will replace an existing caption! 1986 This will replace an existing caption!
1967 </target> 1987 </target>
1968 <context-group purpose="location"> 1988
1969 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1989 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1970 <context context-type="linenumber">29</context>
1971 </context-group>
1972 </trans-unit>
1973 1990
1974 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 1991 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1975 <source>Add this caption</source> 1992 <source>Add this caption</source>
1976 <target state="new">Add this caption</target> 1993 <target state="new">Add this caption</target>
1977 1994
1978 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1995 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1979 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1996 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1980 <source>Title</source> 1997 <source>Title</source>
1981 <target>Títol</target> 1998 <target>Títol</target>
@@ -2767,7 +2784,7 @@
2767 <context context-type="linenumber">215</context> 2784 <context context-type="linenumber">215</context>
2768 </context-group> 2785 </context-group>
2769 2786
2770 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2771 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2788 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2772 <source>Get more information</source> 2789 <source>Get more information</source>
2773 <target>Obtenir més informació</target> 2790 <target>Obtenir més informació</target>
@@ -2991,11 +3008,8 @@
2991 3008
2992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2993 <source>Follow domain</source><target state="new">Follow domain</target> 3010 <source>Follow domain</source><target state="new">Follow domain</target>
2994 <context-group purpose="location"> 3011
2995 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3012 <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>
2996 <context context-type="linenumber">15</context>
2997 </context-group>
2998 </trans-unit>
2999 3013
3000 3014
3001 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3015 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -3004,7 +3018,37 @@
3004 3018
3005 3019
3006 3020
3007 <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">29</context></context-group></trans-unit> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3022 <source>Clear filters</source><target state="new">Clear filters</target>
3023 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3025 <context context-type="linenumber">15</context>
3026 </context-group>
3027 <context-group purpose="location">
3028 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3029 <context context-type="linenumber">15</context>
3030 </context-group>
3031 <context-group purpose="location">
3032 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3033 <context context-type="linenumber">34</context>
3034 </context-group>
3035 <context-group purpose="location">
3036 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3037 <context context-type="linenumber">16</context>
3038 </context-group>
3039 <context-group purpose="location">
3040 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3041 <context context-type="linenumber">31</context>
3042 </context-group>
3043 <context-group purpose="location">
3044 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3045 <context context-type="linenumber">15</context>
3046 </context-group>
3047 <context-group purpose="location">
3048 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3049 <context context-type="linenumber">15</context>
3050 </context-group>
3051 </trans-unit>
3008 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3052 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3009 <source>ID</source> 3053 <source>ID</source>
3010 <target>ID</target> 3054 <target>ID</target>
@@ -3016,8 +3060,8 @@
3016 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3060 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3017 <source>Follower handle</source> 3061 <source>Follower handle</source>
3018 <target state="new">Follower handle</target> 3062 <target state="new">Follower handle</target>
3019 <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> 3063
3020 </trans-unit> 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3021 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3065 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3022 <source>State</source> 3066 <source>State</source>
3023 <target>Estat</target> 3067 <target>Estat</target>
@@ -3026,7 +3070,7 @@
3026 </context-group> 3070 </context-group>
3027 3071
3028 3072
3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3030 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3074 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3031 <source>Delayed.</source> 3075 <source>Delayed.</source>
3032 <target state="new">Delayed.</target> 3076 <target state="new">Delayed.</target>
@@ -3064,30 +3108,48 @@
3064 3108
3065 3109
3066 3110
3067 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3112 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3069 <source>Accepted</source> 3113 <source>Accepted</source>
3070 <target state="new">Accepted</target> 3114 <target state="new">Accepted</target>
3071 3115
3072 3116
3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3074 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3118 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3075 <source>Pending</source> 3119 <source>Pending</source>
3076 <target state="new">Pending</target> 3120 <target state="new">Pending</target>
3077 3121
3078 3122
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3080 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3124 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3081 <source>Accept</source> 3125 <source>Accept</source>
3082 <target state="new">Accept</target> 3126 <target state="new">Accept</target>
3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3127
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3128
3085 </trans-unit> 3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3086 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3130 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3087 <source>Refuse</source> 3131 <source>Refuse</source>
3088 <target state="new">Refuse</target> 3132 <target state="new">Refuse</target>
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3133
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3134
3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3136 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3137 <context-group purpose="location">
3138 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3139 <context context-type="linenumber">55</context>
3140 </context-group>
3141 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3142 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3143 <context-group purpose="location">
3144 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3145 <context context-type="linenumber">56</context>
3146 </context-group>
3147 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3148 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3149 <context-group purpose="location">
3150 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3151 <context context-type="linenumber">5</context>
3152 </context-group>
3091 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3153 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3092 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3154 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3093 <context-group purpose="location"> 3155 <context-group purpose="location">
@@ -3102,18 +3164,43 @@
3102 <context context-type="linenumber">19</context> 3164 <context context-type="linenumber">19</context>
3103 </context-group> 3165 </context-group>
3104 3166
3105 <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> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3106 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3168 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3107 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3169 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3108 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3170 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3109 3171
3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3111 <source>Follow domains</source><target state="new">Follow domains</target> 3173 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3112 <context-group purpose="location"> 3174 <context-group purpose="location">
3113 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3175 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3114 <context context-type="linenumber">50</context> 3176 <context context-type="linenumber">37</context>
3115 </context-group> 3177 </context-group>
3116 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3178 <context-group purpose="location">
3179 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3180 <context context-type="linenumber">35</context>
3181 </context-group>
3182 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3183 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3184 <context-group purpose="location">
3185 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3186 <context context-type="linenumber">62</context>
3187 </context-group>
3188 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3189 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3190 <context-group purpose="location">
3191 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3192 <context context-type="linenumber">63</context>
3193 </context-group>
3194 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3195 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3196 <context-group purpose="location">
3197 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3198 <context context-type="linenumber">5</context>
3199 </context-group>
3200 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3201 <source>Follow domains</source><target state="new">Follow domains</target>
3202
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3117 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3204 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3118 <context-group purpose="location"> 3205 <context-group purpose="location">
3119 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3206 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3189,7 +3276,7 @@
3189 3276
3190 3277
3191 3278
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3193 <source> 3280 <source>
3194 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3281 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3195 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3282 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3271,7 +3358,7 @@
3271 <source>Batch actions</source> 3358 <source>Batch actions</source>
3272 <target state="new">Batch actions</target> 3359 <target state="new">Batch actions</target>
3273 3360
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3275 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3362 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3276 <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> 3363 <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>
3277 <target>Nom d'usuari <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3364 <target>Nom d'usuari <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3279,42 +3366,36 @@
3279 <context context-type="linenumber">40</context> 3366 <context context-type="linenumber">40</context>
3280 </context-group> 3367 </context-group>
3281 3368
3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3283 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3370 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3284 <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> 3371 <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>
3285 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3372 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3286 3373
3287 <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></trans-unit> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3288 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3375 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3289 <source>(banned)</source> 3376 <source>(banned)</source>
3290 <target state="new">(banned)</target> 3377 <target state="new">(banned)</target>
3291 3378
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3293 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3380 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3294 <context-group purpose="location"> 3381
3295 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3382
3296 <context context-type="linenumber">65</context> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3297 </context-group>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3300 <context context-type="linenumber">27</context>
3301 </context-group>
3302 </trans-unit>
3303 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3384 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3304 <source>User's email must be verified to login</source> 3385 <source>User's email must be verified to login</source>
3305 <target state="new">User's email must be verified to login</target> 3386 <target state="new">User's email must be verified to login</target>
3306 3387
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3308 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3389 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3309 <source>User's email is verified / User can login without email verification</source> 3390 <source>User's email is verified / User can login without email verification</source>
3310 <target state="new">User's email is verified / User can login without email verification</target> 3391 <target state="new">User's email is verified / User can login without email verification</target>
3311 3392
3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3313 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3394 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3314 <source>Ban reason:</source> 3395 <source>Ban reason:</source>
3315 <target state="new">Ban reason:</target> 3396 <target state="new">Ban reason:</target>
3316 3397
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3318 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3399 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3319 <context-group purpose="location"> 3400 <context-group purpose="location">
3320 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3401 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3374,60 +3455,76 @@
3374 </context-group> 3455 </context-group>
3375 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3456 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3376 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3457 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3377 <context-group purpose="location"> 3458
3378 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3379 <context context-type="linenumber">10</context>
3380 </context-group>
3381 </trans-unit>
3382 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3460 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3383 <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> 3461 <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>
3384 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3462 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3385 3463
3386 3464
3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3388 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3466 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3389 <source>Video URL</source> 3467 <source>Video URL</source>
3390 <target state="new">Video URL</target> 3468 <target state="new">Video URL</target>
3391 3469
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3393 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3471 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3394 <source>Total size</source> 3472 <source>Total size</source>
3395 <target state="new">Total size</target> 3473 <target state="new">Total size</target>
3396 3474
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3398 <source>List redundancies</source><target state="new">List redundancies</target> 3476 <source>List redundancies</source><target state="new">List redundancies</target>
3477
3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3479 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3399 <context-group purpose="location"> 3480 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3481 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3401 <context context-type="linenumber">33</context> 3482 <context context-type="linenumber">77</context>
3483 </context-group>
3484 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3485 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3486 <context-group purpose="location">
3487 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3488 <context context-type="linenumber">78</context>
3402 </context-group> 3489 </context-group>
3403 </trans-unit> 3490 </trans-unit>
3404 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3491 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3405 <source>Enabled strategies stats</source> 3492 <source>Enabled strategies stats</source>
3406 <target state="new">Enabled strategies stats</target> 3493 <target state="new">Enabled strategies stats</target>
3407 3494
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3409 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3496 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3410 <source>No redundancy strategy is enabled on your instance.</source> 3497 <source>No redundancy strategy is enabled on your instance.</source>
3411 <target state="new"> 3498 <target state="new">
3412 No redundancy strategy is enabled on your instance. 3499 No redundancy strategy is enabled on your instance.
3413 </target> 3500 </target>
3414 3501
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3416 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3503 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3417 <source>Sensitive</source> 3504 <source>Sensitive</source>
3418 <target state="translated">Sensible</target> 3505 <target state="translated">Sensible</target>
3419 3506
3420 <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">11</context></context-group></trans-unit> 3507 <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">25</context></context-group></trans-unit>
3421 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3508 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3422 <source>Unfederated</source> 3509 <source>Unfederated</source>
3423 <target state="translated">Desfederat</target> 3510 <target state="translated">Desfederat</target>
3424 3511
3425 <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">12</context></context-group></trans-unit> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3426 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3513 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3427 <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> 3514 <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>
3428 <target state="translated">Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3515 <target state="translated">Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3429 3516
3430 <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">13</context></context-group></trans-unit> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3518 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3519 <context-group purpose="location">
3520 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3521 <context context-type="linenumber">50</context>
3522 </context-group>
3523 <context-group purpose="location">
3524 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3525 <context context-type="linenumber">89</context>
3526 </context-group>
3527 </trans-unit>
3431 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3528 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3432 <source>Go to the video</source> 3529 <source>Go to the video</source>
3433 <target>Anar al vídeo</target> 3530 <target>Anar al vídeo</target>
@@ -3437,18 +3534,30 @@
3437 3534
3438 3535
3439 3536
3440 <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">28</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">33</context></context-group></trans-unit> 3537 <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">33</context></context-group></trans-unit>
3441 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3538 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3442 <source>Actions</source> 3539 <source>Actions</source>
3443 <target state="translated">Accions</target> 3540 <target state="translated">Accions</target>
3444 3541
3445 3542
3446 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3543 <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">72</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">123</context></context-group></trans-unit>
3447 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3544 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3448 <source>Blacklist reason:</source> 3545 <source>Blacklist reason:</source>
3449 <target state="translated">Motius per ser a la llista negra:</target> 3546 <target state="translated">Motius per ser a la llista negra:</target>
3450 3547
3451 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3548 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3549 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3550 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3552 <context context-type="linenumber">93</context>
3553 </context-group>
3554 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3555 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3556 <context-group purpose="location">
3557 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3558 <context context-type="linenumber">94</context>
3559 </context-group>
3560 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3452 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3561 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3453 <context-group purpose="location"> 3562 <context-group purpose="location">
3454 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3563 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3474,7 +3583,43 @@
3474 <source>Update this comment</source> 3583 <source>Update this comment</source>
3475 <target state="new">Update this comment</target> 3584 <target state="new">Update this comment</target>
3476 3585
3477 <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">31</context></context-group></trans-unit> 3586 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3587 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3588 <context-group purpose="location">
3589 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3590 <context context-type="linenumber">18</context>
3591 </context-group>
3592 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3593 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3594 <context-group purpose="location">
3595 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3596 <context context-type="linenumber">19</context>
3597 </context-group>
3598 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3599 <source>Accepted reports</source><target state="new">Accepted reports</target>
3600 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3602 <context context-type="linenumber">20</context>
3603 </context-group>
3604 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3605 <source>Refused reports</source><target state="new">Refused reports</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3608 <context context-type="linenumber">21</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3611 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3614 <context context-type="linenumber">22</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3617 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3618 <context-group purpose="location">
3619 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3620 <context context-type="linenumber">23</context>
3621 </context-group>
3622 </trans-unit>
3478 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3623 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3479 <source>Reporter</source> 3624 <source>Reporter</source>
3480 <target>Notificador</target> 3625 <target>Notificador</target>
@@ -3482,7 +3627,7 @@
3482 <context context-type="linenumber">8</context> 3627 <context context-type="linenumber">8</context>
3483 </context-group> 3628 </context-group>
3484 3629
3485 <context-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></trans-unit> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3486 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3631 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3487 <source>Video</source> 3632 <source>Video</source>
3488 <target>Vídeo</target> 3633 <target>Vídeo</target>
@@ -3492,28 +3637,56 @@
3492 3637
3493 3638
3494 3639
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3496 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3641 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3497 <context-group purpose="location"> 3642 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3643 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3499 <context context-type="linenumber">46</context> 3644 <context context-type="linenumber">80</context>
3500 </context-group> 3645 </context-group>
3501 </trans-unit> 3646 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3647 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3648 <context-group purpose="location">
3649 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3650 <context context-type="linenumber">91</context>
3651 </context-group>
3652 <context-group purpose="location">
3653 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3654 <context context-type="linenumber">107</context>
3655 </context-group>
3656 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3657 <source>Video was deleted</source><target state="new">Video was deleted</target>
3658 <context-group purpose="location">
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3660 <context context-type="linenumber">98</context>
3661 </context-group>
3662 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3663 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3664 <context-group purpose="location">
3665 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3666 <context context-type="linenumber">141</context>
3667 </context-group>
3668 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3669 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3670 <context-group purpose="location">
3671 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3672 <context context-type="linenumber">142</context>
3673 </context-group>
3674 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3675 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3676
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3502 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3678 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3503 <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> 3679 <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>
3504 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3680 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3505 3681
3506 3682
3507 3683
3508 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3509 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3685 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3510 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3686 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3511 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3687 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3512 <context-group purpose="location"> 3688
3513 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3514 <context context-type="linenumber">18</context>
3515 </context-group>
3516 </trans-unit>
3517 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3690 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3518 <source>Go to the account</source> 3691 <source>Go to the account</source>
3519 <target>Anar al compte</target> 3692 <target>Anar al compte</target>
@@ -3523,22 +3696,56 @@
3523 3696
3524 3697
3525 <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">27</context></context-group></trans-unit> 3698 <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">27</context></context-group></trans-unit>
3526 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3699 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3527 <source>Reason:</source>
3528 <target state="new">Reason:</target>
3529
3530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3531 <source>Note:</source><target state="new">Note:</target>
3532 <context-group purpose="location">
3533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3534 <context context-type="linenumber">72</context>
3535 </context-group>
3536 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3537 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3700 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3538 <context-group purpose="location"> 3701 <context-group purpose="location">
3539 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3702 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3540 <context context-type="linenumber">5</context> 3703 <context context-type="linenumber">5</context>
3541 </context-group> 3704 </context-group>
3705 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3706 <source>
3707 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3708 </source><target state="new">
3709 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3710 </target>
3711 <context-group purpose="location">
3712 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3713 <context context-type="linenumber">20</context>
3714 </context-group>
3715 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3716 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3719 <context context-type="linenumber">21</context>
3720 </context-group>
3721 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3722 <source>Reportee</source><target state="new">Reportee</target>
3723 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3725 <context context-type="linenumber">27</context>
3726 </context-group>
3727 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3728 <source>
3729 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3730 </source><target state="new">
3731 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3732 </target>
3733 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3735 <context context-type="linenumber">40</context>
3736 </context-group>
3737 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3738 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3739 <context-group purpose="location">
3740 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3741 <context context-type="linenumber">41</context>
3742 </context-group>
3743 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3744 <source>Updated</source><target state="new">Updated</target>
3745 <context-group purpose="location">
3746 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3747 <context context-type="linenumber">47</context>
3748 </context-group>
3542 </trans-unit> 3749 </trans-unit>
3543 3750
3544 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3751 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3551,11 +3758,8 @@
3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3552 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3759 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3553 <source>Mute domain</source><target state="new">Mute domain</target> 3760 <source>Mute domain</source><target state="new">Mute domain</target>
3554 <context-group purpose="location"> 3761
3555 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3762 <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></trans-unit>
3556 <context context-type="linenumber">11</context>
3557 </context-group>
3558 </trans-unit>
3559 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3763 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3560 <source>Instance</source> 3764 <source>Instance</source>
3561 <target>Instància</target> 3765 <target>Instància</target>
@@ -3566,7 +3770,7 @@
3566 3770
3567 3771
3568 3772
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3570 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3774 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3571 <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> 3775 <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>
3572 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3776 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3574,7 +3778,7 @@
3574 3778
3575 3779
3576 3780
3577 <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">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">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> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3578 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3782 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3579 <source>Unmute</source> 3783 <source>Unmute</source>
3580 <target state="new">Unmute</target> 3784 <target state="new">Unmute</target>
@@ -3582,7 +3786,19 @@
3582 3786
3583 3787
3584 3788
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3790 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3791 <context-group purpose="location">
3792 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3793 <context context-type="linenumber">51</context>
3794 </context-group>
3795 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3796 <source>No server found.</source><target state="new">No server found.</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3799 <context context-type="linenumber">52</context>
3800 </context-group>
3801 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3586 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3802 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3587 <context-group purpose="location"> 3803 <context-group purpose="location">
3588 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3804 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3594,23 +3810,29 @@
3594 </source><target state="new"> 3810 </source><target state="new">
3595 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3811 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3596 </target> 3812 </target>
3597 <context-group purpose="location"> 3813
3598 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3599 <context context-type="linenumber">37</context>
3600 </context-group>
3601 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3602 <source>Mute domains</source><target state="new">Mute domains</target> 3815 <source>Mute domains</source><target state="new">Mute domains</target>
3603 <context-group purpose="location"> 3816
3604 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3605 <context context-type="linenumber">35</context>
3606 </context-group>
3607 </trans-unit>
3608 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3818 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3609 <source>Account</source> 3819 <source>Account</source>
3610 <target state="new">Account</target> 3820 <target state="new">Account</target>
3611 3821
3612 3822
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3824 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3827 <context context-type="linenumber">58</context>
3828 </context-group>
3829 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3830 <source>No account found.</source><target state="new">No account found.</target>
3831 <context-group purpose="location">
3832 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3833 <context context-type="linenumber">59</context>
3834 </context-group>
3835 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3614 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3836 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3615 <context-group purpose="location"> 3837 <context-group purpose="location">
3616 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3838 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3727,8 +3949,8 @@
3727 <target state="new"> 3949 <target state="new">
3728 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3950 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3729 </target> 3951 </target>
3730 <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">29</context></context-group> 3952
3731 </trans-unit> 3953 <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">47</context></context-group></trans-unit>
3732 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3954 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3733 <source>System</source> 3955 <source>System</source>
3734 <target state="new">System</target> 3956 <target state="new">System</target>
@@ -3929,7 +4151,7 @@
3929 <source>Strategy</source> 4151 <source>Strategy</source>
3930 <target state="new">Strategy</target> 4152 <target state="new">Strategy</target>
3931 4153
3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3933 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4155 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3934 <source>Terms</source> 4156 <source>Terms</source>
3935 <target>Termes</target> 4157 <target>Termes</target>
@@ -4955,23 +5177,14 @@
4955 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5177 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4956 <source>Target</source> 5178 <source>Target</source>
4957 <target state="new">Target</target> 5179 <target state="new">Target</target>
4958 <context-group purpose="location"> 5180
4959 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5181 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4960 <context context-type="linenumber">8</context>
4961 </context-group>
4962 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4963 <source>See the error</source><target state="new">See the error</target> 5182 <source>See the error</source><target state="new">See the error</target>
4964 <context-group purpose="location"> 5183
4965 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5184 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4966 <context context-type="linenumber">19</context>
4967 </context-group>
4968 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4969 <source>This video was deleted</source><target state="new">This video was deleted</target> 5185 <source>This video was deleted</source><target state="new">This video was deleted</target>
4970 <context-group purpose="location"> 5186
4971 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5187 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4972 <context context-type="linenumber">36</context>
4973 </context-group>
4974 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4975 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5188 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4976 <context-group purpose="location"> 5189 <context-group purpose="location">
4977 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5190 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6955,8 +7168,8 @@
6955 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7168 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6956 <context context-type="linenumber">1</context> 7169 <context context-type="linenumber">1</context>
6957 </context-group> 7170 </context-group>
6958 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7171 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6959 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7172 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6960 <context-group purpose="location"> 7173 <context-group purpose="location">
6961 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7174 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6962 <context context-type="linenumber">1</context> 7175 <context context-type="linenumber">1</context>
@@ -7841,6 +8054,12 @@
7841 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8054 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7842 <context context-type="linenumber">1</context> 8055 <context context-type="linenumber">1</context>
7843 </context-group> 8056 </context-group>
8057 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8058 <source>Unknown</source><target state="new">Unknown</target>
8059 <context-group purpose="location">
8060 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8061 <context context-type="linenumber">1</context>
8062 </context-group>
7844 </trans-unit> 8063 </trans-unit>
7845 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8064 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
7846 <source>Your password has been successfully reset!</source> 8065 <source>Your password has been successfully reset!</source>
@@ -9400,8 +9619,17 @@
9400 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9619 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9401 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9620 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9402 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9621 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9622
9623 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9624 <source>Mute server</source><target state="new">Mute server</target>
9403 <context-group purpose="location"> 9625 <context-group purpose="location">
9404 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9627 <context context-type="linenumber">1</context>
9628 </context-group>
9629 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9630 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9631 <context-group purpose="location">
9632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9405 <context context-type="linenumber">1</context> 9633 <context context-type="linenumber">1</context>
9406 </context-group> 9634 </context-group>
9407 </trans-unit> 9635 </trans-unit>
@@ -9753,7 +9981,25 @@
9753 <source>Video blacklisted.</source> 9981 <source>Video blacklisted.</source>
9754 <target state="new">Video blacklisted.</target> 9982 <target state="new">Video blacklisted.</target>
9755 9983
9756 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9984 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9985 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9986 <context-group purpose="location">
9987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9988 <context context-type="linenumber">1</context>
9989 </context-group>
9990 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9991 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9992 <context-group purpose="location">
9993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9994 <context context-type="linenumber">1</context>
9995 </context-group>
9996 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9997 <source>Delete video</source><target state="new">Delete video</target>
9998 <context-group purpose="location">
9999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10000 <context context-type="linenumber">1</context>
10001 </context-group>
10002 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9757 <source>Encoder</source><target state="new">Encoder</target> 10003 <source>Encoder</source><target state="new">Encoder</target>
9758 <context-group purpose="location"> 10004 <context-group purpose="location">
9759 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10005 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9811,7 +10057,25 @@
9811 <context-group name="null"> 10057 <context-group name="null">
9812 <context context-type="linenumber">1</context> 10058 <context context-type="linenumber">1</context>
9813 </context-group> 10059 </context-group>
9814 <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> 10060
10061 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10062 <source>Video deleted.</source><target state="new">Video deleted.</target>
10063 <context-group purpose="location">
10064 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10065 <context context-type="linenumber">1</context>
10066 </context-group>
10067 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10068 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10069 <context-group purpose="location">
10070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10071 <context context-type="linenumber">1</context>
10072 </context-group>
10073 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10074 <source>Mute reporter</source><target state="new">Mute reporter</target>
10075 <context-group purpose="location">
10076 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10077 <context context-type="linenumber">1</context>
10078 </context-group>
9815 </trans-unit> 10079 </trans-unit>
9816 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10080 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9817 <source>This video will be duplicated by your instance.</source> 10081 <source>This video will be duplicated by your instance.</source>
@@ -9834,22 +10098,39 @@
9834 <context context-type="linenumber">1</context> 10098 <context context-type="linenumber">1</context>
9835 </context-group> 10099 </context-group>
9836 <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> 10100 <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>
9837 </trans-unit> 10101 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9838 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10102 <source>Mirror</source><target state="new">Mirror</target>
9839 <source>Duplicate (redundancy)</source>
9840 <target state="new">Duplicate (redundancy)</target>
9841 <context-group purpose="location"> 10103 <context-group purpose="location">
9842 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10104 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9843 <context context-type="linenumber">1</context> 10105 <context context-type="linenumber">1</context>
9844 </context-group> 10106 </context-group>
9845 </trans-unit> 10107 </trans-unit>
10108
9846 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10109 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
9847 <source>Report</source> 10110 <source>Report</source>
9848 <target>Reporta</target> 10111 <target>Reporta</target>
9849 <context-group name="null"> 10112 <context-group name="null">
9850 <context context-type="linenumber">1</context> 10113 <context context-type="linenumber">1</context>
9851 </context-group> 10114 </context-group>
9852 <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> 10115
10116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10117 <source>Note</source><target state="new">Note</target>
10118 <context-group purpose="location">
10119 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10120 <context context-type="linenumber">61</context>
10121 </context-group>
10122 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10123 <source>The video was deleted</source><target state="new">The video was deleted</target>
10124 <context-group purpose="location">
10125 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10126 <context context-type="linenumber">71</context>
10127 </context-group>
10128 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10129 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10130 <context-group purpose="location">
10131 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10132 <context context-type="linenumber">72</context>
10133 </context-group>
9853 </trans-unit> 10134 </trans-unit>
9854 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10135 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
9855 <source>Published</source> 10136 <source>Published</source>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index fec251605..bd1e60ebd 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -682,7 +682,7 @@
682 <source>Deleted</source> 682 <source>Deleted</source>
683 <target state="new">Deleted</target> 683 <target state="new">Deleted</target>
684 684
685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
687 <source>Edit starts/stops at</source> 687 <source>Edit starts/stops at</source>
688 <target>Upravit čas spuštění/zastavení</target> 688 <target>Upravit čas spuštění/zastavení</target>
@@ -1092,7 +1092,7 @@
1092 1092
1093 1093
1094 1094
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1097 <source>Ban this user</source> 1097 <source>Ban this user</source>
1098 <target>Zablokovat tohoto uživatele</target> 1098 <target>Zablokovat tohoto uživatele</target>
@@ -1107,8 +1107,8 @@
1107 <context-group name="null"> 1107 <context-group name="null">
1108 <context context-type="linenumber">11</context> 1108 <context context-type="linenumber">11</context>
1109 </context-group> 1109 </context-group>
1110 <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> 1110
1111 </trans-unit> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1112 1112
1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1114 <source>Login</source> 1114 <source>Login</source>
@@ -1119,35 +1119,45 @@
1119 <context context-type="linenumber">2</context> 1119 <context context-type="linenumber">2</context>
1120 </context-group> 1120 </context-group>
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1122 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1122 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1123 <source> 1123 <source>
1124 If you are looking for an account… 1124 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1125 </source><target state="new"> 1125 </source><target state="new">
1126 If you are looking for an account… 1126 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1127 </target> 1127 </target>
1128 <context-group purpose="location"> 1128 <context-group purpose="location">
1129 <context context-type="sourcefile">src/app/login/login.component.html</context> 1129 <context context-type="sourcefile">src/app/login/login.component.html</context>
1130 <context context-type="linenumber">7</context> 1130 <context context-type="linenumber">6</context>
1131 </context-group> 1131 </context-group>
1132 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1132 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1133 <source> 1133 <source>
1134 Currently this instance doesn't allow for user registration, but you can find an instance 1134 If you are looking for an account…
1135 that gives you the possibility to sign up for an account and upload your videos there. 1135 </source><target state="new">
1136 If you are looking for an account…
1137 </target>
1138 <context-group purpose="location">
1139 <context context-type="sourcefile">src/app/login/login.component.html</context>
1140 <context context-type="linenumber">12</context>
1141 </context-group>
1142 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1143 <source>
1144 Currently this instance doesn't allow for user registration, but you can find an instance
1145 that gives you the possibility to sign up for an account and upload your videos there.
1136 1146
1137 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1147 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1138 1148
1139 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1149 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1140 </source><target state="new"> 1150 </source><target state="new">
1141 Currently this instance doesn't allow for user registration, but you can find an instance 1151 Currently this instance doesn't allow for user registration, but you can find an instance
1142 that gives you the possibility to sign up for an account and upload your videos there. 1152 that gives you the possibility to sign up for an account and upload your videos there.
1143 1153
1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1154 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1145 1155
1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1156 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </target> 1157 </target>
1148 <context-group purpose="location"> 1158 <context-group purpose="location">
1149 <context context-type="sourcefile">src/app/login/login.component.html</context> 1159 <context context-type="sourcefile">src/app/login/login.component.html</context>
1150 <context context-type="linenumber">11</context> 1160 <context context-type="linenumber">16</context>
1151 </context-group> 1161 </context-group>
1152 </trans-unit> 1162 </trans-unit>
1153 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1163 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1158,7 +1168,7 @@
1158 </context-group> 1168 </context-group>
1159 1169
1160 1170
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1171 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1162 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1172 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1163 <source>User</source> 1173 <source>User</source>
1164 <target>Uživatel</target> 1174 <target>Uživatel</target>
@@ -1167,7 +1177,7 @@
1167 </context-group> 1177 </context-group>
1168 1178
1169 1179
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1171 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1181 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1172 <source>Username or email address</source> 1182 <source>Username or email address</source>
1173 <target>Uživatelské jméno nebo e-mail</target> 1183 <target>Uživatelské jméno nebo e-mail</target>
@@ -1175,17 +1185,18 @@
1175 <context context-type="linenumber">15</context> 1185 <context context-type="linenumber">15</context>
1176 </context-group> 1186 </context-group>
1177 1187
1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1179 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1189 <source>
1180 <source>or create an account</source> 1190 or create an account
1181 <target> 1191 </source><target state="new">
1182 nebo si vytvořte účet 1192 or create an account
1183 </target> 1193 </target>
1184 <context-group name="null"> 1194 <context-group purpose="location">
1185 <context context-type="linenumber">18</context> 1195 <context context-type="sourcefile">src/app/login/login.component.html</context>
1196 <context context-type="linenumber">40</context>
1186 </context-group> 1197 </context-group>
1187 1198 </trans-unit>
1188 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1199
1189 1200
1190 1201
1191 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1202 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1203,13 +1214,10 @@
1203 1214
1204 1215
1205 1216
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1217 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1207 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1218 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1208 <context-group purpose="location"> 1219
1209 <context context-type="sourcefile">src/app/login/login.component.html</context> 1220 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1210 <context context-type="linenumber">50</context>
1211 </context-group>
1212 </trans-unit>
1213 1221
1214 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1222 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1215 <source>Login</source> 1223 <source>Login</source>
@@ -1219,7 +1227,13 @@
1219 </context-group> 1227 </context-group>
1220 1228
1221 1229
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1231 <source>Or sign in with</source><target state="new">Or sign in with</target>
1232 <context-group purpose="location">
1233 <context context-type="sourcefile">src/app/login/login.component.html</context>
1234 <context context-type="linenumber">68</context>
1235 </context-group>
1236 </trans-unit>
1223 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1237 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1224 <source>Forgot your password</source> 1238 <source>Forgot your password</source>
1225 <target>Zapomenuté heslo</target> 1239 <target>Zapomenuté heslo</target>
@@ -1227,14 +1241,14 @@
1227 <context context-type="linenumber">58</context> 1241 <context context-type="linenumber">58</context>
1228 </context-group> 1242 </context-group>
1229 1243
1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1244 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1231 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1245 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1232 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1246 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1233 <target state="new"> 1247 <target state="new">
1234 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1248 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1235 </target> 1249 </target>
1236 1250
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1251 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1238 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1252 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1239 <source>Email</source> 1253 <source>Email</source>
1240 <target>E-mail</target> 1254 <target>E-mail</target>
@@ -1250,7 +1264,7 @@
1250 1264
1251 1265
1252 1266
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1254 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1268 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1255 <source>Email address</source> 1269 <source>Email address</source>
1256 <target>E-mailová adresa</target> 1270 <target>E-mailová adresa</target>
@@ -1259,7 +1273,7 @@
1259 </context-group> 1273 </context-group>
1260 1274
1261 1275
1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1263 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1277 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1264 <source>Send me an email to reset my password</source> 1278 <source>Send me an email to reset my password</source>
1265 <target>Poslat e-mail pro resetování hesla</target> 1279 <target>Poslat e-mail pro resetování hesla</target>
@@ -1267,7 +1281,7 @@
1267 <context context-type="linenumber">82</context> 1281 <context context-type="linenumber">82</context>
1268 </context-group> 1282 </context-group>
1269 1283
1270 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1284 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1271 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1285 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1272 <source>Reset my password</source> 1286 <source>Reset my password</source>
1273 <target> 1287 <target>
@@ -2166,8 +2180,8 @@
2166 <context-group name="null"> 2180 <context-group name="null">
2167 <context context-type="linenumber">29</context> 2181 <context context-type="linenumber">29</context>
2168 </context-group> 2182 </context-group>
2169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2183
2170 </trans-unit> 2184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2171 2185
2172 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2186 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2173 <source>Add this caption</source> 2187 <source>Add this caption</source>
@@ -2176,7 +2190,7 @@
2176 <context context-type="linenumber">40</context> 2190 <context context-type="linenumber">40</context>
2177 </context-group> 2191 </context-group>
2178 2192
2179 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2193 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2180 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2194 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2181 <source>Title</source> 2195 <source>Title</source>
2182 <target>Nadpis</target> 2196 <target>Nadpis</target>
@@ -2974,7 +2988,7 @@
2974 <context context-type="linenumber">215</context> 2988 <context context-type="linenumber">215</context>
2975 </context-group> 2989 </context-group>
2976 2990
2977 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2978 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2992 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2979 <source>Get more information</source> 2993 <source>Get more information</source>
2980 <target>Získat více informací</target> 2994 <target>Získat více informací</target>
@@ -3184,11 +3198,8 @@
3184 3198
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3186 <source>Follow domain</source><target state="new">Follow domain</target> 3200 <source>Follow domain</source><target state="new">Follow domain</target>
3187 <context-group purpose="location"> 3201
3188 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3202 <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>
3189 <context context-type="linenumber">15</context>
3190 </context-group>
3191 </trans-unit>
3192 3203
3193 3204
3194 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3205 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3200,7 +3211,37 @@
3200 3211
3201 3212
3202 3213
3203 <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">29</context></context-group></trans-unit> 3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3215 <source>Clear filters</source><target state="new">Clear filters</target>
3216 <context-group purpose="location">
3217 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3218 <context context-type="linenumber">15</context>
3219 </context-group>
3220 <context-group purpose="location">
3221 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3222 <context context-type="linenumber">15</context>
3223 </context-group>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3226 <context context-type="linenumber">34</context>
3227 </context-group>
3228 <context-group purpose="location">
3229 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3230 <context context-type="linenumber">16</context>
3231 </context-group>
3232 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3234 <context context-type="linenumber">31</context>
3235 </context-group>
3236 <context-group purpose="location">
3237 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3238 <context context-type="linenumber">15</context>
3239 </context-group>
3240 <context-group purpose="location">
3241 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3242 <context context-type="linenumber">15</context>
3243 </context-group>
3244 </trans-unit>
3204 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3245 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3205 <source>ID</source> 3246 <source>ID</source>
3206 <target>ID</target> 3247 <target>ID</target>
@@ -3218,7 +3259,7 @@
3218 <context context-type="linenumber">17</context> 3259 <context context-type="linenumber">17</context>
3219 </context-group> 3260 </context-group>
3220 3261
3221 <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></trans-unit> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3222 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3263 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3223 <source>State</source> 3264 <source>State</source>
3224 <target>Stav</target> 3265 <target>Stav</target>
@@ -3229,7 +3270,7 @@
3229 3270
3230 3271
3231 3272
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3233 <source>Delayed.</source><target state="new">Delayed.</target> 3274 <source>Delayed.</source><target state="new">Delayed.</target>
3234 3275
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -3258,7 +3299,7 @@
3258 3299
3259 3300
3260 3301
3261 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3262 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3303 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3263 <source>Accepted</source> 3304 <source>Accepted</source>
3264 <target>Přijato</target> 3305 <target>Přijato</target>
@@ -3267,7 +3308,7 @@
3267 </context-group> 3308 </context-group>
3268 3309
3269 3310
3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3271 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3312 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3272 <source>Pending</source> 3313 <source>Pending</source>
3273 <target>Čeká</target> 3314 <target>Čeká</target>
@@ -3276,7 +3317,7 @@
3276 </context-group> 3317 </context-group>
3277 3318
3278 3319
3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3280 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3321 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3281 <source>Accept</source> 3322 <source>Accept</source>
3282 <target>Přijmout</target> 3323 <target>Přijmout</target>
@@ -3285,7 +3326,7 @@
3285 </context-group> 3326 </context-group>
3286 3327
3287 3328
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3289 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3330 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3290 <source>Refuse</source> 3331 <source>Refuse</source>
3291 <target>Odmítnout</target> 3332 <target>Odmítnout</target>
@@ -3294,7 +3335,25 @@
3294 </context-group> 3335 </context-group>
3295 3336
3296 3337
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3339 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3340 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3342 <context context-type="linenumber">55</context>
3343 </context-group>
3344 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3345 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3346 <context-group purpose="location">
3347 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3348 <context context-type="linenumber">56</context>
3349 </context-group>
3350 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3351 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3352 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3354 <context context-type="linenumber">5</context>
3355 </context-group>
3356 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3298 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3357 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3299 <context-group purpose="location"> 3358 <context-group purpose="location">
3300 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3359 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -3308,16 +3367,41 @@
3308 <context context-type="linenumber">19</context> 3367 <context context-type="linenumber">19</context>
3309 </context-group> 3368 </context-group>
3310 3369
3311 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3312 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3371 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3313 3372
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3315 <source>Follow domains</source><target state="new">Follow domains</target> 3374 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3316 <context-group purpose="location"> 3375 <context-group purpose="location">
3317 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3376 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3318 <context context-type="linenumber">50</context> 3377 <context context-type="linenumber">37</context>
3378 </context-group>
3379 <context-group purpose="location">
3380 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3381 <context context-type="linenumber">35</context>
3382 </context-group>
3383 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3384 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3385 <context-group purpose="location">
3386 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3387 <context context-type="linenumber">62</context>
3388 </context-group>
3389 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3390 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3391 <context-group purpose="location">
3392 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3393 <context context-type="linenumber">63</context>
3319 </context-group> 3394 </context-group>
3320 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3395 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3396 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3397 <context-group purpose="location">
3398 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3399 <context context-type="linenumber">5</context>
3400 </context-group>
3401 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3402 <source>Follow domains</source><target state="new">Follow domains</target>
3403
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3321 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3405 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3322 <context-group purpose="location"> 3406 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3407 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3393,7 +3477,7 @@
3393 3477
3394 3478
3395 3479
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3397 <source> 3481 <source>
3398 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3482 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3399 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3483 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3490,7 +3574,7 @@
3490 <context context-type="linenumber">19</context> 3574 <context context-type="linenumber">19</context>
3491 </context-group> 3575 </context-group>
3492 3576
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3494 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3578 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3495 <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> 3579 <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>
3496 <target>Uživatelské jméno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3580 <target>Uživatelské jméno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3498,12 +3582,12 @@
3498 <context context-type="linenumber">40</context> 3582 <context context-type="linenumber">40</context>
3499 </context-group> 3583 </context-group>
3500 3584
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3502 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3586 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3503 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3587 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3504 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3588 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3505 3589
3506 <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></trans-unit> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3507 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3591 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3508 <source>(banned)</source> 3592 <source>(banned)</source>
3509 <target>(zablokován)</target> 3593 <target>(zablokován)</target>
@@ -3511,17 +3595,11 @@
3511 <context context-type="linenumber">65</context> 3595 <context context-type="linenumber">65</context>
3512 </context-group> 3596 </context-group>
3513 3597
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3515 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3599 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3516 <context-group purpose="location"> 3600
3517 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3601
3518 <context context-type="linenumber">65</context> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3519 </context-group>
3520 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3522 <context context-type="linenumber">27</context>
3523 </context-group>
3524 </trans-unit>
3525 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3603 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3526 <source>User's email must be verified to login</source> 3604 <source>User's email must be verified to login</source>
3527 <target>Uživatelský email musí být před přihlášením ověřen</target> 3605 <target>Uživatelský email musí být před přihlášením ověřen</target>
@@ -3529,7 +3607,7 @@
3529 <context context-type="linenumber">72</context> 3607 <context context-type="linenumber">72</context>
3530 </context-group> 3608 </context-group>
3531 3609
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3533 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3611 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3534 <source>User's email is verified / User can login without email verification</source> 3612 <source>User's email is verified / User can login without email verification</source>
3535 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target> 3613 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target>
@@ -3537,7 +3615,7 @@
3537 <context context-type="linenumber">76</context> 3615 <context context-type="linenumber">76</context>
3538 </context-group> 3616 </context-group>
3539 3617
3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3541 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3619 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3542 <source>Ban reason:</source> 3620 <source>Ban reason:</source>
3543 <target>Důvod zablokování:</target> 3621 <target>Důvod zablokování:</target>
@@ -3545,7 +3623,7 @@
3545 <context context-type="linenumber">95</context> 3623 <context context-type="linenumber">95</context>
3546 </context-group> 3624 </context-group>
3547 3625
3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3549 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3627 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3550 <context-group purpose="location"> 3628 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3629 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3602,11 +3680,8 @@
3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3603 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3681 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3604 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3682 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3605 <context-group purpose="location"> 3683
3606 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3607 <context context-type="linenumber">10</context>
3608 </context-group>
3609 </trans-unit>
3610 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3685 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3611 <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> 3686 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3612 <target>Název videa <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3687 <target>Název videa <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3614,29 +3689,38 @@
3614 <context context-type="linenumber">8</context> 3689 <context context-type="linenumber">8</context>
3615 </context-group> 3690 </context-group>
3616 3691
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3618 <source>Video URL</source><target state="new">Video URL</target> 3693 <source>Video URL</source><target state="new">Video URL</target>
3619 3694
3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3621 <source>Total size</source><target state="new">Total size</target> 3696 <source>Total size</source><target state="new">Total size</target>
3622 3697
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3624 <source>List redundancies</source><target state="new">List redundancies</target> 3699 <source>List redundancies</source><target state="new">List redundancies</target>
3700
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3702 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3625 <context-group purpose="location"> 3703 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3704 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3627 <context context-type="linenumber">33</context> 3705 <context context-type="linenumber">77</context>
3706 </context-group>
3707 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3708 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3709 <context-group purpose="location">
3710 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3711 <context context-type="linenumber">78</context>
3628 </context-group> 3712 </context-group>
3629 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3713 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3630 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3714 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3631 3715
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3633 <source> 3717 <source>
3634 No redundancy strategy is enabled on your instance. 3718 No redundancy strategy is enabled on your instance.
3635 </source><target state="new"> 3719 </source><target state="new">
3636 No redundancy strategy is enabled on your instance. 3720 No redundancy strategy is enabled on your instance.
3637 </target> 3721 </target>
3638 3722
3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3640 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3724 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3641 <source>Sensitive</source> 3725 <source>Sensitive</source>
3642 <target>Citlivé</target> 3726 <target>Citlivé</target>
@@ -3644,7 +3728,7 @@
3644 <context context-type="linenumber">9</context> 3728 <context context-type="linenumber">9</context>
3645 </context-group> 3729 </context-group>
3646 3730
3647 <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">11</context></context-group></trans-unit> 3731 <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">25</context></context-group></trans-unit>
3648 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3732 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3649 <source>Unfederated</source> 3733 <source>Unfederated</source>
3650 <target state="new">Unfederated</target> 3734 <target state="new">Unfederated</target>
@@ -3652,7 +3736,7 @@
3652 <context context-type="linenumber">10</context> 3736 <context context-type="linenumber">10</context>
3653 </context-group> 3737 </context-group>
3654 3738
3655 <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">12</context></context-group></trans-unit> 3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3656 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3740 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3657 <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> 3741 <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>
3658 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3742 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3660,7 +3744,17 @@
3660 <context context-type="linenumber">11</context> 3744 <context context-type="linenumber">11</context>
3661 </context-group> 3745 </context-group>
3662 3746
3663 <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">13</context></context-group></trans-unit> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3748 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3749 <context-group purpose="location">
3750 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3751 <context context-type="linenumber">50</context>
3752 </context-group>
3753 <context-group purpose="location">
3754 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3755 <context context-type="linenumber">89</context>
3756 </context-group>
3757 </trans-unit>
3664 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3758 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3665 <source>Go to the video</source> 3759 <source>Go to the video</source>
3666 <target>Přejít na video</target> 3760 <target>Přejít na video</target>
@@ -3670,7 +3764,7 @@
3670 3764
3671 3765
3672 3766
3673 <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">28</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">33</context></context-group></trans-unit> 3767 <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">33</context></context-group></trans-unit>
3674 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3768 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3675 <source>Actions</source> 3769 <source>Actions</source>
3676 <target>Akce</target> 3770 <target>Akce</target>
@@ -3679,7 +3773,7 @@
3679 </context-group> 3773 </context-group>
3680 3774
3681 3775
3682 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</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">123</context></context-group></trans-unit>
3683 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3777 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3684 <source>Blacklist reason:</source> 3778 <source>Blacklist reason:</source>
3685 <target>Důvod blokace:</target> 3779 <target>Důvod blokace:</target>
@@ -3687,7 +3781,19 @@
3687 <context context-type="linenumber">43</context> 3781 <context context-type="linenumber">43</context>
3688 </context-group> 3782 </context-group>
3689 3783
3690 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3784 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3785 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3786 <context-group purpose="location">
3787 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3788 <context context-type="linenumber">93</context>
3789 </context-group>
3790 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3791 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3792 <context-group purpose="location">
3793 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3794 <context context-type="linenumber">94</context>
3795 </context-group>
3796 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3691 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3797 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3692 <context-group purpose="location"> 3798 <context-group purpose="location">
3693 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3799 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3719,7 +3825,43 @@
3719 <context context-type="linenumber">26</context> 3825 <context context-type="linenumber">26</context>
3720 </context-group> 3826 </context-group>
3721 3827
3722 <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">31</context></context-group></trans-unit> 3828 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3829 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3830 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3832 <context context-type="linenumber">18</context>
3833 </context-group>
3834 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3835 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3836 <context-group purpose="location">
3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3838 <context context-type="linenumber">19</context>
3839 </context-group>
3840 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3841 <source>Accepted reports</source><target state="new">Accepted reports</target>
3842 <context-group purpose="location">
3843 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3844 <context context-type="linenumber">20</context>
3845 </context-group>
3846 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3847 <source>Refused reports</source><target state="new">Refused reports</target>
3848 <context-group purpose="location">
3849 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3850 <context context-type="linenumber">21</context>
3851 </context-group>
3852 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3853 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3854 <context-group purpose="location">
3855 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3856 <context context-type="linenumber">22</context>
3857 </context-group>
3858 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3859 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3860 <context-group purpose="location">
3861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3862 <context context-type="linenumber">23</context>
3863 </context-group>
3864 </trans-unit>
3723 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3865 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3724 <source>Reporter</source> 3866 <source>Reporter</source>
3725 <target>Autor nahlášení</target> 3867 <target>Autor nahlášení</target>
@@ -3727,7 +3869,7 @@
3727 <context context-type="linenumber">8</context> 3869 <context context-type="linenumber">8</context>
3728 </context-group> 3870 </context-group>
3729 3871
3730 <context-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></trans-unit> 3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3731 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3873 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3732 <source>Video</source> 3874 <source>Video</source>
3733 <target>Video</target> 3875 <target>Video</target>
@@ -3737,13 +3879,44 @@
3737 3879
3738 3880
3739 3881
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3741 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3883 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3742 <context-group purpose="location"> 3884 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3744 <context context-type="linenumber">46</context> 3886 <context context-type="linenumber">80</context>
3745 </context-group> 3887 </context-group>
3746 </trans-unit> 3888 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3889 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3890 <context-group purpose="location">
3891 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3892 <context context-type="linenumber">91</context>
3893 </context-group>
3894 <context-group purpose="location">
3895 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3896 <context context-type="linenumber">107</context>
3897 </context-group>
3898 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3899 <source>Video was deleted</source><target state="new">Video was deleted</target>
3900 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3902 <context context-type="linenumber">98</context>
3903 </context-group>
3904 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3905 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3906 <context-group purpose="location">
3907 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3908 <context context-type="linenumber">141</context>
3909 </context-group>
3910 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3911 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3912 <context-group purpose="location">
3913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3914 <context context-type="linenumber">142</context>
3915 </context-group>
3916 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3917 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3918
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3747 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3920 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3748 <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> 3921 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3749 <target>Stav <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3922 <target>Stav <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3751,13 +3924,10 @@
3751 <context context-type="linenumber">11</context> 3924 <context context-type="linenumber">11</context>
3752 </context-group> 3925 </context-group>
3753 3926
3754 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3755 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3928 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3756 <context-group purpose="location"> 3929
3757 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3758 <context context-type="linenumber">18</context>
3759 </context-group>
3760 </trans-unit>
3761 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3931 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3762 <source>Go to the account</source> 3932 <source>Go to the account</source>
3763 <target>Přejít na účet</target> 3933 <target>Přejít na účet</target>
@@ -3767,25 +3937,56 @@
3767 3937
3768 3938
3769 <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">27</context></context-group></trans-unit> 3939 <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">27</context></context-group></trans-unit>
3770 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3940 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3771 <source>Reason:</source>
3772 <target>Důvod:</target>
3773 <context-group name="null">
3774 <context context-type="linenumber">53</context>
3775 </context-group>
3776
3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3778 <source>Note:</source><target state="new">Note:</target>
3779 <context-group purpose="location">
3780 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3781 <context context-type="linenumber">72</context>
3782 </context-group>
3783 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3784 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3941 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3785 <context-group purpose="location"> 3942 <context-group purpose="location">
3786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3943 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3787 <context context-type="linenumber">5</context> 3944 <context context-type="linenumber">5</context>
3788 </context-group> 3945 </context-group>
3946 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3947 <source>
3948 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3949 </source><target state="new">
3950 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3951 </target>
3952 <context-group purpose="location">
3953 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3954 <context context-type="linenumber">20</context>
3955 </context-group>
3956 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3957 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3958 <context-group purpose="location">
3959 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3960 <context context-type="linenumber">21</context>
3961 </context-group>
3962 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3963 <source>Reportee</source><target state="new">Reportee</target>
3964 <context-group purpose="location">
3965 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3966 <context context-type="linenumber">27</context>
3967 </context-group>
3968 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3969 <source>
3970 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3971 </source><target state="new">
3972 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3973 </target>
3974 <context-group purpose="location">
3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3976 <context context-type="linenumber">40</context>
3977 </context-group>
3978 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3979 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3982 <context context-type="linenumber">41</context>
3983 </context-group>
3984 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3985 <source>Updated</source><target state="new">Updated</target>
3986 <context-group purpose="location">
3987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3988 <context context-type="linenumber">47</context>
3989 </context-group>
3789 </trans-unit> 3990 </trans-unit>
3790 3991
3791 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3992 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3798,11 +3999,8 @@
3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3799 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4000 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3800 <source>Mute domain</source><target state="new">Mute domain</target> 4001 <source>Mute domain</source><target state="new">Mute domain</target>
3801 <context-group purpose="location"> 4002
3802 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4003 <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></trans-unit>
3803 <context context-type="linenumber">11</context>
3804 </context-group>
3805 </trans-unit>
3806 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4004 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3807 <source>Instance</source> 4005 <source>Instance</source>
3808 <target>Instance</target> 4006 <target>Instance</target>
@@ -3813,7 +4011,7 @@
3813 4011
3814 4012
3815 4013
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3817 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4015 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3818 <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> 4016 <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>
3819 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4017 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3824,7 +4022,7 @@
3824 4022
3825 4023
3826 4024
3827 <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">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">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> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3828 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4026 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3829 <source>Unmute</source> 4027 <source>Unmute</source>
3830 <target>Zhlasitit</target> 4028 <target>Zhlasitit</target>
@@ -3835,7 +4033,19 @@
3835 4033
3836 4034
3837 4035
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4037 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4038 <context-group purpose="location">
4039 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4040 <context context-type="linenumber">51</context>
4041 </context-group>
4042 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4043 <source>No server found.</source><target state="new">No server found.</target>
4044 <context-group purpose="location">
4045 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4046 <context context-type="linenumber">52</context>
4047 </context-group>
4048 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3839 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4049 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3840 <context-group purpose="location"> 4050 <context-group purpose="location">
3841 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4051 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3847,17 +4057,11 @@
3847 </source><target state="new"> 4057 </source><target state="new">
3848 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4058 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3849 </target> 4059 </target>
3850 <context-group purpose="location"> 4060
3851 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3852 <context context-type="linenumber">37</context>
3853 </context-group>
3854 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3855 <source>Mute domains</source><target state="new">Mute domains</target> 4062 <source>Mute domains</source><target state="new">Mute domains</target>
3856 <context-group purpose="location"> 4063
3857 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3858 <context context-type="linenumber">35</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4065 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3862 <source>Account</source> 4066 <source>Account</source>
3863 <target>Účet</target> 4067 <target>Účet</target>
@@ -3866,7 +4070,19 @@
3866 </context-group> 4070 </context-group>
3867 4071
3868 4072
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4074 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4075 <context-group purpose="location">
4076 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4077 <context context-type="linenumber">58</context>
4078 </context-group>
4079 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4080 <source>No account found.</source><target state="new">No account found.</target>
4081 <context-group purpose="location">
4082 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4083 <context context-type="linenumber">59</context>
4084 </context-group>
4085 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4086 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3871 <context-group purpose="location"> 4087 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4088 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3983,7 +4199,7 @@
3983 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4199 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3984 </target> 4200 </target>
3985 4201
3986 <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">29</context></context-group></trans-unit> 4202 <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">47</context></context-group></trans-unit>
3987 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4203 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
3988 <source>System</source> 4204 <source>System</source>
3989 <target>Systém</target> 4205 <target>Systém</target>
@@ -4183,7 +4399,7 @@
4183 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4399 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4184 <source>Strategy</source><target state="new">Strategy</target> 4400 <source>Strategy</source><target state="new">Strategy</target>
4185 4401
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4187 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4403 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4188 <source>Terms</source> 4404 <source>Terms</source>
4189 <target>Podmínky</target> 4405 <target>Podmínky</target>
@@ -5202,23 +5418,14 @@
5202 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5418 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
5203 <source>Target</source> 5419 <source>Target</source>
5204 <target state="new">Target</target> 5420 <target state="new">Target</target>
5205 <context-group purpose="location"> 5421
5206 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5422 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5207 <context context-type="linenumber">8</context>
5208 </context-group>
5209 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5210 <source>See the error</source><target state="new">See the error</target> 5423 <source>See the error</source><target state="new">See the error</target>
5211 <context-group purpose="location"> 5424
5212 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5425 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5213 <context context-type="linenumber">19</context>
5214 </context-group>
5215 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5216 <source>This video was deleted</source><target state="new">This video was deleted</target> 5426 <source>This video was deleted</source><target state="new">This video was deleted</target>
5217 <context-group purpose="location"> 5427
5218 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5428 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5219 <context context-type="linenumber">36</context>
5220 </context-group>
5221 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5222 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5429 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5223 <context-group purpose="location"> 5430 <context-group purpose="location">
5224 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5431 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7176,8 +7383,8 @@
7176 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7383 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7177 <context context-type="linenumber">1</context> 7384 <context context-type="linenumber">1</context>
7178 </context-group> 7385 </context-group>
7179 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7386 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7180 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7387 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7181 <context-group purpose="location"> 7388 <context-group purpose="location">
7182 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7389 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7183 <context context-type="linenumber">1</context> 7390 <context context-type="linenumber">1</context>
@@ -8041,6 +8248,12 @@
8041 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8248 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8042 <context context-type="linenumber">1</context> 8249 <context context-type="linenumber">1</context>
8043 </context-group> 8250 </context-group>
8251 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8252 <source>Unknown</source><target state="new">Unknown</target>
8253 <context-group purpose="location">
8254 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8255 <context context-type="linenumber">1</context>
8256 </context-group>
8044 </trans-unit> 8257 </trans-unit>
8045 8258
8046 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8259 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
@@ -9599,8 +9812,17 @@
9599 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9812 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9600 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9813 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9601 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9814 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9815
9816 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9817 <source>Mute server</source><target state="new">Mute server</target>
9602 <context-group purpose="location"> 9818 <context-group purpose="location">
9603 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9819 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9820 <context context-type="linenumber">1</context>
9821 </context-group>
9822 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9823 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9824 <context-group purpose="location">
9825 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9604 <context context-type="linenumber">1</context> 9826 <context context-type="linenumber">1</context>
9605 </context-group> 9827 </context-group>
9606 </trans-unit> 9828 </trans-unit>
@@ -9924,7 +10146,25 @@
9924 <context context-type="linenumber">1</context> 10146 <context context-type="linenumber">1</context>
9925 </context-group> 10147 </context-group>
9926 10148
9927 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10149 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10150 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10151 <context-group purpose="location">
10152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10153 <context context-type="linenumber">1</context>
10154 </context-group>
10155 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10156 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10157 <context-group purpose="location">
10158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10159 <context context-type="linenumber">1</context>
10160 </context-group>
10161 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10162 <source>Delete video</source><target state="new">Delete video</target>
10163 <context-group purpose="location">
10164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10165 <context context-type="linenumber">1</context>
10166 </context-group>
10167 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9928 <source>Encoder</source><target state="new">Encoder</target> 10168 <source>Encoder</source><target state="new">Encoder</target>
9929 <context-group purpose="location"> 10169 <context-group purpose="location">
9930 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10170 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9982,7 +10222,25 @@
9982 <context-group name="null"> 10222 <context-group name="null">
9983 <context context-type="linenumber">1</context> 10223 <context context-type="linenumber">1</context>
9984 </context-group> 10224 </context-group>
9985 <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> 10225
10226 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10227 <source>Video deleted.</source><target state="new">Video deleted.</target>
10228 <context-group purpose="location">
10229 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10230 <context context-type="linenumber">1</context>
10231 </context-group>
10232 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10233 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10234 <context-group purpose="location">
10235 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10236 <context context-type="linenumber">1</context>
10237 </context-group>
10238 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10239 <source>Mute reporter</source><target state="new">Mute reporter</target>
10240 <context-group purpose="location">
10241 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10242 <context context-type="linenumber">1</context>
10243 </context-group>
9986 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10244 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9987 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10245 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
9988 <context-group purpose="location"> 10246 <context-group purpose="location">
@@ -10002,8 +10260,8 @@
10002 <context context-type="linenumber">1</context> 10260 <context context-type="linenumber">1</context>
10003 </context-group> 10261 </context-group>
10004 <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> 10262 <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>
10005 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10263 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10006 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10264 <source>Mirror</source><target state="new">Mirror</target>
10007 <context-group purpose="location"> 10265 <context-group purpose="location">
10008 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10266 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10009 <context context-type="linenumber">1</context> 10267 <context context-type="linenumber">1</context>
@@ -10015,7 +10273,25 @@
10015 <context-group name="null"> 10273 <context-group name="null">
10016 <context context-type="linenumber">1</context> 10274 <context context-type="linenumber">1</context>
10017 </context-group> 10275 </context-group>
10018 <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> 10276
10277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10278 <source>Note</source><target state="new">Note</target>
10279 <context-group purpose="location">
10280 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10281 <context context-type="linenumber">61</context>
10282 </context-group>
10283 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10284 <source>The video was deleted</source><target state="new">The video was deleted</target>
10285 <context-group purpose="location">
10286 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10287 <context context-type="linenumber">71</context>
10288 </context-group>
10289 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10290 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10291 <context-group purpose="location">
10292 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10293 <context context-type="linenumber">72</context>
10294 </context-group>
10019 </trans-unit> 10295 </trans-unit>
10020 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10296 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10021 <source>Published</source> 10297 <source>Published</source>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index fa7f9cde2..33ca744f1 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -588,7 +588,7 @@
588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
589 <source>Deleted</source><target state="new">Deleted</target> 589 <source>Deleted</source><target state="new">Deleted</target>
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 <context-group purpose="location"> 593 <context-group purpose="location">
594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -860,7 +860,7 @@
860 860
861 861
862 862
863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
864 <source>Ban this user</source><target state="new">Ban this user</target> 864 <source>Ban this user</source><target state="new">Ban this user</target>
865 865
866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
@@ -870,7 +870,7 @@
870 <context-group name="null"> 870 <context-group name="null">
871 <context context-type="linenumber">11</context> 871 <context context-type="linenumber">11</context>
872 </context-group> 872 </context-group>
873 <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> 873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
874 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 874 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
875 <source> 875 <source>
876 Login 876 Login
@@ -881,35 +881,45 @@
881 <context-group name="null"> 881 <context-group name="null">
882 <context context-type="linenumber">2</context> 882 <context context-type="linenumber">2</context>
883 </context-group> 883 </context-group>
884 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 884 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
885 <source> 885 <source>
886 If you are looking for an account… 886 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
887 </source><target state="new"> 887 </source><target state="new">
888 If you are looking for an account… 888 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
889 </target> 889 </target>
890 <context-group purpose="location"> 890 <context-group purpose="location">
891 <context context-type="sourcefile">src/app/login/login.component.html</context> 891 <context context-type="sourcefile">src/app/login/login.component.html</context>
892 <context context-type="linenumber">7</context> 892 <context context-type="linenumber">6</context>
893 </context-group>
894 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
895 <source>
896 If you are looking for an account…
897 </source><target state="new">
898 If you are looking for an account…
899 </target>
900 <context-group purpose="location">
901 <context context-type="sourcefile">src/app/login/login.component.html</context>
902 <context context-type="linenumber">12</context>
893 </context-group> 903 </context-group>
894 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 904 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
895 <source> 905 <source>
896 Currently this instance doesn't allow for user registration, but you can find an instance 906 Currently this instance doesn't allow for user registration, but you can find an instance
897 that gives you the possibility to sign up for an account and upload your videos there. 907 that gives you the possibility to sign up for an account and upload your videos there.
898 908
899 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 909 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
900 910
901 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 911 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
902 </source><target state="new"> 912 </source><target state="new">
903 Currently this instance doesn't allow for user registration, but you can find an instance 913 Currently this instance doesn't allow for user registration, but you can find an instance
904 that gives you the possibility to sign up for an account and upload your videos there. 914 that gives you the possibility to sign up for an account and upload your videos there.
905 915
906 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 916 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
907 917
908 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 918 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
909 </target> 919 </target>
910 <context-group purpose="location"> 920 <context-group purpose="location">
911 <context context-type="sourcefile">src/app/login/login.component.html</context> 921 <context context-type="sourcefile">src/app/login/login.component.html</context>
912 <context context-type="linenumber">11</context> 922 <context context-type="linenumber">16</context>
913 </context-group> 923 </context-group>
914 </trans-unit> 924 </trans-unit>
915 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 925 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -918,32 +928,32 @@
918 <context-group name="null"> 928 <context-group name="null">
919 <context context-type="linenumber">16</context> 929 <context context-type="linenumber">16</context>
920 </context-group> 930 </context-group>
921 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 931 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
922 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 932 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
923 <source>User</source> 933 <source>User</source>
924 <target>Bruger</target> 934 <target>Bruger</target>
925 <context-group name="null"> 935 <context-group name="null">
926 <context context-type="linenumber">13</context> 936 <context context-type="linenumber">13</context>
927 </context-group> 937 </context-group>
928 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 938 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
929 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 939 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
930 <source>Username or email address</source> 940 <source>Username or email address</source>
931 <target>Brugernavn eller email-adresse</target> 941 <target>Brugernavn eller email-adresse</target>
932 <context-group name="null"> 942 <context-group name="null">
933 <context context-type="linenumber">15</context> 943 <context context-type="linenumber">15</context>
934 </context-group> 944 </context-group>
935 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 945 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
936 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
937 <source> 946 <source>
938 or create an account 947 or create an account
939 </source> 948 </source><target state="new">
940 <target> 949 or create an account
941 eller opret en konto 950 </target>
942 </target> 951 <context-group purpose="location">
943 <context-group name="null"> 952 <context context-type="sourcefile">src/app/login/login.component.html</context>
944 <context context-type="linenumber">18</context> 953 <context context-type="linenumber">40</context>
945 </context-group> 954 </context-group>
946 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 955 </trans-unit>
956
947 957
948 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 958 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
949 <source>Password</source> 959 <source>Password</source>
@@ -951,48 +961,51 @@
951 <context-group name="null"> 961 <context-group name="null">
952 <context context-type="linenumber">54</context> 962 <context context-type="linenumber">54</context>
953 </context-group> 963 </context-group>
954 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
955 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 965 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
956 <context-group purpose="location"> 966
957 <context context-type="sourcefile">src/app/login/login.component.html</context> 967 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
958 <context context-type="linenumber">50</context>
959 </context-group>
960 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
961 <source>Login</source><target state="new">Login</target> 968 <source>Login</source><target state="new">Login</target>
962 969
963 970
964 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 971 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
972 <source>Or sign in with</source><target state="new">Or sign in with</target>
973 <context-group purpose="location">
974 <context context-type="sourcefile">src/app/login/login.component.html</context>
975 <context context-type="linenumber">68</context>
976 </context-group>
977 </trans-unit>
965 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 978 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
966 <source>Forgot your password</source> 979 <source>Forgot your password</source>
967 <target>Glemt din adgangskode</target> 980 <target>Glemt din adgangskode</target>
968 <context-group name="null"> 981 <context-group name="null">
969 <context context-type="linenumber">58</context> 982 <context context-type="linenumber">58</context>
970 </context-group> 983 </context-group>
971 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 984 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
972 <source> 985 <source>
973 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 986 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
974 </source><target state="new"> 987 </source><target state="new">
975 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 988 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
976 </target> 989 </target>
977 990
978 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 991 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
979 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 992 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
980 <source>Email</source> 993 <source>Email</source>
981 <target>Email</target> 994 <target>Email</target>
982 <context-group name="null"> 995 <context-group name="null">
983 <context context-type="linenumber">43</context> 996 <context context-type="linenumber">43</context>
984 </context-group> 997 </context-group>
985 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 998 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
986 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 999 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
987 <source>Email address</source> 1000 <source>Email address</source>
988 <target>Email-adresse</target> 1001 <target>Email-adresse</target>
989 <context-group name="null"> 1002 <context-group name="null">
990 <context context-type="linenumber">10</context> 1003 <context context-type="linenumber">10</context>
991 </context-group> 1004 </context-group>
992 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1005 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
993 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target> 1006 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target>
994 1007
995 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1008 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
996 <source> 1009 <source>
997 Reset my password 1010 Reset my password
998 </source><target state="new"> 1011 </source><target state="new">
@@ -1716,14 +1729,11 @@
1716 </source><target state="new"> 1729 </source><target state="new">
1717 This will replace an existing caption! 1730 This will replace an existing caption!
1718 </target> 1731 </target>
1719 <context-group purpose="location"> 1732
1720 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1733 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1721 <context context-type="linenumber">29</context>
1722 </context-group>
1723 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1724 <source>Add this caption</source><target state="new">Add this caption</target> 1734 <source>Add this caption</source><target state="new">Add this caption</target>
1725 1735
1726 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1727 <source>Title</source><target state="new">Title</target> 1737 <source>Title</source><target state="new">Title</target>
1728 1738
1729 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
@@ -2267,7 +2277,7 @@
2267 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2277 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2268 <source>More information</source><target state="new">More information</target> 2278 <source>More information</source><target state="new">More information</target>
2269 2279
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2280 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2271 <source>Get more information</source><target state="new">Get more information</target> 2281 <source>Get more information</source><target state="new">Get more information</target>
2272 2282
2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2283 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2424,16 +2434,43 @@
2424 2434
2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2426 <source>Follow domain</source><target state="new">Follow domain</target> 2436 <source>Follow domain</source><target state="new">Follow domain</target>
2427 <context-group purpose="location"> 2437
2428 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2438 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2429 <context context-type="linenumber">15</context>
2430 </context-group>
2431 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2432 <source>Filter...</source><target state="new">Filter...</target> 2439 <source>Filter...</source><target state="new">Filter...</target>
2433 2440
2434 2441
2435 2442
2436 <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">29</context></context-group></trans-unit> 2443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2444 <source>Clear filters</source><target state="new">Clear filters</target>
2445 <context-group purpose="location">
2446 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2447 <context context-type="linenumber">15</context>
2448 </context-group>
2449 <context-group purpose="location">
2450 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2451 <context context-type="linenumber">15</context>
2452 </context-group>
2453 <context-group purpose="location">
2454 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2455 <context context-type="linenumber">34</context>
2456 </context-group>
2457 <context-group purpose="location">
2458 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2459 <context context-type="linenumber">16</context>
2460 </context-group>
2461 <context-group purpose="location">
2462 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2463 <context context-type="linenumber">31</context>
2464 </context-group>
2465 <context-group purpose="location">
2466 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2467 <context context-type="linenumber">15</context>
2468 </context-group>
2469 <context-group purpose="location">
2470 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2471 <context context-type="linenumber">15</context>
2472 </context-group>
2473 </trans-unit>
2437 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2474 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2438 <source>ID</source> 2475 <source>ID</source>
2439 <target>ID</target> 2476 <target>ID</target>
@@ -2443,13 +2480,13 @@
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2444 <source>Follower handle</source><target state="new">Follower handle</target> 2481 <source>Follower handle</source><target state="new">Follower handle</target>
2445 2482
2446 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2447 <source>State</source><target state="new">State</target> 2484 <source>State</source><target state="new">State</target>
2448 2485
2449 2486
2450 2487
2451 2488
2452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2453 <source>Delayed.</source><target state="new">Delayed.</target> 2490 <source>Delayed.</source><target state="new">Delayed.</target>
2454 2491
2455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2472,23 +2509,41 @@
2472 2509
2473 2510
2474 2511
2475 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2476 <source>Accepted</source><target state="new">Accepted</target> 2513 <source>Accepted</source><target state="new">Accepted</target>
2477 2514
2478 2515
2479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2480 <source>Pending</source><target state="new">Pending</target> 2517 <source>Pending</source><target state="new">Pending</target>
2481 2518
2482 2519
2483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2484 <source>Accept</source><target state="new">Accept</target> 2521 <source>Accept</source><target state="new">Accept</target>
2485 2522
2486 2523
2487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2488 <source>Refuse</source><target state="new">Refuse</target> 2525 <source>Refuse</source><target state="new">Refuse</target>
2489 2526
2490 2527
2491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2529 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2530 <context-group purpose="location">
2531 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2532 <context context-type="linenumber">55</context>
2533 </context-group>
2534 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2535 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2536 <context-group purpose="location">
2537 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2538 <context context-type="linenumber">56</context>
2539 </context-group>
2540 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2541 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2542 <context-group purpose="location">
2543 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2544 <context context-type="linenumber">5</context>
2545 </context-group>
2546 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2492 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2547 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2493 <context-group purpose="location"> 2548 <context-group purpose="location">
2494 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2549 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2497,16 +2552,41 @@
2497 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2552 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2498 <source>Host</source><target state="new">Host</target> 2553 <source>Host</source><target state="new">Host</target>
2499 2554
2500 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2501 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2556 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2502 2557
2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2504 <source>Follow domains</source><target state="new">Follow domains</target> 2559 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2505 <context-group purpose="location"> 2560 <context-group purpose="location">
2506 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2561 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2507 <context context-type="linenumber">50</context> 2562 <context context-type="linenumber">37</context>
2563 </context-group>
2564 <context-group purpose="location">
2565 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2566 <context context-type="linenumber">35</context>
2567 </context-group>
2568 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2569 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2570 <context-group purpose="location">
2571 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2572 <context context-type="linenumber">62</context>
2573 </context-group>
2574 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2575 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2576 <context-group purpose="location">
2577 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2578 <context context-type="linenumber">63</context>
2579 </context-group>
2580 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2581 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2582 <context-group purpose="location">
2583 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2584 <context context-type="linenumber">5</context>
2508 </context-group> 2585 </context-group>
2509 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2586 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2587 <source>Follow domains</source><target state="new">Follow domains</target>
2588
2589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2510 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2590 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2511 <context-group purpose="location"> 2591 <context-group purpose="location">
2512 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2592 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2557,7 +2637,7 @@
2557 2637
2558 2638
2559 2639
2560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2561 <source> 2641 <source>
2562 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2642 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2563 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2643 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2620,35 +2700,29 @@
2620 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2700 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2621 <source>Batch actions</source><target state="new">Batch actions</target> 2701 <source>Batch actions</source><target state="new">Batch actions</target>
2622 2702
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2624 <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><target state="new">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>"/></target> 2704 <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><target state="new">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>"/></target>
2625 2705
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2627 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2707 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2628 2708
2629 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2630 <source>(banned)</source><target state="new">(banned)</target> 2710 <source>(banned)</source><target state="new">(banned)</target>
2631 2711
2632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2633 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2713 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2634 <context-group purpose="location"> 2714
2635 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2715
2636 <context context-type="linenumber">65</context> 2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2637 </context-group>
2638 <context-group purpose="location">
2639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2640 <context context-type="linenumber">27</context>
2641 </context-group>
2642 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2643 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2717 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2644 2718
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2646 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2720 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2647 2721
2648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2649 <source>Ban reason:</source><target state="new">Ban reason:</target> 2723 <source>Ban reason:</source><target state="new">Ban reason:</target>
2650 2724
2651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2652 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2726 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2653 <context-group purpose="location"> 2727 <context-group purpose="location">
2654 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2728 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2696,61 +2770,89 @@
2696 </context-group> 2770 </context-group>
2697 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2771 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2698 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2772 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2699 <context-group purpose="location"> 2773
2700 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
2701 <context context-type="linenumber">10</context>
2702 </context-group>
2703 </trans-unit>
2704 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 2775 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2705 <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> 2776 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
2706 <target>Videonavn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2777 <target>Videonavn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2707 <context-group name="null"> 2778 <context-group name="null">
2708 <context context-type="linenumber">8</context> 2779 <context context-type="linenumber">8</context>
2709 </context-group> 2780 </context-group>
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2711 <source>Video URL</source><target state="new">Video URL</target> 2782 <source>Video URL</source><target state="new">Video URL</target>
2712 2783
2713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2714 <source>Total size</source><target state="new">Total size</target> 2785 <source>Total size</source><target state="new">Total size</target>
2715 2786
2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2717 <source>List redundancies</source><target state="new">List redundancies</target> 2788 <source>List redundancies</source><target state="new">List redundancies</target>
2789
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2791 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2718 <context-group purpose="location"> 2792 <context-group purpose="location">
2719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2793 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2720 <context context-type="linenumber">33</context> 2794 <context context-type="linenumber">77</context>
2795 </context-group>
2796 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2797 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2798 <context-group purpose="location">
2799 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2800 <context context-type="linenumber">78</context>
2721 </context-group> 2801 </context-group>
2722 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2802 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2723 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2803 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2724 2804
2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2726 <source> 2806 <source>
2727 No redundancy strategy is enabled on your instance. 2807 No redundancy strategy is enabled on your instance.
2728 </source><target state="new"> 2808 </source><target state="new">
2729 No redundancy strategy is enabled on your instance. 2809 No redundancy strategy is enabled on your instance.
2730 </target> 2810 </target>
2731 2811
2732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 2812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2733 <source>Sensitive</source><target state="new">Sensitive</target> 2813 <source>Sensitive</source><target state="new">Sensitive</target>
2734 2814
2735 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2815 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2736 <source>Unfederated</source><target state="new">Unfederated</target> 2816 <source>Unfederated</source><target state="new">Unfederated</target>
2737 2817
2738 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 2818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2739 <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><target state="new">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> 2819 <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><target state="new">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>
2740 2820
2741 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2822 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2823 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2825 <context context-type="linenumber">50</context>
2826 </context-group>
2827 <context-group purpose="location">
2828 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2829 <context context-type="linenumber">89</context>
2830 </context-group>
2831 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2742 <source>Go to the video</source><target state="new">Go to the video</target> 2832 <source>Go to the video</source><target state="new">Go to the video</target>
2743 2833
2744 2834
2745 2835
2746 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2836 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2747 <source>Actions</source><target state="new">Actions</target> 2837 <source>Actions</source><target state="new">Actions</target>
2748 2838
2749 2839
2750 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2840 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2751 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2841 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2752 2842
2753 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2843 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2844 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2845 <context-group purpose="location">
2846 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2847 <context context-type="linenumber">93</context>
2848 </context-group>
2849 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2850 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2851 <context-group purpose="location">
2852 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2853 <context context-type="linenumber">94</context>
2854 </context-group>
2855 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2754 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2856 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2755 <context-group purpose="location"> 2857 <context-group purpose="location">
2756 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2858 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2772,50 +2874,149 @@
2772 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2874 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2773 <source>Update this comment</source><target state="new">Update this comment</target> 2875 <source>Update this comment</source><target state="new">Update this comment</target>
2774 2876
2775 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2877 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2878 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2879 <context-group purpose="location">
2880 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2881 <context context-type="linenumber">18</context>
2882 </context-group>
2883 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2884 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2885 <context-group purpose="location">
2886 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2887 <context context-type="linenumber">19</context>
2888 </context-group>
2889 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2890 <source>Accepted reports</source><target state="new">Accepted reports</target>
2891 <context-group purpose="location">
2892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2893 <context context-type="linenumber">20</context>
2894 </context-group>
2895 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2896 <source>Refused reports</source><target state="new">Refused reports</target>
2897 <context-group purpose="location">
2898 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2899 <context context-type="linenumber">21</context>
2900 </context-group>
2901 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2902 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2903 <context-group purpose="location">
2904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2905 <context context-type="linenumber">22</context>
2906 </context-group>
2907 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2908 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2909 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2911 <context context-type="linenumber">23</context>
2912 </context-group>
2913 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2776 <source>Reporter</source><target state="new">Reporter</target> 2914 <source>Reporter</source><target state="new">Reporter</target>
2777 2915
2778 <context-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></trans-unit> 2916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
2779 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 2917 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2780 <source>Video</source> 2918 <source>Video</source>
2781 <target>Video</target> 2919 <target>Video</target>
2782 <context-group name="null"> 2920 <context-group name="null">
2783 <context context-type="linenumber">9</context> 2921 <context context-type="linenumber">9</context>
2784 </context-group> 2922 </context-group>
2785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2786 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2924 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
2787 <context-group purpose="location"> 2925 <context-group purpose="location">
2788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2789 <context context-type="linenumber">46</context> 2927 <context context-type="linenumber">80</context>
2928 </context-group>
2929 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
2930 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
2931 <context-group purpose="location">
2932 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2933 <context context-type="linenumber">91</context>
2934 </context-group>
2935 <context-group purpose="location">
2936 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2937 <context context-type="linenumber">107</context>
2938 </context-group>
2939 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
2940 <source>Video was deleted</source><target state="new">Video was deleted</target>
2941 <context-group purpose="location">
2942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2943 <context context-type="linenumber">98</context>
2944 </context-group>
2945 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
2946 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
2947 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2949 <context context-type="linenumber">141</context>
2950 </context-group>
2951 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
2952 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
2953 <context-group purpose="location">
2954 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2955 <context context-type="linenumber">142</context>
2790 </context-group> 2956 </context-group>
2791 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2957 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2958 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2959
2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2792 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2961 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2793 2962
2794 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2795 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2964 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2796 <context-group purpose="location">
2797 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2798 <context context-type="linenumber">18</context>
2799 </context-group>
2800 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2801 <source>Go to the account</source><target state="new">Go to the account</target>
2802 2965
2966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2967 <source>Go to the account</source><target state="new">Go to the account</target>
2803 2968
2804 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2805 <source>Reason:</source><target state="new">Reason:</target>
2806 2969
2807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 2970 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2808 <source>Note:</source><target state="new">Note:</target>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2811 <context context-type="linenumber">72</context>
2812 </context-group>
2813 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2814 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 2971 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2815 <context-group purpose="location"> 2972 <context-group purpose="location">
2816 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2817 <context context-type="linenumber">5</context> 2974 <context context-type="linenumber">5</context>
2818 </context-group> 2975 </context-group>
2976 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
2977 <source>
2978 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2979 </source><target state="new">
2980 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2981 </target>
2982 <context-group purpose="location">
2983 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2984 <context context-type="linenumber">20</context>
2985 </context-group>
2986 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
2987 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
2988 <context-group purpose="location">
2989 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2990 <context context-type="linenumber">21</context>
2991 </context-group>
2992 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
2993 <source>Reportee</source><target state="new">Reportee</target>
2994 <context-group purpose="location">
2995 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2996 <context context-type="linenumber">27</context>
2997 </context-group>
2998 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
2999 <source>
3000 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3001 </source><target state="new">
3002 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3003 </target>
3004 <context-group purpose="location">
3005 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3006 <context context-type="linenumber">40</context>
3007 </context-group>
3008 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3009 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3010 <context-group purpose="location">
3011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3012 <context context-type="linenumber">41</context>
3013 </context-group>
3014 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3015 <source>Updated</source><target state="new">Updated</target>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3018 <context context-type="linenumber">47</context>
3019 </context-group>
2819 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3020 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2820 <source>Unblacklist</source><target state="new">Unblacklist</target> 3021 <source>Unblacklist</source><target state="new">Unblacklist</target>
2821 <context-group purpose="location"> 3022 <context-group purpose="location">
@@ -2828,30 +3029,39 @@
2828 </context-group> 3029 </context-group>
2829 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3030 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2830 <source>Mute domain</source><target state="new">Mute domain</target> 3031 <source>Mute domain</source><target state="new">Mute domain</target>
2831 <context-group purpose="location"> 3032
2832 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3033 <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></trans-unit>
2833 <context context-type="linenumber">11</context>
2834 </context-group>
2835 </trans-unit>
2836 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3034 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
2837 <source>Instance</source> 3035 <source>Instance</source>
2838 <target>Instans</target> 3036 <target>Instans</target>
2839 <context-group name="null"> 3037 <context-group name="null">
2840 <context context-type="linenumber">5</context> 3038 <context context-type="linenumber">5</context>
2841 </context-group> 3039 </context-group>
2842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2843 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3041 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2844 3042
2845 3043
2846 3044
2847 3045
2848 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2849 <source>Unmute</source><target state="new">Unmute</target> 3047 <source>Unmute</source><target state="new">Unmute</target>
2850 3048
2851 3049
2852 3050
2853 3051
2854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3053 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3054 <context-group purpose="location">
3055 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3056 <context context-type="linenumber">51</context>
3057 </context-group>
3058 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3059 <source>No server found.</source><target state="new">No server found.</target>
3060 <context-group purpose="location">
3061 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3062 <context context-type="linenumber">52</context>
3063 </context-group>
3064 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2855 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3065 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2856 <context-group purpose="location"> 3066 <context-group purpose="location">
2857 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3067 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2863,24 +3073,30 @@
2863 </source><target state="new"> 3073 </source><target state="new">
2864 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3074 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2865 </target> 3075 </target>
2866 <context-group purpose="location"> 3076
2867 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2868 <context context-type="linenumber">37</context>
2869 </context-group>
2870 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2871 <source>Mute domains</source><target state="new">Mute domains</target> 3078 <source>Mute domains</source><target state="new">Mute domains</target>
2872 <context-group purpose="location"> 3079
2873 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
2874 <context context-type="linenumber">35</context>
2875 </context-group>
2876 </trans-unit>
2877 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3081 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2878 <source>Account</source> 3082 <source>Account</source>
2879 <target>Konto</target> 3083 <target>Konto</target>
2880 <context-group name="null"> 3084 <context-group name="null">
2881 <context context-type="linenumber">12</context> 3085 <context context-type="linenumber">12</context>
2882 </context-group> 3086 </context-group>
2883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3088 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3089 <context-group purpose="location">
3090 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3091 <context context-type="linenumber">58</context>
3092 </context-group>
3093 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3094 <source>No account found.</source><target state="new">No account found.</target>
3095 <context-group purpose="location">
3096 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3097 <context context-type="linenumber">59</context>
3098 </context-group>
3099 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2884 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3100 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2885 <context-group purpose="location"> 3101 <context-group purpose="location">
2886 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3102 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -2976,7 +3192,7 @@
2976 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3192 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
2977 </target> 3193 </target>
2978 3194
2979 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3195 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
2980 <source>System</source><target state="new">System</target> 3196 <source>System</source><target state="new">System</target>
2981 <context-group purpose="location"> 3197 <context-group purpose="location">
2982 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3198 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -3111,7 +3327,7 @@
3111 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3327 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3112 <source>Strategy</source><target state="new">Strategy</target> 3328 <source>Strategy</source><target state="new">Strategy</target>
3113 3329
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3115 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 3331 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3116 <source>Terms</source> 3332 <source>Terms</source>
3117 <target>Vilkår</target> 3333 <target>Vilkår</target>
@@ -3911,23 +4127,14 @@
3911 </context-group> 4127 </context-group>
3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
3913 <source>Target</source><target state="new">Target</target> 4129 <source>Target</source><target state="new">Target</target>
3914 <context-group purpose="location"> 4130
3915 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4131 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3916 <context context-type="linenumber">8</context>
3917 </context-group>
3918 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3919 <source>See the error</source><target state="new">See the error</target> 4132 <source>See the error</source><target state="new">See the error</target>
3920 <context-group purpose="location"> 4133
3921 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4134 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3922 <context context-type="linenumber">19</context>
3923 </context-group>
3924 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3925 <source>This video was deleted</source><target state="new">This video was deleted</target> 4135 <source>This video was deleted</source><target state="new">This video was deleted</target>
3926 <context-group purpose="location"> 4136
3927 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4137 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3928 <context context-type="linenumber">36</context>
3929 </context-group>
3930 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3931 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4138 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3932 <context-group purpose="location"> 4139 <context-group purpose="location">
3933 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4140 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5554,8 +5761,8 @@
5554 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5761 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5555 <context context-type="linenumber">1</context> 5762 <context context-type="linenumber">1</context>
5556 </context-group> 5763 </context-group>
5557 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5764 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5558 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5765 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5559 <context-group purpose="location"> 5766 <context-group purpose="location">
5560 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5767 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5561 <context context-type="linenumber">1</context> 5768 <context context-type="linenumber">1</context>
@@ -6260,6 +6467,12 @@
6260 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6467 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6261 <context context-type="linenumber">1</context> 6468 <context context-type="linenumber">1</context>
6262 </context-group> 6469 </context-group>
6470 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6471 <source>Unknown</source><target state="new">Unknown</target>
6472 <context-group purpose="location">
6473 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6474 <context context-type="linenumber">1</context>
6475 </context-group>
6263 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6476 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6264 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6477 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6265 <context-group purpose="location"> 6478 <context-group purpose="location">
@@ -7480,8 +7693,17 @@
7480 </context-group> 7693 </context-group>
7481 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7694 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7482 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7695 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7696
7697 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7698 <source>Mute server</source><target state="new">Mute server</target>
7483 <context-group purpose="location"> 7699 <context-group purpose="location">
7484 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7700 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7701 <context context-type="linenumber">1</context>
7702 </context-group>
7703 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7704 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7705 <context-group purpose="location">
7706 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7485 <context context-type="linenumber">1</context> 7707 <context context-type="linenumber">1</context>
7486 </context-group> 7708 </context-group>
7487 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7709 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7747,7 +7969,25 @@
7747 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7969 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7748 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7970 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7749 7971
7750 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 7972 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7973 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
7974 <context-group purpose="location">
7975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7976 <context context-type="linenumber">1</context>
7977 </context-group>
7978 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7979 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
7980 <context-group purpose="location">
7981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7982 <context context-type="linenumber">1</context>
7983 </context-group>
7984 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7985 <source>Delete video</source><target state="new">Delete video</target>
7986 <context-group purpose="location">
7987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7988 <context context-type="linenumber">1</context>
7989 </context-group>
7990 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7751 <source>Encoder</source><target state="new">Encoder</target> 7991 <source>Encoder</source><target state="new">Encoder</target>
7752 <context-group purpose="location"> 7992 <context-group purpose="location">
7753 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7993 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7793,8 +8033,23 @@
7793 </context-group> 8033 </context-group>
7794 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 8034 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7795 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 8035 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
8036
8037 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8038 <source>Video deleted.</source><target state="new">Video deleted.</target>
7796 <context-group purpose="location"> 8039 <context-group purpose="location">
7797 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8040 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8041 <context context-type="linenumber">1</context>
8042 </context-group>
8043 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8044 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
8045 <context-group purpose="location">
8046 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8047 <context context-type="linenumber">1</context>
8048 </context-group>
8049 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8050 <source>Mute reporter</source><target state="new">Mute reporter</target>
8051 <context-group purpose="location">
8052 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7798 <context context-type="linenumber">1</context> 8053 <context context-type="linenumber">1</context>
7799 </context-group> 8054 </context-group>
7800 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 8055 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7812,17 +8067,32 @@
7812 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8067 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7813 <context context-type="linenumber">1</context> 8068 <context context-type="linenumber">1</context>
7814 </context-group> 8069 </context-group>
7815 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 8070 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7816 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 8071 <source>Mirror</source><target state="new">Mirror</target>
7817 <context-group purpose="location"> 8072 <context-group purpose="location">
7818 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8073 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7819 <context context-type="linenumber">1</context> 8074 <context context-type="linenumber">1</context>
7820 </context-group> 8075 </context-group>
7821 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 8076 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7822 <source>Report</source><target state="new">Report</target> 8077 <source>Report</source><target state="new">Report</target>
8078
8079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
8080 <source>Note</source><target state="new">Note</target>
7823 <context-group purpose="location"> 8081 <context-group purpose="location">
7824 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8082 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7825 <context context-type="linenumber">1</context> 8083 <context context-type="linenumber">61</context>
8084 </context-group>
8085 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
8086 <source>The video was deleted</source><target state="new">The video was deleted</target>
8087 <context-group purpose="location">
8088 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8089 <context context-type="linenumber">71</context>
8090 </context-group>
8091 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
8092 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
8093 <context-group purpose="location">
8094 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8095 <context context-type="linenumber">72</context>
7826 </context-group> 8096 </context-group>
7827 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 8097 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7828 <source>Published</source><target state="new">Published</target> 8098 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 1bdc97c2d..7912eb786 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -681,9 +681,9 @@
681 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 681 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
682 <source>Deleted</source> 682 <source>Deleted</source>
683 <target state="translated">Gelöscht</target> 683 <target state="translated">Gelöscht</target>
684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 684
685 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 685
686 </trans-unit> 686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
687 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 687 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
688 <source>Edit starts/stops at</source> 688 <source>Edit starts/stops at</source>
689 <target>Bearbeitung beginnt/endet bei</target> 689 <target>Bearbeitung beginnt/endet bei</target>
@@ -1092,7 +1092,7 @@
1092 1092
1093 1093
1094 1094
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1097 <source>Ban this user</source> 1097 <source>Ban this user</source>
1098 <target>Diesen Nutzer sperren</target> 1098 <target>Diesen Nutzer sperren</target>
@@ -1107,8 +1107,8 @@
1107 <context-group name="null"> 1107 <context-group name="null">
1108 <context context-type="linenumber">11</context> 1108 <context context-type="linenumber">11</context>
1109 </context-group> 1109 </context-group>
1110 <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> 1110
1111 </trans-unit> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1112 1112
1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1114 <source>Login</source> 1114 <source>Login</source>
@@ -1119,66 +1119,86 @@
1119 <context context-type="linenumber">2</context> 1119 <context context-type="linenumber">2</context>
1120 </context-group> 1120 </context-group>
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1122 </trans-unit> 1122 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1123 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1123 <source>
1124 <source>If you are looking for an account…</source> 1124 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1125 <target state="translated">Wenn Du an einem Account interessiert bist…</target> 1125 </source><target state="new">
1126 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1127 </target>
1126 <context-group purpose="location"> 1128 <context-group purpose="location">
1127 <context context-type="sourcefile">src/app/login/login.component.html</context> 1129 <context context-type="sourcefile">src/app/login/login.component.html</context>
1128 <context context-type="linenumber">7</context> 1130 <context context-type="linenumber">6</context>
1129 </context-group> 1131 </context-group>
1130 </trans-unit> 1132 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1131 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1132 <source> 1133 <source>
1133 Currently this instance doesn't allow for user registration, but you can find an instance 1134 If you are looking for an account…
1134 that gives you the possibility to sign up for an account and upload your videos there. 1135 </source><target state="new">
1136 If you are looking for an account…
1137 </target>
1138 <context-group purpose="location">
1139 <context context-type="sourcefile">src/app/login/login.component.html</context>
1140 <context context-type="linenumber">12</context>
1141 </context-group>
1142 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1143 <source>
1144 Currently this instance doesn't allow for user registration, but you can find an instance
1145 that gives you the possibility to sign up for an account and upload your videos there.
1135 1146
1136 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1147 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1137 1148
1138 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1149 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1139 </source> 1150 </source><target state="new">
1140 <target state="translated">Im Moment gestattet diese Instanz keine neuen Benutzer-Registrierungen. Es gibt aber noch viele andere Instanzen. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Finde die richtige Instanz für dich auf <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1151 Currently this instance doesn't allow for user registration, but you can find an instance
1152 that gives you the possibility to sign up for an account and upload your videos there.
1153
1154 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1155
1156 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1157 </target>
1141 <context-group purpose="location"> 1158 <context-group purpose="location">
1142 <context context-type="sourcefile">src/app/login/login.component.html</context> 1159 <context context-type="sourcefile">src/app/login/login.component.html</context>
1143 <context context-type="linenumber">11</context> 1160 <context context-type="linenumber">16</context>
1144 </context-group> 1161 </context-group>
1145 </trans-unit> 1162 </trans-unit>
1163
1164
1146 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1165 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1147 <source>Request new verification email.</source> 1166 <source>Request new verification email.</source>
1148 <target>Eine neue Bestätigungs-E-Mail anfordern.</target> 1167 <target>Eine neue Bestätigungs-E-Mail anfordern.</target>
1149 <context-group name="null"> 1168 <context-group name="null">
1150 <context context-type="linenumber">16</context> 1169 <context context-type="linenumber">16</context>
1151 </context-group> 1170 </context-group>
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1171
1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1172
1154 </trans-unit> 1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1155 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1174 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1156 <source>User</source> 1175 <source>User</source>
1157 <target>Benutzer</target> 1176 <target>Benutzer</target>
1158 <context-group name="null"> 1177 <context-group name="null">
1159 <context context-type="linenumber">13</context> 1178 <context context-type="linenumber">13</context>
1160 </context-group> 1179 </context-group>
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1180
1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1181
1163 </trans-unit> 1182 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1164 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1183 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1165 <source>Username or email address</source> 1184 <source>Username or email address</source>
1166 <target>Benutzername oder E-Mail-Adresse</target> 1185 <target>Benutzername oder E-Mail-Adresse</target>
1167 <context-group name="null"> 1186 <context-group name="null">
1168 <context context-type="linenumber">15</context> 1187 <context context-type="linenumber">15</context>
1169 </context-group> 1188 </context-group>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1189
1171 </trans-unit> 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1172 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1191 <source>
1173 <source>or create an account</source> 1192 or create an account
1174 <target> 1193 </source><target state="new">
1175 oder erstelle ein Konto 1194 or create an account
1176 </target> 1195 </target>
1177 <context-group name="null"> 1196 <context-group purpose="location">
1178 <context context-type="linenumber">18</context> 1197 <context context-type="sourcefile">src/app/login/login.component.html</context>
1198 <context context-type="linenumber">40</context>
1179 </context-group> 1199 </context-group>
1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1181 </trans-unit> 1200 </trans-unit>
1201
1182 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1202 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1183 <source>Password</source> 1203 <source>Password</source>
1184 <target>Passwort</target> 1204 <target>Passwort</target>
@@ -1193,23 +1213,26 @@
1193 1213
1194 1214
1195 1215
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit> 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1197 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1217 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1198 <source>Click here to reset your password</source> 1218 <source>Click here to reset your password</source>
1199 <target state="new">Click here to reset your password</target> 1219 <target state="new">Click here to reset your password</target>
1200 <context-group purpose="location"> 1220
1201 <context context-type="sourcefile">src/app/login/login.component.html</context> 1221 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1202 <context context-type="linenumber">50</context>
1203 </context-group>
1204 </trans-unit>
1205 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1222 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1206 <source>Login</source> 1223 <source>Login</source>
1207 <target>Anmelden</target> 1224 <target>Anmelden</target>
1208 <context-group name="null"> 1225 <context-group name="null">
1209 <context context-type="linenumber">32</context> 1226 <context context-type="linenumber">32</context>
1210 </context-group> 1227 </context-group>
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1228
1212 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1229
1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1231 <source>Or sign in with</source><target state="new">Or sign in with</target>
1232 <context-group purpose="location">
1233 <context context-type="sourcefile">src/app/login/login.component.html</context>
1234 <context context-type="linenumber">68</context>
1235 </context-group>
1213 </trans-unit> 1236 </trans-unit>
1214 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1237 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1215 <source>Forgot your password</source> 1238 <source>Forgot your password</source>
@@ -1217,13 +1240,13 @@
1217 <context-group name="null"> 1240 <context-group name="null">
1218 <context context-type="linenumber">58</context> 1241 <context context-type="linenumber">58</context>
1219 </context-group> 1242 </context-group>
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1243
1221 </trans-unit> 1244 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1222 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1245 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1223 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1246 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1224 <target state="translated">Es tut uns Leid, du kannst dein Kennwort nicht wiederherstellen weil dein Instanzadministrator das PeerTube-E-Mail-System nicht konfiguriert hat.</target> 1247 <target state="translated">Es tut uns Leid, du kannst dein Kennwort nicht wiederherstellen weil dein Instanzadministrator das PeerTube-E-Mail-System nicht konfiguriert hat.</target>
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1248
1226 </trans-unit> 1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1227 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1250 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1228 <source>Email</source> 1251 <source>Email</source>
1229 <target>E-Mail</target> 1252 <target>E-Mail</target>
@@ -1238,16 +1261,16 @@
1238 1261
1239 1262
1240 1263
1241 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1264 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1242 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1265 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1243 <source>Email address</source> 1266 <source>Email address</source>
1244 <target>E-Mail-Adresse</target> 1267 <target>E-Mail-Adresse</target>
1245 <context-group name="null"> 1268 <context-group name="null">
1246 <context context-type="linenumber">10</context> 1269 <context context-type="linenumber">10</context>
1247 </context-group> 1270 </context-group>
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1271
1249 <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">10</context></context-group> 1272
1250 </trans-unit> 1273 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1251 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1274 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1252 <source>Send me an email to reset my password</source> 1275 <source>Send me an email to reset my password</source>
1253 <target>Mir eine E-Mail schicken, um mein Passwort zurückzusetzen</target> 1276 <target>Mir eine E-Mail schicken, um mein Passwort zurückzusetzen</target>
@@ -1255,7 +1278,7 @@
1255 <context context-type="linenumber">82</context> 1278 <context context-type="linenumber">82</context>
1256 </context-group> 1279 </context-group>
1257 1280
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1281 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1259 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1282 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1260 <source>Reset my password</source> 1283 <source>Reset my password</source>
1261 <target> 1284 <target>
@@ -2194,8 +2217,8 @@ Hilf mit PeerTube zu übersetzen!</target>
2194 <context-group name="null"> 2217 <context-group name="null">
2195 <context context-type="linenumber">29</context> 2218 <context context-type="linenumber">29</context>
2196 </context-group> 2219 </context-group>
2197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2220
2198 </trans-unit> 2221 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2199 2222
2200 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2223 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2201 <source>Add this caption</source> 2224 <source>Add this caption</source>
@@ -2204,7 +2227,7 @@ Hilf mit PeerTube zu übersetzen!</target>
2204 <context context-type="linenumber">40</context> 2227 <context context-type="linenumber">40</context>
2205 </context-group> 2228 </context-group>
2206 2229
2207 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2208 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2231 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2209 <source>Title</source> 2232 <source>Title</source>
2210 <target>Titel</target> 2233 <target>Titel</target>
@@ -3108,7 +3131,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3108 <context context-type="linenumber">215</context> 3131 <context context-type="linenumber">215</context>
3109 </context-group> 3132 </context-group>
3110 3133
3111 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3134 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3112 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3135 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3113 <source>Get more information</source> 3136 <source>Get more information</source>
3114 <target>Weitere Informationen bekommen</target> 3137 <target>Weitere Informationen bekommen</target>
@@ -3323,11 +3346,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3323 3346
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3325 <source>Follow domain</source><target state="new">Follow domain</target> 3348 <source>Follow domain</source><target state="new">Follow domain</target>
3326 <context-group purpose="location"> 3349
3327 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3350 <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>
3328 <context context-type="linenumber">15</context>
3329 </context-group>
3330 </trans-unit>
3331 3351
3332 3352
3333 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3353 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3339,7 +3359,37 @@ Hilf mit PeerTube zu übersetzen!</target>
3339 3359
3340 3360
3341 3361
3342 <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">29</context></context-group></trans-unit> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3363 <source>Clear filters</source><target state="new">Clear filters</target>
3364 <context-group purpose="location">
3365 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3366 <context context-type="linenumber">15</context>
3367 </context-group>
3368 <context-group purpose="location">
3369 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3370 <context context-type="linenumber">15</context>
3371 </context-group>
3372 <context-group purpose="location">
3373 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3374 <context context-type="linenumber">34</context>
3375 </context-group>
3376 <context-group purpose="location">
3377 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3378 <context context-type="linenumber">16</context>
3379 </context-group>
3380 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3382 <context context-type="linenumber">31</context>
3383 </context-group>
3384 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3386 <context context-type="linenumber">15</context>
3387 </context-group>
3388 <context-group purpose="location">
3389 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3390 <context context-type="linenumber">15</context>
3391 </context-group>
3392 </trans-unit>
3343 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3393 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3344 <source>ID</source> 3394 <source>ID</source>
3345 <target>ID</target> 3395 <target>ID</target>
@@ -3354,8 +3404,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3354 <context-group name="null"> 3404 <context-group name="null">
3355 <context context-type="linenumber">17</context> 3405 <context context-type="linenumber">17</context>
3356 </context-group> 3406 </context-group>
3357 <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> 3407
3358 </trans-unit> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3359 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3409 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3360 <source>State</source> 3410 <source>State</source>
3361 <target>Status</target> 3411 <target>Status</target>
@@ -3364,7 +3414,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3364 </context-group> 3414 </context-group>
3365 3415
3366 3416
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3368 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3418 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3369 <source>Delayed.</source> 3419 <source>Delayed.</source>
3370 <target state="translated">Verzögert.</target> 3420 <target state="translated">Verzögert.</target>
@@ -3402,7 +3452,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3402 3452
3403 3453
3404 3454
3405 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3406 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3456 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3407 <source>Accepted</source> 3457 <source>Accepted</source>
3408 <target>Akzeptiert</target> 3458 <target>Akzeptiert</target>
@@ -3411,7 +3461,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3411 </context-group> 3461 </context-group>
3412 3462
3413 3463
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3415 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3465 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3416 <source>Pending</source> 3466 <source>Pending</source>
3417 <target>Ausstehend</target> 3467 <target>Ausstehend</target>
@@ -3420,24 +3470,42 @@ Hilf mit PeerTube zu übersetzen!</target>
3420 </context-group> 3470 </context-group>
3421 3471
3422 3472
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3424 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3474 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3425 <source>Accept</source> 3475 <source>Accept</source>
3426 <target>Akzeptieren</target> 3476 <target>Akzeptieren</target>
3427 <context-group name="null"> 3477 <context-group name="null">
3428 <context context-type="linenumber">41</context> 3478 <context context-type="linenumber">41</context>
3429 </context-group> 3479 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3480
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3481
3432 </trans-unit> 3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3433 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3483 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3434 <source>Refuse</source> 3484 <source>Refuse</source>
3435 <target>Ablehnen</target> 3485 <target>Ablehnen</target>
3436 <context-group name="null"> 3486 <context-group name="null">
3437 <context context-type="linenumber">42</context> 3487 <context context-type="linenumber">42</context>
3438 </context-group> 3488 </context-group>
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3489
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3490
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3492 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3493 <context-group purpose="location">
3494 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3495 <context context-type="linenumber">55</context>
3496 </context-group>
3497 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3498 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3499 <context-group purpose="location">
3500 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3501 <context context-type="linenumber">56</context>
3502 </context-group>
3503 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3504 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3505 <context-group purpose="location">
3506 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3507 <context context-type="linenumber">5</context>
3508 </context-group>
3441 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3509 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3442 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3510 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3443 <context-group purpose="location"> 3511 <context-group purpose="location">
@@ -3452,18 +3520,43 @@ Hilf mit PeerTube zu übersetzen!</target>
3452 <context context-type="linenumber">19</context> 3520 <context context-type="linenumber">19</context>
3453 </context-group> 3521 </context-group>
3454 3522
3455 <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> 3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3456 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3524 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3457 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3525 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3458 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3526 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3459 3527
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3461 <source>Follow domains</source><target state="new">Follow domains</target> 3529 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3462 <context-group purpose="location"> 3530 <context-group purpose="location">
3463 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3531 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3464 <context context-type="linenumber">50</context> 3532 <context context-type="linenumber">37</context>
3533 </context-group>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3536 <context context-type="linenumber">35</context>
3537 </context-group>
3538 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3539 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3540 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3542 <context context-type="linenumber">62</context>
3543 </context-group>
3544 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3545 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3546 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3548 <context context-type="linenumber">63</context>
3549 </context-group>
3550 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3551 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3552 <context-group purpose="location">
3553 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3554 <context context-type="linenumber">5</context>
3465 </context-group> 3555 </context-group>
3466 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3556 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3557 <source>Follow domains</source><target state="new">Follow domains</target>
3558
3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3467 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3560 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3468 <context-group purpose="location"> 3561 <context-group purpose="location">
3469 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3562 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3540,7 +3633,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3540 3633
3541 3634
3542 3635
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3544 <source> 3637 <source>
3545 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3638 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3546 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3639 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3638,7 +3731,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3638 <context context-type="linenumber">19</context> 3731 <context context-type="linenumber">19</context>
3639 </context-group> 3732 </context-group>
3640 3733
3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3642 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3735 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3643 <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> 3736 <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>
3644 <target>Benutzername <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3737 <target>Benutzername <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3646,7 +3739,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3646 <context context-type="linenumber">40</context> 3739 <context context-type="linenumber">40</context>
3647 </context-group> 3740 </context-group>
3648 3741
3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3650 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3743 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3651 <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> 3744 <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>
3652 <target>Video-Kontingent <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3745 <target>Video-Kontingent <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3654,7 +3747,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3654 <context context-type="linenumber">42</context> 3747 <context context-type="linenumber">42</context>
3655 </context-group> 3748 </context-group>
3656 3749
3657 <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></trans-unit> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3658 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3751 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3659 <source>(banned)</source> 3752 <source>(banned)</source>
3660 <target>(gebannt)</target> 3753 <target>(gebannt)</target>
@@ -3662,17 +3755,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3662 <context context-type="linenumber">65</context> 3755 <context context-type="linenumber">65</context>
3663 </context-group> 3756 </context-group>
3664 3757
3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3666 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3759 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3667 <context-group purpose="location"> 3760
3668 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3761
3669 <context context-type="linenumber">65</context> 3762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3670 </context-group>
3671 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3673 <context context-type="linenumber">27</context>
3674 </context-group>
3675 </trans-unit>
3676 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3763 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3677 <source>User's email must be verified to login</source> 3764 <source>User's email must be verified to login</source>
3678 <target>Die E-Mail-Adresse des Nutzers muss vor dem Einloggen bestätigt werden</target> 3765 <target>Die E-Mail-Adresse des Nutzers muss vor dem Einloggen bestätigt werden</target>
@@ -3680,7 +3767,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3680 <context context-type="linenumber">72</context> 3767 <context context-type="linenumber">72</context>
3681 </context-group> 3768 </context-group>
3682 3769
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3684 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3771 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3685 <source>User's email is verified / User can login without email verification</source> 3772 <source>User's email is verified / User can login without email verification</source>
3686 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target> 3773 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target>
@@ -3688,7 +3775,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3688 <context context-type="linenumber">76</context> 3775 <context context-type="linenumber">76</context>
3689 </context-group> 3776 </context-group>
3690 3777
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3692 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3779 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3693 <source>Ban reason:</source> 3780 <source>Ban reason:</source>
3694 <target>Grund für die Sperrung:</target> 3781 <target>Grund für die Sperrung:</target>
@@ -3696,7 +3783,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3696 <context context-type="linenumber">95</context> 3783 <context context-type="linenumber">95</context>
3697 </context-group> 3784 </context-group>
3698 3785
3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3700 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3787 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3701 <context-group purpose="location"> 3788 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3789 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3753,11 +3840,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3754 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3841 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3755 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3842 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3756 <context-group purpose="location"> 3843
3757 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3758 <context context-type="linenumber">10</context>
3759 </context-group>
3760 </trans-unit>
3761 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3845 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3762 <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> 3846 <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>
3763 <target>Name des Videos <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3847 <target>Name des Videos <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3766,35 +3850,44 @@ Hilf mit PeerTube zu übersetzen!</target>
3766 </context-group> 3850 </context-group>
3767 3851
3768 3852
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3770 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3854 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3771 <source>Video URL</source> 3855 <source>Video URL</source>
3772 <target state="new">Video URL</target> 3856 <target state="new">Video URL</target>
3773 3857
3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3775 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3859 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3776 <source>Total size</source> 3860 <source>Total size</source>
3777 <target state="new">Total size</target> 3861 <target state="new">Total size</target>
3778 3862
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3780 <source>List redundancies</source><target state="new">List redundancies</target> 3864 <source>List redundancies</source><target state="new">List redundancies</target>
3865
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3867 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3781 <context-group purpose="location"> 3868 <context-group purpose="location">
3782 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3869 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3783 <context context-type="linenumber">33</context> 3870 <context context-type="linenumber">77</context>
3871 </context-group>
3872 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3873 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3874 <context-group purpose="location">
3875 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3876 <context context-type="linenumber">78</context>
3784 </context-group> 3877 </context-group>
3785 </trans-unit> 3878 </trans-unit>
3786 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3879 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3787 <source>Enabled strategies stats</source> 3880 <source>Enabled strategies stats</source>
3788 <target state="new">Enabled strategies stats</target> 3881 <target state="new">Enabled strategies stats</target>
3789 3882
3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3791 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3884 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3792 <source>No redundancy strategy is enabled on your instance.</source> 3885 <source>No redundancy strategy is enabled on your instance.</source>
3793 <target state="new"> 3886 <target state="new">
3794 No redundancy strategy is enabled on your instance. 3887 No redundancy strategy is enabled on your instance.
3795 </target> 3888 </target>
3796 3889
3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3798 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3891 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3799 <source>Sensitive</source> 3892 <source>Sensitive</source>
3800 <target>Anstößig</target> 3893 <target>Anstößig</target>
@@ -3802,7 +3895,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3802 <context context-type="linenumber">9</context> 3895 <context context-type="linenumber">9</context>
3803 </context-group> 3896 </context-group>
3804 3897
3805 <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">11</context></context-group></trans-unit> 3898 <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">25</context></context-group></trans-unit>
3806 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3899 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3807 <source>Unfederated</source> 3900 <source>Unfederated</source>
3808 <target>Unföderiert</target> 3901 <target>Unföderiert</target>
@@ -3810,7 +3903,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3810 <context context-type="linenumber">10</context> 3903 <context context-type="linenumber">10</context>
3811 </context-group> 3904 </context-group>
3812 3905
3813 <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">12</context></context-group></trans-unit> 3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3814 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3907 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3815 <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> 3908 <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>
3816 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3909 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3818,7 +3911,17 @@ Hilf mit PeerTube zu übersetzen!</target>
3818 <context context-type="linenumber">11</context> 3911 <context context-type="linenumber">11</context>
3819 </context-group> 3912 </context-group>
3820 3913
3821 <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">13</context></context-group></trans-unit> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3915 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3916 <context-group purpose="location">
3917 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3918 <context context-type="linenumber">50</context>
3919 </context-group>
3920 <context-group purpose="location">
3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3922 <context context-type="linenumber">89</context>
3923 </context-group>
3924 </trans-unit>
3822 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3925 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3823 <source>Go to the video</source> 3926 <source>Go to the video</source>
3824 <target>Zum Video gehen</target> 3927 <target>Zum Video gehen</target>
@@ -3828,7 +3931,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3828 3931
3829 3932
3830 3933
3831 <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">28</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">33</context></context-group></trans-unit> 3934 <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">33</context></context-group></trans-unit>
3832 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3935 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3833 <source>Actions</source> 3936 <source>Actions</source>
3834 <target>Aktionen</target> 3937 <target>Aktionen</target>
@@ -3837,7 +3940,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3837 </context-group> 3940 </context-group>
3838 3941
3839 3942
3840 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3943 <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">72</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">123</context></context-group></trans-unit>
3841 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3944 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3842 <source>Blacklist reason:</source> 3945 <source>Blacklist reason:</source>
3843 <target>Grund für die Sperre:</target> 3946 <target>Grund für die Sperre:</target>
@@ -3845,7 +3948,19 @@ Hilf mit PeerTube zu übersetzen!</target>
3845 <context context-type="linenumber">43</context> 3948 <context context-type="linenumber">43</context>
3846 </context-group> 3949 </context-group>
3847 3950
3848 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3951 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3952 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3953 <context-group purpose="location">
3954 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3955 <context context-type="linenumber">93</context>
3956 </context-group>
3957 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3958 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3959 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3961 <context context-type="linenumber">94</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3964 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3850 <context-group purpose="location"> 3965 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3966 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3877,7 +3992,43 @@ Hilf mit PeerTube zu übersetzen!</target>
3877 <context context-type="linenumber">26</context> 3992 <context context-type="linenumber">26</context>
3878 </context-group> 3993 </context-group>
3879 3994
3880 <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">31</context></context-group></trans-unit> 3995 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3996 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3997 <context-group purpose="location">
3998 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3999 <context context-type="linenumber">18</context>
4000 </context-group>
4001 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4002 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4003 <context-group purpose="location">
4004 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4005 <context context-type="linenumber">19</context>
4006 </context-group>
4007 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4008 <source>Accepted reports</source><target state="new">Accepted reports</target>
4009 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4011 <context context-type="linenumber">20</context>
4012 </context-group>
4013 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4014 <source>Refused reports</source><target state="new">Refused reports</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4017 <context context-type="linenumber">21</context>
4018 </context-group>
4019 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4020 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4021 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4023 <context context-type="linenumber">22</context>
4024 </context-group>
4025 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4026 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4027 <context-group purpose="location">
4028 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4029 <context context-type="linenumber">23</context>
4030 </context-group>
4031 </trans-unit>
3881 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4032 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3882 <source>Reporter</source> 4033 <source>Reporter</source>
3883 <target>Melder</target> 4034 <target>Melder</target>
@@ -3885,7 +4036,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3885 <context context-type="linenumber">8</context> 4036 <context context-type="linenumber">8</context>
3886 </context-group> 4037 </context-group>
3887 4038
3888 <context-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></trans-unit> 4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3889 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4040 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3890 <source>Video</source> 4041 <source>Video</source>
3891 <target>Video</target> 4042 <target>Video</target>
@@ -3895,13 +4046,44 @@ Hilf mit PeerTube zu übersetzen!</target>
3895 4046
3896 4047
3897 4048
3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3899 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4050 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3900 <context-group purpose="location"> 4051 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4052 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3902 <context context-type="linenumber">46</context> 4053 <context context-type="linenumber">80</context>
3903 </context-group> 4054 </context-group>
3904 </trans-unit> 4055 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4056 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4057 <context-group purpose="location">
4058 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4059 <context context-type="linenumber">91</context>
4060 </context-group>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4063 <context context-type="linenumber">107</context>
4064 </context-group>
4065 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4066 <source>Video was deleted</source><target state="new">Video was deleted</target>
4067 <context-group purpose="location">
4068 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4069 <context context-type="linenumber">98</context>
4070 </context-group>
4071 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4072 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4075 <context context-type="linenumber">141</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4078 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4079 <context-group purpose="location">
4080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4081 <context context-type="linenumber">142</context>
4082 </context-group>
4083 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4084 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4085
4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3905 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4087 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3906 <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> 4088 <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>
3907 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4089 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3911,15 +4093,12 @@ Hilf mit PeerTube zu übersetzen!</target>
3911 4093
3912 4094
3913 4095
3914 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3915 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4097 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3916 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4098 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3917 <target state="translated">Bewertung <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4099 <target state="translated">Bewertung <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3918 <context-group purpose="location"> 4100
3919 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3920 <context context-type="linenumber">18</context>
3921 </context-group>
3922 </trans-unit>
3923 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4102 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3924 <source>Go to the account</source> 4103 <source>Go to the account</source>
3925 <target>Zum Konto gehen</target> 4104 <target>Zum Konto gehen</target>
@@ -3929,25 +4108,56 @@ Hilf mit PeerTube zu übersetzen!</target>
3929 4108
3930 4109
3931 <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">27</context></context-group></trans-unit> 4110 <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">27</context></context-group></trans-unit>
3932 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4111 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3933 <source>Reason:</source>
3934 <target>Grund:</target>
3935 <context-group name="null">
3936 <context context-type="linenumber">53</context>
3937 </context-group>
3938
3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3940 <source>Note:</source><target state="new">Note:</target>
3941 <context-group purpose="location">
3942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3943 <context context-type="linenumber">72</context>
3944 </context-group>
3945 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3946 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4112 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3947 <context-group purpose="location"> 4113 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4114 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3949 <context context-type="linenumber">5</context> 4115 <context context-type="linenumber">5</context>
3950 </context-group> 4116 </context-group>
4117 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4118 <source>
4119 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4120 </source><target state="new">
4121 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4122 </target>
4123 <context-group purpose="location">
4124 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4125 <context context-type="linenumber">20</context>
4126 </context-group>
4127 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4128 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4129 <context-group purpose="location">
4130 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4131 <context context-type="linenumber">21</context>
4132 </context-group>
4133 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4134 <source>Reportee</source><target state="new">Reportee</target>
4135 <context-group purpose="location">
4136 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4137 <context context-type="linenumber">27</context>
4138 </context-group>
4139 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4140 <source>
4141 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4142 </source><target state="new">
4143 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4144 </target>
4145 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4147 <context context-type="linenumber">40</context>
4148 </context-group>
4149 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4150 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4151 <context-group purpose="location">
4152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4153 <context context-type="linenumber">41</context>
4154 </context-group>
4155 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4156 <source>Updated</source><target state="new">Updated</target>
4157 <context-group purpose="location">
4158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4159 <context context-type="linenumber">47</context>
4160 </context-group>
3951 </trans-unit> 4161 </trans-unit>
3952 4162
3953 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4163 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3960,11 +4170,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3961 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4171 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3962 <source>Mute domain</source><target state="new">Mute domain</target> 4172 <source>Mute domain</source><target state="new">Mute domain</target>
3963 <context-group purpose="location"> 4173
3964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4174 <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></trans-unit>
3965 <context context-type="linenumber">11</context>
3966 </context-group>
3967 </trans-unit>
3968 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4175 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3969 <source>Instance</source> 4176 <source>Instance</source>
3970 <target>Instanz</target> 4177 <target>Instanz</target>
@@ -3974,7 +4181,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3974 4181
3975 4182
3976 4183
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3978 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4185 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3979 <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> 4186 <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>
3980 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4187 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3985,7 +4192,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3985 4192
3986 4193
3987 4194
3988 <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">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">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> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3989 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4196 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3990 <source>Unmute</source> 4197 <source>Unmute</source>
3991 <target>Stummschalten aufheben</target> 4198 <target>Stummschalten aufheben</target>
@@ -3996,7 +4203,19 @@ Hilf mit PeerTube zu übersetzen!</target>
3996 4203
3997 4204
3998 4205
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4207 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4208 <context-group purpose="location">
4209 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4210 <context context-type="linenumber">51</context>
4211 </context-group>
4212 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4213 <source>No server found.</source><target state="new">No server found.</target>
4214 <context-group purpose="location">
4215 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4216 <context context-type="linenumber">52</context>
4217 </context-group>
4218 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4000 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4219 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4001 <context-group purpose="location"> 4220 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4221 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -4008,17 +4227,11 @@ Hilf mit PeerTube zu übersetzen!</target>
4008 </source><target state="new"> 4227 </source><target state="new">
4009 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4228 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4010 </target> 4229 </target>
4011 <context-group purpose="location"> 4230
4012 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4013 <context context-type="linenumber">37</context>
4014 </context-group>
4015 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4016 <source>Mute domains</source><target state="new">Mute domains</target> 4232 <source>Mute domains</source><target state="new">Mute domains</target>
4017 <context-group purpose="location"> 4233
4018 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4019 <context context-type="linenumber">35</context>
4020 </context-group>
4021 </trans-unit>
4022 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4235 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4023 <source>Account</source> 4236 <source>Account</source>
4024 <target>Account</target> 4237 <target>Account</target>
@@ -4027,7 +4240,19 @@ Hilf mit PeerTube zu übersetzen!</target>
4027 </context-group> 4240 </context-group>
4028 4241
4029 4242
4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4244 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4245 <context-group purpose="location">
4246 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4247 <context context-type="linenumber">58</context>
4248 </context-group>
4249 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4250 <source>No account found.</source><target state="new">No account found.</target>
4251 <context-group purpose="location">
4252 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4253 <context context-type="linenumber">59</context>
4254 </context-group>
4255 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4031 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4256 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4032 <context-group purpose="location"> 4257 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4258 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4169,8 +4394,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4169 <context-group name="null"> 4394 <context-group name="null">
4170 <context context-type="linenumber">22</context> 4395 <context context-type="linenumber">22</context>
4171 </context-group> 4396 </context-group>
4172 <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">29</context></context-group> 4397
4173 </trans-unit> 4398 <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">47</context></context-group></trans-unit>
4174 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4399 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4175 <source>System</source> 4400 <source>System</source>
4176 <target>System</target> 4401 <target>System</target>
@@ -4382,7 +4607,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4382 <source>Strategy</source> 4607 <source>Strategy</source>
4383 <target state="new">Strategy</target> 4608 <target state="new">Strategy</target>
4384 4609
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4386 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4611 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4387 <source>Terms</source> 4612 <source>Terms</source>
4388 <target>Bestimmungen</target> 4613 <target>Bestimmungen</target>
@@ -5491,20 +5716,14 @@ Hilf mit PeerTube zu übersetzen!</target>
5491 <context-group name="null"> 5716 <context-group name="null">
5492 <context context-type="linenumber">8</context> 5717 <context context-type="linenumber">8</context>
5493 </context-group> 5718 </context-group>
5494 <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> 5719
5495 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5720 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5496 <source>See the error</source><target state="new">See the error</target> 5721 <source>See the error</source><target state="new">See the error</target>
5497 <context-group purpose="location"> 5722
5498 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5723 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5499 <context context-type="linenumber">19</context>
5500 </context-group>
5501 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5502 <source>This video was deleted</source><target state="new">This video was deleted</target> 5724 <source>This video was deleted</source><target state="new">This video was deleted</target>
5503 <context-group purpose="location"> 5725
5504 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5726 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5505 <context context-type="linenumber">36</context>
5506 </context-group>
5507 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5508 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5727 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5509 <context-group purpose="location"> 5728 <context-group purpose="location">
5510 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5729 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7466,8 +7685,8 @@ Erstelle mein Konto</target>
7466 <context context-type="linenumber">1</context> 7685 <context context-type="linenumber">1</context>
7467 </context-group> 7686 </context-group>
7468 <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> 7687 <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>
7469 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7688 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7470 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7689 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7471 <context-group purpose="location"> 7690 <context-group purpose="location">
7472 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7691 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7473 <context context-type="linenumber">1</context> 7692 <context context-type="linenumber">1</context>
@@ -8338,6 +8557,12 @@ Erstelle mein Konto</target>
8338 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8557 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8339 <context context-type="linenumber">1</context> 8558 <context context-type="linenumber">1</context>
8340 </context-group> 8559 </context-group>
8560 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8561 <source>Unknown</source><target state="new">Unknown</target>
8562 <context-group purpose="location">
8563 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8564 <context context-type="linenumber">1</context>
8565 </context-group>
8341 </trans-unit> 8566 </trans-unit>
8342 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8567 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8343 <source>Your password has been successfully reset!</source> 8568 <source>Your password has been successfully reset!</source>
@@ -9891,7 +10116,19 @@ Erstelle mein Konto</target>
9891 <context-group name="null"> 10116 <context-group name="null">
9892 <context context-type="linenumber">1</context> 10117 <context context-type="linenumber">1</context>
9893 </context-group> 10118 </context-group>
9894 <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> 10119
10120 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10121 <source>Mute server</source><target state="new">Mute server</target>
10122 <context-group purpose="location">
10123 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10124 <context context-type="linenumber">1</context>
10125 </context-group>
10126 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10127 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10128 <context-group purpose="location">
10129 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10130 <context context-type="linenumber">1</context>
10131 </context-group>
9895 </trans-unit> 10132 </trans-unit>
9896 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10133 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9897 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10134 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10238,7 +10475,25 @@ Erstelle mein Konto</target>
10238 <context context-type="linenumber">1</context> 10475 <context context-type="linenumber">1</context>
10239 </context-group> 10476 </context-group>
10240 10477
10241 <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><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> 10478 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10479 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10480 <context-group purpose="location">
10481 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10482 <context context-type="linenumber">1</context>
10483 </context-group>
10484 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10485 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10486 <context-group purpose="location">
10487 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10488 <context context-type="linenumber">1</context>
10489 </context-group>
10490 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10491 <source>Delete video</source><target state="new">Delete video</target>
10492 <context-group purpose="location">
10493 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10494 <context context-type="linenumber">1</context>
10495 </context-group>
10496 </trans-unit>
10242 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10497 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10243 <source>Encoder</source> 10498 <source>Encoder</source>
10244 <target state="new">Encoder</target> 10499 <target state="new">Encoder</target>
@@ -10306,7 +10561,25 @@ Erstelle mein Konto</target>
10306 <context-group name="null"> 10561 <context-group name="null">
10307 <context context-type="linenumber">1</context> 10562 <context context-type="linenumber">1</context>
10308 </context-group> 10563 </context-group>
10309 <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> 10564
10565 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10566 <source>Video deleted.</source><target state="new">Video deleted.</target>
10567 <context-group purpose="location">
10568 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10569 <context context-type="linenumber">1</context>
10570 </context-group>
10571 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10572 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10573 <context-group purpose="location">
10574 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10575 <context context-type="linenumber">1</context>
10576 </context-group>
10577 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10578 <source>Mute reporter</source><target state="new">Mute reporter</target>
10579 <context-group purpose="location">
10580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10581 <context context-type="linenumber">1</context>
10582 </context-group>
10310 </trans-unit> 10583 </trans-unit>
10311 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10584 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10312 <source>This video will be duplicated by your instance.</source> 10585 <source>This video will be duplicated by your instance.</source>
@@ -10332,22 +10605,39 @@ Erstelle mein Konto</target>
10332 <context context-type="linenumber">1</context> 10605 <context context-type="linenumber">1</context>
10333 </context-group> 10606 </context-group>
10334 <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> 10607 <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>
10335 </trans-unit> 10608 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10336 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10609 <source>Mirror</source><target state="new">Mirror</target>
10337 <source>Duplicate (redundancy)</source>
10338 <target state="new">Duplicate (redundancy)</target>
10339 <context-group purpose="location"> 10610 <context-group purpose="location">
10340 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10611 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10341 <context context-type="linenumber">1</context> 10612 <context context-type="linenumber">1</context>
10342 </context-group> 10613 </context-group>
10343 </trans-unit> 10614 </trans-unit>
10615
10344 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10616 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10345 <source>Report</source> 10617 <source>Report</source>
10346 <target>Melden</target> 10618 <target>Melden</target>
10347 <context-group name="null"> 10619 <context-group name="null">
10348 <context context-type="linenumber">1</context> 10620 <context context-type="linenumber">1</context>
10349 </context-group> 10621 </context-group>
10350 <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> 10622
10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10624 <source>Note</source><target state="new">Note</target>
10625 <context-group purpose="location">
10626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10627 <context context-type="linenumber">61</context>
10628 </context-group>
10629 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10630 <source>The video was deleted</source><target state="new">The video was deleted</target>
10631 <context-group purpose="location">
10632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10633 <context context-type="linenumber">71</context>
10634 </context-group>
10635 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10636 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10637 <context-group purpose="location">
10638 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10639 <context context-type="linenumber">72</context>
10640 </context-group>
10351 </trans-unit> 10641 </trans-unit>
10352 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10642 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10353 <source>Published</source> 10643 <source>Published</source>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index 4fd1eed6b..e64ed37e1 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -625,7 +625,7 @@
625 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 625 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
626 <source>Deleted</source><target state="new">Deleted</target> 626 <source>Deleted</source><target state="new">Deleted</target>
627 627
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
629 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 629 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
630 <source>Edit starts/stops at</source> 630 <source>Edit starts/stops at</source>
631 <target>Επεξεργασία ξεκινά/σταματά στο</target> 631 <target>Επεξεργασία ξεκινά/σταματά στο</target>
@@ -958,7 +958,7 @@
958 <context-group name="null"> 958 <context-group name="null">
959 <context context-type="linenumber">23</context> 959 <context context-type="linenumber">23</context>
960 </context-group> 960 </context-group>
961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
962 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 962 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
963 <source>Ban this user</source> 963 <source>Ban this user</source>
964 <target>Αποκλεισμός χρήστη</target> 964 <target>Αποκλεισμός χρήστη</target>
@@ -972,7 +972,7 @@
972 <context-group name="null"> 972 <context-group name="null">
973 <context context-type="linenumber">11</context> 973 <context context-type="linenumber">11</context>
974 </context-group> 974 </context-group>
975 <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> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
976 976
977 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 977 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
978 <source> 978 <source>
@@ -984,35 +984,45 @@
984 <context-group name="null"> 984 <context-group name="null">
985 <context context-type="linenumber">2</context> 985 <context context-type="linenumber">2</context>
986 </context-group> 986 </context-group>
987 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 987 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
988 <source> 988 <source>
989 If you are looking for an account… 989 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
990 </source><target state="new"> 990 </source><target state="new">
991 If you are looking for an account… 991 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
992 </target> 992 </target>
993 <context-group purpose="location"> 993 <context-group purpose="location">
994 <context context-type="sourcefile">src/app/login/login.component.html</context> 994 <context context-type="sourcefile">src/app/login/login.component.html</context>
995 <context context-type="linenumber">7</context> 995 <context context-type="linenumber">6</context>
996 </context-group> 996 </context-group>
997 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 997 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
998 <source> 998 <source>
999 Currently this instance doesn't allow for user registration, but you can find an instance 999 If you are looking for an account…
1000 that gives you the possibility to sign up for an account and upload your videos there. 1000 </source><target state="new">
1001 If you are looking for an account…
1002 </target>
1003 <context-group purpose="location">
1004 <context context-type="sourcefile">src/app/login/login.component.html</context>
1005 <context context-type="linenumber">12</context>
1006 </context-group>
1007 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1008 <source>
1009 Currently this instance doesn't allow for user registration, but you can find an instance
1010 that gives you the possibility to sign up for an account and upload your videos there.
1001 1011
1002 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1012 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1003 1013
1004 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1014 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1005 </source><target state="new"> 1015 </source><target state="new">
1006 Currently this instance doesn't allow for user registration, but you can find an instance 1016 Currently this instance doesn't allow for user registration, but you can find an instance
1007 that gives you the possibility to sign up for an account and upload your videos there. 1017 that gives you the possibility to sign up for an account and upload your videos there.
1008 1018
1009 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1019 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1010 1020
1011 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1021 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1012 </target> 1022 </target>
1013 <context-group purpose="location"> 1023 <context-group purpose="location">
1014 <context context-type="sourcefile">src/app/login/login.component.html</context> 1024 <context context-type="sourcefile">src/app/login/login.component.html</context>
1015 <context context-type="linenumber">11</context> 1025 <context context-type="linenumber">16</context>
1016 </context-group> 1026 </context-group>
1017 </trans-unit> 1027 </trans-unit>
1018 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1028 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1021,32 +1031,32 @@
1021 <context-group name="null"> 1031 <context-group name="null">
1022 <context context-type="linenumber">16</context> 1032 <context context-type="linenumber">16</context>
1023 </context-group> 1033 </context-group>
1024 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1034 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1025 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1035 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1026 <source>User</source> 1036 <source>User</source>
1027 <target>Χρήστης</target> 1037 <target>Χρήστης</target>
1028 <context-group name="null"> 1038 <context-group name="null">
1029 <context context-type="linenumber">13</context> 1039 <context context-type="linenumber">13</context>
1030 </context-group> 1040 </context-group>
1031 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1041 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1032 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1042 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1033 <source>Username or email address</source> 1043 <source>Username or email address</source>
1034 <target>Όνομα χρήστη ή διεύθυνση e-mail</target> 1044 <target>Όνομα χρήστη ή διεύθυνση e-mail</target>
1035 <context-group name="null"> 1045 <context-group name="null">
1036 <context context-type="linenumber">15</context> 1046 <context context-type="linenumber">15</context>
1037 </context-group> 1047 </context-group>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1039 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
1040 <source> 1049 <source>
1041 or create an account 1050 or create an account
1042 </source> 1051 </source><target state="new">
1043 <target> 1052 or create an account
1044 ή δημιουργήστε ένα λογαριασμό 1053 </target>
1045 </target> 1054 <context-group purpose="location">
1046 <context-group name="null"> 1055 <context context-type="sourcefile">src/app/login/login.component.html</context>
1047 <context context-type="linenumber">18</context> 1056 <context context-type="linenumber">40</context>
1048 </context-group> 1057 </context-group>
1049 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1058 </trans-unit>
1059
1050 1060
1051 1061
1052 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1062 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1055,13 +1065,10 @@
1055 <context-group name="null"> 1065 <context-group name="null">
1056 <context context-type="linenumber">54</context> 1066 <context context-type="linenumber">54</context>
1057 </context-group> 1067 </context-group>
1058 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1059 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1069 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1060 <context-group purpose="location"> 1070
1061 <context context-type="sourcefile">src/app/login/login.component.html</context> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1062 <context context-type="linenumber">50</context>
1063 </context-group>
1064 </trans-unit>
1065 1072
1066 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1073 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1067 <source>Login</source> 1074 <source>Login</source>
@@ -1069,42 +1076,48 @@
1069 <context-group name="null"> 1076 <context-group name="null">
1070 <context context-type="linenumber">32</context> 1077 <context context-type="linenumber">32</context>
1071 </context-group> 1078 </context-group>
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1080 <source>Or sign in with</source><target state="new">Or sign in with</target>
1081 <context-group purpose="location">
1082 <context context-type="sourcefile">src/app/login/login.component.html</context>
1083 <context context-type="linenumber">68</context>
1084 </context-group>
1085 </trans-unit>
1073 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1086 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1074 <source>Forgot your password</source> 1087 <source>Forgot your password</source>
1075 <target>Ξεχάσατε τον κωδικό σύνδεσης</target> 1088 <target>Ξεχάσατε τον κωδικό σύνδεσης</target>
1076 <context-group name="null"> 1089 <context-group name="null">
1077 <context context-type="linenumber">58</context> 1090 <context context-type="linenumber">58</context>
1078 </context-group> 1091 </context-group>
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1080 <source> 1093 <source>
1081 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1094 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1082 </source><target state="new"> 1095 </source><target state="new">
1083 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1096 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1084 </target> 1097 </target>
1085 1098
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1087 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1100 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1088 <source>Email</source> 1101 <source>Email</source>
1089 <target>E-mail</target> 1102 <target>E-mail</target>
1090 <context-group name="null"> 1103 <context-group name="null">
1091 <context context-type="linenumber">43</context> 1104 <context context-type="linenumber">43</context>
1092 </context-group> 1105 </context-group>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1094 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1107 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1095 <source>Email address</source> 1108 <source>Email address</source>
1096 <target>Διεύθυνση e-mail</target> 1109 <target>Διεύθυνση e-mail</target>
1097 <context-group name="null"> 1110 <context-group name="null">
1098 <context context-type="linenumber">10</context> 1111 <context context-type="linenumber">10</context>
1099 </context-group> 1112 </context-group>
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1101 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1114 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1102 <source>Send me an email to reset my password</source> 1115 <source>Send me an email to reset my password</source>
1103 <target>Στείλτε μου ένα e-mail για επαναφορά του κωδικού μου</target> 1116 <target>Στείλτε μου ένα e-mail για επαναφορά του κωδικού μου</target>
1104 <context-group name="null"> 1117 <context-group name="null">
1105 <context context-type="linenumber">82</context> 1118 <context context-type="linenumber">82</context>
1106 </context-group> 1119 </context-group>
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1120 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1108 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1121 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1109 <source> 1122 <source>
1110 Reset my password 1123 Reset my password
@@ -1896,7 +1909,7 @@
1896 <context-group name="null"> 1909 <context-group name="null">
1897 <context context-type="linenumber">29</context> 1910 <context context-type="linenumber">29</context>
1898 </context-group> 1911 </context-group>
1899 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1900 1913
1901 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 1914 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
1902 <source>Add this caption</source> 1915 <source>Add this caption</source>
@@ -1904,7 +1917,7 @@
1904 <context-group name="null"> 1917 <context-group name="null">
1905 <context context-type="linenumber">40</context> 1918 <context context-type="linenumber">40</context>
1906 </context-group> 1919 </context-group>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1920 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1908 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1921 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1909 <source>Title</source> 1922 <source>Title</source>
1910 <target>Τίτλος</target> 1923 <target>Τίτλος</target>
@@ -2696,7 +2709,7 @@
2696 <context-group name="null"> 2709 <context-group name="null">
2697 <context context-type="linenumber">215</context> 2710 <context context-type="linenumber">215</context>
2698 </context-group> 2711 </context-group>
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2712 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2700 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2713 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2701 <source>Get more information</source> 2714 <source>Get more information</source>
2702 <target>Δείτε περισσότερες πληροφορίες</target> 2715 <target>Δείτε περισσότερες πληροφορίες</target>
@@ -2903,11 +2916,8 @@
2903 </context-group> 2916 </context-group>
2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2905 <source>Follow domain</source><target state="new">Follow domain</target> 2918 <source>Follow domain</source><target state="new">Follow domain</target>
2906 <context-group purpose="location"> 2919
2907 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2920 <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>
2908 <context context-type="linenumber">15</context>
2909 </context-group>
2910 </trans-unit>
2911 2921
2912 2922
2913 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2923 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -2916,7 +2926,37 @@
2916 <context-group name="null"> 2926 <context-group name="null">
2917 <context context-type="linenumber">27</context> 2927 <context context-type="linenumber">27</context>
2918 </context-group> 2928 </context-group>
2919 <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">29</context></context-group></trans-unit> 2929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2930 <source>Clear filters</source><target state="new">Clear filters</target>
2931 <context-group purpose="location">
2932 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2933 <context context-type="linenumber">15</context>
2934 </context-group>
2935 <context-group purpose="location">
2936 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2937 <context context-type="linenumber">15</context>
2938 </context-group>
2939 <context-group purpose="location">
2940 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2941 <context context-type="linenumber">34</context>
2942 </context-group>
2943 <context-group purpose="location">
2944 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2945 <context context-type="linenumber">16</context>
2946 </context-group>
2947 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2949 <context context-type="linenumber">31</context>
2950 </context-group>
2951 <context-group purpose="location">
2952 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2953 <context context-type="linenumber">15</context>
2954 </context-group>
2955 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2957 <context context-type="linenumber">15</context>
2958 </context-group>
2959 </trans-unit>
2920 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2960 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2921 <source>ID</source> 2961 <source>ID</source>
2922 <target>ID</target> 2962 <target>ID</target>
@@ -2930,14 +2970,14 @@
2930 <context-group name="null"> 2970 <context-group name="null">
2931 <context context-type="linenumber">17</context> 2971 <context context-type="linenumber">17</context>
2932 </context-group> 2972 </context-group>
2933 <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></trans-unit> 2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2934 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2974 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2935 <source>State</source> 2975 <source>State</source>
2936 <target>Κατάσταση</target> 2976 <target>Κατάσταση</target>
2937 <context-group name="null"> 2977 <context-group name="null">
2938 <context context-type="linenumber">10</context> 2978 <context context-type="linenumber">10</context>
2939 </context-group> 2979 </context-group>
2940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2941 <source>Delayed.</source><target state="new">Delayed.</target> 2981 <source>Delayed.</source><target state="new">Delayed.</target>
2942 2982
2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2960,35 +3000,53 @@
2960 <context-group name="null"> 3000 <context-group name="null">
2961 <context context-type="linenumber">11</context> 3001 <context context-type="linenumber">11</context>
2962 </context-group> 3002 </context-group>
2963 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2964 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3004 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2965 <source>Accepted</source> 3005 <source>Accepted</source>
2966 <target>Έγινε αποδοχή</target> 3006 <target>Έγινε αποδοχή</target>
2967 <context-group name="null"> 3007 <context-group name="null">
2968 <context context-type="linenumber">32</context> 3008 <context context-type="linenumber">32</context>
2969 </context-group> 3009 </context-group>
2970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2971 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3011 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2972 <source>Pending</source> 3012 <source>Pending</source>
2973 <target>Εκκρεμεί</target> 3013 <target>Εκκρεμεί</target>
2974 <context-group name="null"> 3014 <context-group name="null">
2975 <context context-type="linenumber">33</context> 3015 <context context-type="linenumber">33</context>
2976 </context-group> 3016 </context-group>
2977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2978 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3018 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2979 <source>Accept</source> 3019 <source>Accept</source>
2980 <target>Αποδοχή</target> 3020 <target>Αποδοχή</target>
2981 <context-group name="null"> 3021 <context-group name="null">
2982 <context context-type="linenumber">41</context> 3022 <context context-type="linenumber">41</context>
2983 </context-group> 3023 </context-group>
2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2985 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3025 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2986 <source>Refuse</source> 3026 <source>Refuse</source>
2987 <target>Άρνηση</target> 3027 <target>Άρνηση</target>
2988 <context-group name="null"> 3028 <context-group name="null">
2989 <context context-type="linenumber">42</context> 3029 <context context-type="linenumber">42</context>
2990 </context-group> 3030 </context-group>
2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3032 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3033 <context-group purpose="location">
3034 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3035 <context context-type="linenumber">55</context>
3036 </context-group>
3037 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3038 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3039 <context-group purpose="location">
3040 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3041 <context context-type="linenumber">56</context>
3042 </context-group>
3043 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3044 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3045 <context-group purpose="location">
3046 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3047 <context context-type="linenumber">5</context>
3048 </context-group>
3049 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2992 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3050 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2993 <context-group purpose="location"> 3051 <context-group purpose="location">
2994 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3052 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -3001,16 +3059,41 @@
3001 <context-group name="null"> 3059 <context-group name="null">
3002 <context context-type="linenumber">19</context> 3060 <context context-type="linenumber">19</context>
3003 </context-group> 3061 </context-group>
3004 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3005 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3063 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3006 3064
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3008 <source>Follow domains</source><target state="new">Follow domains</target> 3066 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3009 <context-group purpose="location"> 3067 <context-group purpose="location">
3010 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3068 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3011 <context context-type="linenumber">50</context> 3069 <context context-type="linenumber">37</context>
3070 </context-group>
3071 <context-group purpose="location">
3072 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3073 <context context-type="linenumber">35</context>
3074 </context-group>
3075 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3076 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3077 <context-group purpose="location">
3078 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3079 <context context-type="linenumber">62</context>
3080 </context-group>
3081 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3082 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3083 <context-group purpose="location">
3084 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3085 <context context-type="linenumber">63</context>
3086 </context-group>
3087 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3088 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3089 <context-group purpose="location">
3090 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3091 <context context-type="linenumber">5</context>
3012 </context-group> 3092 </context-group>
3013 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3093 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3094 <source>Follow domains</source><target state="new">Follow domains</target>
3095
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3014 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3097 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3015 <context-group purpose="location"> 3098 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3099 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3073,7 +3156,7 @@
3073 <context-group name="null"> 3156 <context-group name="null">
3074 <context context-type="linenumber">43</context> 3157 <context context-type="linenumber">43</context>
3075 </context-group> 3158 </context-group>
3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3077 <source> 3160 <source>
3078 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3161 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3079 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3162 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3158,59 +3241,53 @@
3158 <context-group name="null"> 3241 <context-group name="null">
3159 <context context-type="linenumber">19</context> 3242 <context context-type="linenumber">19</context>
3160 </context-group> 3243 </context-group>
3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3162 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3245 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3163 <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> 3246 <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>
3164 <target>Όνομα χρήστη <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3247 <target>Όνομα χρήστη <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3165 <context-group name="null"> 3248 <context-group name="null">
3166 <context context-type="linenumber">40</context> 3249 <context context-type="linenumber">40</context>
3167 </context-group> 3250 </context-group>
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3169 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3252 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3170 <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> 3253 <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>
3171 <target>Όριο ανεβάσματος βίντεο <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3254 <target>Όριο ανεβάσματος βίντεο <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3172 <context-group name="null"> 3255 <context-group name="null">
3173 <context context-type="linenumber">42</context> 3256 <context context-type="linenumber">42</context>
3174 </context-group> 3257 </context-group>
3175 <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></trans-unit> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3176 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3259 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3177 <source>(banned)</source> 3260 <source>(banned)</source>
3178 <target>(έχει αποκλειστεί)</target> 3261 <target>(έχει αποκλειστεί)</target>
3179 <context-group name="null"> 3262 <context-group name="null">
3180 <context context-type="linenumber">65</context> 3263 <context context-type="linenumber">65</context>
3181 </context-group> 3264 </context-group>
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3183 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3266 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3184 <context-group purpose="location"> 3267
3185 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3268
3186 <context context-type="linenumber">65</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3187 </context-group>
3188 <context-group purpose="location">
3189 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3190 <context context-type="linenumber">27</context>
3191 </context-group>
3192 </trans-unit>
3193 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3270 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3194 <source>User's email must be verified to login</source> 3271 <source>User's email must be verified to login</source>
3195 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target> 3272 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target>
3196 <context-group name="null"> 3273 <context-group name="null">
3197 <context context-type="linenumber">72</context> 3274 <context context-type="linenumber">72</context>
3198 </context-group> 3275 </context-group>
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3200 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3277 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3201 <source>User's email is verified / User can login without email verification</source> 3278 <source>User's email is verified / User can login without email verification</source>
3202 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target> 3279 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target>
3203 <context-group name="null"> 3280 <context-group name="null">
3204 <context context-type="linenumber">76</context> 3281 <context context-type="linenumber">76</context>
3205 </context-group> 3282 </context-group>
3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3207 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3284 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3208 <source>Ban reason:</source> 3285 <source>Ban reason:</source>
3209 <target>Λόγος αποκλεισμού:</target> 3286 <target>Λόγος αποκλεισμού:</target>
3210 <context-group name="null"> 3287 <context-group name="null">
3211 <context context-type="linenumber">95</context> 3288 <context context-type="linenumber">95</context>
3212 </context-group> 3289 </context-group>
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3214 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3291 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3215 <context-group purpose="location"> 3292 <context-group purpose="location">
3216 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3293 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3260,82 +3337,110 @@
3260 </context-group> 3337 </context-group>
3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3262 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3339 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3263 <context-group purpose="location"> 3340
3264 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3265 <context context-type="linenumber">10</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3342 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3269 <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> 3343 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3270 <target>Όνομα βίντεο <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3344 <target>Όνομα βίντεο <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3271 <context-group name="null"> 3345 <context-group name="null">
3272 <context context-type="linenumber">8</context> 3346 <context context-type="linenumber">8</context>
3273 </context-group> 3347 </context-group>
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3275 <source>Video URL</source><target state="new">Video URL</target> 3349 <source>Video URL</source><target state="new">Video URL</target>
3276 3350
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3278 <source>Total size</source><target state="new">Total size</target> 3352 <source>Total size</source><target state="new">Total size</target>
3279 3353
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3281 <source>List redundancies</source><target state="new">List redundancies</target> 3355 <source>List redundancies</source><target state="new">List redundancies</target>
3356
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3358 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3282 <context-group purpose="location"> 3359 <context-group purpose="location">
3283 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3284 <context context-type="linenumber">33</context> 3361 <context context-type="linenumber">77</context>
3362 </context-group>
3363 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3364 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3365 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3367 <context context-type="linenumber">78</context>
3285 </context-group> 3368 </context-group>
3286 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3369 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3287 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3370 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3288 3371
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3290 <source> 3373 <source>
3291 No redundancy strategy is enabled on your instance. 3374 No redundancy strategy is enabled on your instance.
3292 </source><target state="new"> 3375 </source><target state="new">
3293 No redundancy strategy is enabled on your instance. 3376 No redundancy strategy is enabled on your instance.
3294 </target> 3377 </target>
3295 3378
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3297 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3380 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3298 <source>Sensitive</source> 3381 <source>Sensitive</source>
3299 <target>Ευαίσθητο</target> 3382 <target>Ευαίσθητο</target>
3300 <context-group name="null"> 3383 <context-group name="null">
3301 <context context-type="linenumber">9</context> 3384 <context context-type="linenumber">9</context>
3302 </context-group> 3385 </context-group>
3303 <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">11</context></context-group></trans-unit> 3386 <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">25</context></context-group></trans-unit>
3304 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3387 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3305 <source>Unfederated</source> 3388 <source>Unfederated</source>
3306 <target>Εκτός ομόσπονδης αναμετάδοσης</target> 3389 <target>Εκτός ομόσπονδης αναμετάδοσης</target>
3307 <context-group name="null"> 3390 <context-group name="null">
3308 <context context-type="linenumber">10</context> 3391 <context context-type="linenumber">10</context>
3309 </context-group> 3392 </context-group>
3310 <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">12</context></context-group></trans-unit> 3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3311 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3394 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3312 <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> 3395 <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>
3313 <target>Ημερομηνία <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3396 <target>Ημερομηνία <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3314 <context-group name="null"> 3397 <context-group name="null">
3315 <context context-type="linenumber">11</context> 3398 <context context-type="linenumber">11</context>
3316 </context-group> 3399 </context-group>
3317 <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">13</context></context-group></trans-unit> 3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3401 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3404 <context context-type="linenumber">50</context>
3405 </context-group>
3406 <context-group purpose="location">
3407 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3408 <context context-type="linenumber">89</context>
3409 </context-group>
3410 </trans-unit>
3318 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3411 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3319 <source>Go to the video</source> 3412 <source>Go to the video</source>
3320 <target>Μετάβαση στο βίντεο</target> 3413 <target>Μετάβαση στο βίντεο</target>
3321 <context-group name="null"> 3414 <context-group name="null">
3322 <context context-type="linenumber">33</context> 3415 <context context-type="linenumber">33</context>
3323 </context-group> 3416 </context-group>
3324 <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">28</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">33</context></context-group></trans-unit> 3417 <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">33</context></context-group></trans-unit>
3325 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3418 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3326 <source>Actions</source> 3419 <source>Actions</source>
3327 <target>Ενέργειες</target> 3420 <target>Ενέργειες</target>
3328 <context-group name="null"> 3421 <context-group name="null">
3329 <context context-type="linenumber">44</context> 3422 <context context-type="linenumber">44</context>
3330 </context-group> 3423 </context-group>
3331 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3424 <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">72</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">123</context></context-group></trans-unit>
3332 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3425 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3333 <source>Blacklist reason:</source> 3426 <source>Blacklist reason:</source>
3334 <target>Λόγος αναθεώρησης:</target> 3427 <target>Λόγος αναθεώρησης:</target>
3335 <context-group name="null"> 3428 <context-group name="null">
3336 <context context-type="linenumber">43</context> 3429 <context context-type="linenumber">43</context>
3337 </context-group> 3430 </context-group>
3338 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3431 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3432 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3433 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3435 <context context-type="linenumber">93</context>
3436 </context-group>
3437 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3438 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3439 <context-group purpose="location">
3440 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3441 <context context-type="linenumber">94</context>
3442 </context-group>
3443 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3339 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3444 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3340 <context-group purpose="location"> 3445 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3446 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3366,40 +3471,104 @@
3366 <context-group name="null"> 3471 <context-group name="null">
3367 <context context-type="linenumber">26</context> 3472 <context context-type="linenumber">26</context>
3368 </context-group> 3473 </context-group>
3369 <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">31</context></context-group></trans-unit> 3474 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3475 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3476 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3478 <context context-type="linenumber">18</context>
3479 </context-group>
3480 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3481 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3482 <context-group purpose="location">
3483 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3484 <context context-type="linenumber">19</context>
3485 </context-group>
3486 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3487 <source>Accepted reports</source><target state="new">Accepted reports</target>
3488 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3490 <context context-type="linenumber">20</context>
3491 </context-group>
3492 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3493 <source>Refused reports</source><target state="new">Refused reports</target>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3496 <context context-type="linenumber">21</context>
3497 </context-group>
3498 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3499 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3502 <context context-type="linenumber">22</context>
3503 </context-group>
3504 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3505 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3506 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3508 <context context-type="linenumber">23</context>
3509 </context-group>
3510 </trans-unit>
3370 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3511 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3371 <source>Reporter</source> 3512 <source>Reporter</source>
3372 <target>Αναφέρθηκε από</target> 3513 <target>Αναφέρθηκε από</target>
3373 <context-group name="null"> 3514 <context-group name="null">
3374 <context context-type="linenumber">8</context> 3515 <context context-type="linenumber">8</context>
3375 </context-group> 3516 </context-group>
3376 <context-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></trans-unit> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3377 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3518 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3378 <source>Video</source> 3519 <source>Video</source>
3379 <target>Βίντεο</target> 3520 <target>Βίντεο</target>
3380 <context-group name="null"> 3521 <context-group name="null">
3381 <context context-type="linenumber">9</context> 3522 <context context-type="linenumber">9</context>
3382 </context-group> 3523 </context-group>
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3384 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3525 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3385 <context-group purpose="location"> 3526 <context-group purpose="location">
3386 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3527 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3387 <context context-type="linenumber">46</context> 3528 <context context-type="linenumber">80</context>
3388 </context-group> 3529 </context-group>
3389 </trans-unit> 3530 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3531 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3532 <context-group purpose="location">
3533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3534 <context context-type="linenumber">91</context>
3535 </context-group>
3536 <context-group purpose="location">
3537 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3538 <context context-type="linenumber">107</context>
3539 </context-group>
3540 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3541 <source>Video was deleted</source><target state="new">Video was deleted</target>
3542 <context-group purpose="location">
3543 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3544 <context context-type="linenumber">98</context>
3545 </context-group>
3546 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3547 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3550 <context context-type="linenumber">141</context>
3551 </context-group>
3552 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3553 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3556 <context context-type="linenumber">142</context>
3557 </context-group>
3558 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3559 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3560
3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3390 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3562 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3391 <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> 3563 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3392 <target>Κατάσταση <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3564 <target>Κατάσταση <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3393 <context-group name="null"> 3565 <context-group name="null">
3394 <context context-type="linenumber">11</context> 3566 <context context-type="linenumber">11</context>
3395 </context-group> 3567 </context-group>
3396 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3397 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3569 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3398 <context-group purpose="location"> 3570
3399 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3400 <context context-type="linenumber">18</context>
3401 </context-group>
3402 </trans-unit>
3403 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3572 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3404 <source>Go to the account</source> 3573 <source>Go to the account</source>
3405 <target>Μετάβαση στον λογαριασμό</target> 3574 <target>Μετάβαση στον λογαριασμό</target>
@@ -3407,24 +3576,56 @@
3407 <context context-type="linenumber">27</context> 3576 <context context-type="linenumber">27</context>
3408 </context-group> 3577 </context-group>
3409 <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">27</context></context-group></trans-unit> 3578 <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">27</context></context-group></trans-unit>
3410 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3579 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3411 <source>Reason:</source>
3412 <target>Λόγος:</target>
3413 <context-group name="null">
3414 <context context-type="linenumber">53</context>
3415 </context-group>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3417 <source>Note:</source><target state="new">Note:</target>
3418 <context-group purpose="location">
3419 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3420 <context context-type="linenumber">72</context>
3421 </context-group>
3422 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3423 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3580 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3424 <context-group purpose="location"> 3581 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3582 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3426 <context context-type="linenumber">5</context> 3583 <context context-type="linenumber">5</context>
3427 </context-group> 3584 </context-group>
3585 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3586 <source>
3587 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3588 </source><target state="new">
3589 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3590 </target>
3591 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3593 <context context-type="linenumber">20</context>
3594 </context-group>
3595 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3596 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3597 <context-group purpose="location">
3598 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3599 <context context-type="linenumber">21</context>
3600 </context-group>
3601 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3602 <source>Reportee</source><target state="new">Reportee</target>
3603 <context-group purpose="location">
3604 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3605 <context context-type="linenumber">27</context>
3606 </context-group>
3607 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3608 <source>
3609 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3610 </source><target state="new">
3611 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3612 </target>
3613 <context-group purpose="location">
3614 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3615 <context context-type="linenumber">40</context>
3616 </context-group>
3617 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3618 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3619 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3621 <context context-type="linenumber">41</context>
3622 </context-group>
3623 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3624 <source>Updated</source><target state="new">Updated</target>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3627 <context context-type="linenumber">47</context>
3628 </context-group>
3428 </trans-unit> 3629 </trans-unit>
3429 3630
3430 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3631 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3435,32 +3636,41 @@
3435 </context-group> 3636 </context-group>
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3437 <source>Mute domain</source><target state="new">Mute domain</target> 3638 <source>Mute domain</source><target state="new">Mute domain</target>
3438 <context-group purpose="location"> 3639
3439 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3640 <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></trans-unit>
3440 <context context-type="linenumber">11</context>
3441 </context-group>
3442 </trans-unit>
3443 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3641 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3444 <source>Instance</source> 3642 <source>Instance</source>
3445 <target>Κόμβος</target> 3643 <target>Κόμβος</target>
3446 <context-group name="null"> 3644 <context-group name="null">
3447 <context context-type="linenumber">5</context> 3645 <context context-type="linenumber">5</context>
3448 </context-group> 3646 </context-group>
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3450 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3648 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3451 <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> 3649 <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>
3452 <target>Τέθηκε σε σίγαση σε <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3650 <target>Τέθηκε σε σίγαση σε <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3453 <context-group name="null"> 3651 <context-group name="null">
3454 <context context-type="linenumber">13</context> 3652 <context context-type="linenumber">13</context>
3455 </context-group> 3653 </context-group>
3456 <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">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">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> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3457 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3655 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3458 <source>Unmute</source> 3656 <source>Unmute</source>
3459 <target>Εκτός σίγασης</target> 3657 <target>Εκτός σίγασης</target>
3460 <context-group name="null"> 3658 <context-group name="null">
3461 <context context-type="linenumber">23</context> 3659 <context context-type="linenumber">23</context>
3462 </context-group> 3660 </context-group>
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3662 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3663 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3665 <context context-type="linenumber">51</context>
3666 </context-group>
3667 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3668 <source>No server found.</source><target state="new">No server found.</target>
3669 <context-group purpose="location">
3670 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3671 <context context-type="linenumber">52</context>
3672 </context-group>
3673 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3464 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3674 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3465 <context-group purpose="location"> 3675 <context-group purpose="location">
3466 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3676 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3472,24 +3682,30 @@
3472 </source><target state="new"> 3682 </source><target state="new">
3473 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3683 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3474 </target> 3684 </target>
3475 <context-group purpose="location"> 3685
3476 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3477 <context context-type="linenumber">37</context>
3478 </context-group>
3479 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3480 <source>Mute domains</source><target state="new">Mute domains</target> 3687 <source>Mute domains</source><target state="new">Mute domains</target>
3481 <context-group purpose="location"> 3688
3482 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3483 <context context-type="linenumber">35</context>
3484 </context-group>
3485 </trans-unit>
3486 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3690 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3487 <source>Account</source> 3691 <source>Account</source>
3488 <target>Λογαριασμός</target> 3692 <target>Λογαριασμός</target>
3489 <context-group name="null"> 3693 <context-group name="null">
3490 <context context-type="linenumber">12</context> 3694 <context context-type="linenumber">12</context>
3491 </context-group> 3695 </context-group>
3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3697 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3698 <context-group purpose="location">
3699 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3700 <context context-type="linenumber">58</context>
3701 </context-group>
3702 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3703 <source>No account found.</source><target state="new">No account found.</target>
3704 <context-group purpose="location">
3705 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3706 <context context-type="linenumber">59</context>
3707 </context-group>
3708 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3493 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3709 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3494 <context-group purpose="location"> 3710 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3711 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3617,7 +3833,7 @@
3617 <context-group name="null"> 3833 <context-group name="null">
3618 <context context-type="linenumber">22</context> 3834 <context context-type="linenumber">22</context>
3619 </context-group> 3835 </context-group>
3620 <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">29</context></context-group></trans-unit> 3836 <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">47</context></context-group></trans-unit>
3621 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 3837 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
3622 <source>System</source> 3838 <source>System</source>
3623 <target>Σύστημα</target> 3839 <target>Σύστημα</target>
@@ -3788,7 +4004,7 @@
3788 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4004 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3789 <source>Strategy</source><target state="new">Strategy</target> 4005 <source>Strategy</source><target state="new">Strategy</target>
3790 4006
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3792 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4008 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3793 <source>Terms</source> 4009 <source>Terms</source>
3794 <target>Όροι</target> 4010 <target>Όροι</target>
@@ -4720,19 +4936,13 @@
4720 <context-group name="null"> 4936 <context-group name="null">
4721 <context context-type="linenumber">8</context> 4937 <context context-type="linenumber">8</context>
4722 </context-group> 4938 </context-group>
4723 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 4939 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4724 <source>See the error</source><target state="new">See the error</target> 4940 <source>See the error</source><target state="new">See the error</target>
4725 <context-group purpose="location"> 4941
4726 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4942 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4727 <context context-type="linenumber">19</context>
4728 </context-group>
4729 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4730 <source>This video was deleted</source><target state="new">This video was deleted</target> 4943 <source>This video was deleted</source><target state="new">This video was deleted</target>
4731 <context-group purpose="location"> 4944
4732 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4945 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4733 <context context-type="linenumber">36</context>
4734 </context-group>
4735 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4736 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4946 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4737 <context-group purpose="location"> 4947 <context-group purpose="location">
4738 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4948 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6495,8 +6705,8 @@
6495 <context-group name="null"> 6705 <context-group name="null">
6496 <context context-type="linenumber">1</context> 6706 <context context-type="linenumber">1</context>
6497 </context-group> 6707 </context-group>
6498 <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><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 6708 <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><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6499 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 6709 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6500 <context-group purpose="location"> 6710 <context-group purpose="location">
6501 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6711 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6502 <context context-type="linenumber">1</context> 6712 <context context-type="linenumber">1</context>
@@ -7237,6 +7447,12 @@
7237 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7447 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7238 <context context-type="linenumber">1</context> 7448 <context context-type="linenumber">1</context>
7239 </context-group> 7449 </context-group>
7450 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7451 <source>Unknown</source><target state="new">Unknown</target>
7452 <context-group purpose="location">
7453 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7454 <context context-type="linenumber">1</context>
7455 </context-group>
7240 </trans-unit> 7456 </trans-unit>
7241 7457
7242 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 7458 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
@@ -8557,7 +8773,19 @@
8557 <context-group name="null"> 8773 <context-group name="null">
8558 <context context-type="linenumber">1</context> 8774 <context context-type="linenumber">1</context>
8559 </context-group> 8775 </context-group>
8560 <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> 8776 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
8777 <source>Mute server</source><target state="new">Mute server</target>
8778 <context-group purpose="location">
8779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8780 <context context-type="linenumber">1</context>
8781 </context-group>
8782 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
8783 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
8784 <context-group purpose="location">
8785 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8786 <context context-type="linenumber">1</context>
8787 </context-group>
8788 </trans-unit>
8561 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 8789 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
8562 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 8790 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
8563 <target>Αφαιρέθηκε η σίγαση στον κόμβο για τον λογαριασμό <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>.</target> 8791 <target>Αφαιρέθηκε η σίγαση στον κόμβο για τον λογαριασμό <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>.</target>
@@ -8843,7 +9071,25 @@
8843 <context-group name="null"> 9071 <context-group name="null">
8844 <context context-type="linenumber">1</context> 9072 <context context-type="linenumber">1</context>
8845 </context-group> 9073 </context-group>
8846 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9074 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9075 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9076 <context-group purpose="location">
9077 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9078 <context context-type="linenumber">1</context>
9079 </context-group>
9080 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9081 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9082 <context-group purpose="location">
9083 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9084 <context context-type="linenumber">1</context>
9085 </context-group>
9086 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9087 <source>Delete video</source><target state="new">Delete video</target>
9088 <context-group purpose="location">
9089 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9090 <context context-type="linenumber">1</context>
9091 </context-group>
9092 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8847 <source>Encoder</source><target state="new">Encoder</target> 9093 <source>Encoder</source><target state="new">Encoder</target>
8848 <context-group purpose="location"> 9094 <context-group purpose="location">
8849 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9095 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8898,7 +9144,25 @@
8898 <context-group name="null"> 9144 <context-group name="null">
8899 <context context-type="linenumber">1</context> 9145 <context context-type="linenumber">1</context>
8900 </context-group> 9146 </context-group>
8901 <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="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 9147 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9148 <source>Video deleted.</source><target state="new">Video deleted.</target>
9149 <context-group purpose="location">
9150 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9151 <context context-type="linenumber">1</context>
9152 </context-group>
9153 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9154 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
9155 <context-group purpose="location">
9156 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9157 <context context-type="linenumber">1</context>
9158 </context-group>
9159 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9160 <source>Mute reporter</source><target state="new">Mute reporter</target>
9161 <context-group purpose="location">
9162 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9163 <context context-type="linenumber">1</context>
9164 </context-group>
9165 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
8902 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 9166 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
8903 <context-group purpose="location"> 9167 <context-group purpose="location">
8904 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9168 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
@@ -8918,8 +9182,8 @@
8918 <context-group name="null"> 9182 <context-group name="null">
8919 <context context-type="linenumber">1</context> 9183 <context context-type="linenumber">1</context>
8920 </context-group> 9184 </context-group>
8921 <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="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 9185 <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="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
8922 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 9186 <source>Mirror</source><target state="new">Mirror</target>
8923 <context-group purpose="location"> 9187 <context-group purpose="location">
8924 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9188 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8925 <context context-type="linenumber">1</context> 9189 <context context-type="linenumber">1</context>
@@ -8931,7 +9195,25 @@
8931 <context-group name="null"> 9195 <context-group name="null">
8932 <context context-type="linenumber">1</context> 9196 <context context-type="linenumber">1</context>
8933 </context-group> 9197 </context-group>
8934 <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> 9198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
9199 <source>Note</source><target state="new">Note</target>
9200 <context-group purpose="location">
9201 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9202 <context context-type="linenumber">61</context>
9203 </context-group>
9204 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
9205 <source>The video was deleted</source><target state="new">The video was deleted</target>
9206 <context-group purpose="location">
9207 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9208 <context context-type="linenumber">71</context>
9209 </context-group>
9210 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
9211 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
9212 <context-group purpose="location">
9213 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9214 <context context-type="linenumber">72</context>
9215 </context-group>
9216 </trans-unit>
8935 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 9217 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
8936 <source>Published</source> 9218 <source>Published</source>
8937 <target>Δημοσιευμένο</target> 9219 <target>Δημοσιευμένο</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index 47fdd44b5..a555c7afe 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -686,7 +686,7 @@
686 <target state="new">Deleted</target> 686 <target state="new">Deleted</target>
687 687
688 688
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
691 <source>Edit starts/stops at</source> 691 <source>Edit starts/stops at</source>
692 <target state="new">Edit starts/stops at</target> 692 <target state="new">Edit starts/stops at</target>
@@ -1097,7 +1097,7 @@
1097 1097
1098 1098
1099 1099
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1101 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1101 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1102 <source>Ban this user</source> 1102 <source>Ban this user</source>
1103 <target>Ban this user</target> 1103 <target>Ban this user</target>
@@ -1112,8 +1112,8 @@
1112 <context-group name="null"> 1112 <context-group name="null">
1113 <context context-type="linenumber">11</context> 1113 <context context-type="linenumber">11</context>
1114 </context-group> 1114 </context-group>
1115 <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> 1115
1116 </trans-unit> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1117 1117
1118 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1118 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1119 <source>Login</source> 1119 <source>Login</source>
@@ -1124,35 +1124,45 @@
1124 <context context-type="linenumber">2</context> 1124 <context context-type="linenumber">2</context>
1125 </context-group> 1125 </context-group>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1127 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1127 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1128 <source> 1128 <source>
1129 If you are looking for an account… 1129 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1130 </source><target state="new"> 1130 </source><target state="new">
1131 If you are looking for an account… 1131 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1132 </target> 1132 </target>
1133 <context-group purpose="location"> 1133 <context-group purpose="location">
1134 <context context-type="sourcefile">src/app/login/login.component.html</context> 1134 <context context-type="sourcefile">src/app/login/login.component.html</context>
1135 <context context-type="linenumber">7</context> 1135 <context context-type="linenumber">6</context>
1136 </context-group>
1137 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1138 <source>
1139 If you are looking for an account…
1140 </source><target state="new">
1141 If you are looking for an account…
1142 </target>
1143 <context-group purpose="location">
1144 <context context-type="sourcefile">src/app/login/login.component.html</context>
1145 <context context-type="linenumber">12</context>
1136 </context-group> 1146 </context-group>
1137 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1147 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1138 <source> 1148 <source>
1139 Currently this instance doesn't allow for user registration, but you can find an instance 1149 Currently this instance doesn't allow for user registration, but you can find an instance
1140 that gives you the possibility to sign up for an account and upload your videos there. 1150 that gives you the possibility to sign up for an account and upload your videos there.
1141 1151
1142 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1152 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1143 1153
1144 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1154 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1145 </source><target state="new"> 1155 </source><target state="new">
1146 Currently this instance doesn't allow for user registration, but you can find an instance 1156 Currently this instance doesn't allow for user registration, but you can find an instance
1147 that gives you the possibility to sign up for an account and upload your videos there. 1157 that gives you the possibility to sign up for an account and upload your videos there.
1148 1158
1149 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1159 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1150 1160
1151 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1161 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1152 </target> 1162 </target>
1153 <context-group purpose="location"> 1163 <context-group purpose="location">
1154 <context context-type="sourcefile">src/app/login/login.component.html</context> 1164 <context context-type="sourcefile">src/app/login/login.component.html</context>
1155 <context context-type="linenumber">11</context> 1165 <context context-type="linenumber">16</context>
1156 </context-group> 1166 </context-group>
1157 </trans-unit> 1167 </trans-unit>
1158 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1168 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1163,7 +1173,7 @@
1163 </context-group> 1173 </context-group>
1164 1174
1165 1175
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1167 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1177 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1168 <source>User</source> 1178 <source>User</source>
1169 <target>User</target> 1179 <target>User</target>
@@ -1172,7 +1182,7 @@
1172 </context-group> 1182 </context-group>
1173 1183
1174 1184
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1176 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1186 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1177 <source>Username or email address</source> 1187 <source>Username or email address</source>
1178 <target>Username or email address</target> 1188 <target>Username or email address</target>
@@ -1180,17 +1190,18 @@
1180 <context context-type="linenumber">15</context> 1190 <context context-type="linenumber">15</context>
1181 </context-group> 1191 </context-group>
1182 1192
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1184 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1194 <source>
1185 <source>or create an account</source> 1195 or create an account
1186 <target> 1196 </source><target state="new">
1187 or create an account 1197 or create an account
1188 </target> 1198 </target>
1189 <context-group name="null"> 1199 <context-group purpose="location">
1190 <context context-type="linenumber">18</context> 1200 <context context-type="sourcefile">src/app/login/login.component.html</context>
1201 <context context-type="linenumber">40</context>
1191 </context-group> 1202 </context-group>
1192 1203 </trans-unit>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1204
1194 1205
1195 1206
1196 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1207 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1208,13 +1219,10 @@
1208 1219
1209 1220
1210 1221
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1212 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1223 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1213 <context-group purpose="location"> 1224
1214 <context context-type="sourcefile">src/app/login/login.component.html</context> 1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1215 <context context-type="linenumber">50</context>
1216 </context-group>
1217 </trans-unit>
1218 1226
1219 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1227 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1220 <source>Login</source> 1228 <source>Login</source>
@@ -1224,7 +1232,13 @@
1224 </context-group> 1232 </context-group>
1225 1233
1226 1234
1227 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1236 <source>Or sign in with</source><target state="new">Or sign in with</target>
1237 <context-group purpose="location">
1238 <context context-type="sourcefile">src/app/login/login.component.html</context>
1239 <context context-type="linenumber">68</context>
1240 </context-group>
1241 </trans-unit>
1228 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1242 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1229 <source>Forgot your password</source> 1243 <source>Forgot your password</source>
1230 <target>Forgot your password</target> 1244 <target>Forgot your password</target>
@@ -1232,14 +1246,14 @@
1232 <context context-type="linenumber">58</context> 1246 <context context-type="linenumber">58</context>
1233 </context-group> 1247 </context-group>
1234 1248
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1236 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1250 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1237 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1251 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1238 <target state="new"> 1252 <target state="new">
1239 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1253 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1240 </target> 1254 </target>
1241 1255
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1256 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1243 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1257 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1244 <source>Email</source> 1258 <source>Email</source>
1245 <target>Email</target> 1259 <target>Email</target>
@@ -1255,7 +1269,7 @@
1255 1269
1256 1270
1257 1271
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1272 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1259 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1273 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1260 <source>Email address</source> 1274 <source>Email address</source>
1261 <target>Email address</target> 1275 <target>Email address</target>
@@ -1264,7 +1278,7 @@
1264 </context-group> 1278 </context-group>
1265 1279
1266 1280
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1281 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1268 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1282 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1269 <source>Send me an email to reset my password</source> 1283 <source>Send me an email to reset my password</source>
1270 <target>Send me an email to reset my password</target> 1284 <target>Send me an email to reset my password</target>
@@ -1272,7 +1286,7 @@
1272 <context context-type="linenumber">82</context> 1286 <context context-type="linenumber">82</context>
1273 </context-group> 1287 </context-group>
1274 1288
1275 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1289 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1276 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1290 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1277 <source>Reset my password</source> 1291 <source>Reset my password</source>
1278 <target> 1292 <target>
@@ -2177,8 +2191,8 @@
2177 <context-group name="null"> 2191 <context-group name="null">
2178 <context context-type="linenumber">29</context> 2192 <context context-type="linenumber">29</context>
2179 </context-group> 2193 </context-group>
2180 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2194
2181 </trans-unit> 2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2182 2196
2183 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2197 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2184 <source>Add this caption</source> 2198 <source>Add this caption</source>
@@ -2187,7 +2201,7 @@
2187 <context context-type="linenumber">40</context> 2201 <context context-type="linenumber">40</context>
2188 </context-group> 2202 </context-group>
2189 2203
2190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2204 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2191 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2205 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2192 <source>Title</source> 2206 <source>Title</source>
2193 <target>Title</target> 2207 <target>Title</target>
@@ -3063,7 +3077,7 @@
3063 <context context-type="linenumber">215</context> 3077 <context context-type="linenumber">215</context>
3064 </context-group> 3078 </context-group>
3065 3079
3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3080 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3067 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3081 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3068 <source>Get more information</source> 3082 <source>Get more information</source>
3069 <target>Get more information</target> 3083 <target>Get more information</target>
@@ -3289,11 +3303,8 @@
3289 3303
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3291 <source>Follow domain</source><target state="new">Follow domain</target> 3305 <source>Follow domain</source><target state="new">Follow domain</target>
3292 <context-group purpose="location"> 3306
3293 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3307 <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>
3294 <context context-type="linenumber">15</context>
3295 </context-group>
3296 </trans-unit>
3297 3308
3298 3309
3299 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3310 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3305,7 +3316,37 @@
3305 3316
3306 3317
3307 3318
3308 <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">29</context></context-group></trans-unit> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3320 <source>Clear filters</source><target state="new">Clear filters</target>
3321 <context-group purpose="location">
3322 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3323 <context context-type="linenumber">15</context>
3324 </context-group>
3325 <context-group purpose="location">
3326 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3327 <context context-type="linenumber">15</context>
3328 </context-group>
3329 <context-group purpose="location">
3330 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3331 <context context-type="linenumber">34</context>
3332 </context-group>
3333 <context-group purpose="location">
3334 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3335 <context context-type="linenumber">16</context>
3336 </context-group>
3337 <context-group purpose="location">
3338 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3339 <context context-type="linenumber">31</context>
3340 </context-group>
3341 <context-group purpose="location">
3342 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3343 <context context-type="linenumber">15</context>
3344 </context-group>
3345 <context-group purpose="location">
3346 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3347 <context context-type="linenumber">15</context>
3348 </context-group>
3349 </trans-unit>
3309 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3350 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3310 <source>ID</source> 3351 <source>ID</source>
3311 <target>ID</target> 3352 <target>ID</target>
@@ -3317,8 +3358,8 @@
3317 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3358 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3318 <source>Follower handle</source> 3359 <source>Follower handle</source>
3319 <target state="new">Follower handle</target> 3360 <target state="new">Follower handle</target>
3320 <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> 3361
3321 </trans-unit> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3322 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3363 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3323 <source>State</source> 3364 <source>State</source>
3324 <target>State</target> 3365 <target>State</target>
@@ -3327,7 +3368,7 @@
3327 </context-group> 3368 </context-group>
3328 3369
3329 3370
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3331 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3372 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3332 <source>Delayed.</source> 3373 <source>Delayed.</source>
3333 <target state="new">Delayed.</target> 3374 <target state="new">Delayed.</target>
@@ -3365,7 +3406,7 @@
3365 3406
3366 3407
3367 3408
3368 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3369 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3410 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3370 <source>Accepted</source> 3411 <source>Accepted</source>
3371 <target>Accepted</target> 3412 <target>Accepted</target>
@@ -3374,7 +3415,7 @@
3374 </context-group> 3415 </context-group>
3375 3416
3376 3417
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3378 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3419 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3379 <source>Pending</source> 3420 <source>Pending</source>
3380 <target>Pending</target> 3421 <target>Pending</target>
@@ -3383,21 +3424,39 @@
3383 </context-group> 3424 </context-group>
3384 3425
3385 3426
3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3387 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3428 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3388 <source>Accept</source> 3429 <source>Accept</source>
3389 <target state="new">Accept</target> 3430 <target state="new">Accept</target>
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3431
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3432
3392 </trans-unit> 3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3393 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3434 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3394 <source>Refuse</source> 3435 <source>Refuse</source>
3395 <target>Refuse</target> 3436 <target>Refuse</target>
3396 <context-group name="null"> 3437 <context-group name="null">
3397 <context context-type="linenumber">42</context> 3438 <context context-type="linenumber">42</context>
3398 </context-group> 3439 </context-group>
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3440
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3441
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3443 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3446 <context context-type="linenumber">55</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3449 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3452 <context context-type="linenumber">56</context>
3453 </context-group>
3454 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3455 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3456 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3458 <context context-type="linenumber">5</context>
3459 </context-group>
3401 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3460 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3402 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3461 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3403 <context-group purpose="location"> 3462 <context-group purpose="location">
@@ -3412,18 +3471,43 @@
3412 <context context-type="linenumber">19</context> 3471 <context context-type="linenumber">19</context>
3413 </context-group> 3472 </context-group>
3414 3473
3415 <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> 3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3416 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3475 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3417 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3476 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3418 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3477 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3419 3478
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3421 <source>Follow domains</source><target state="new">Follow domains</target> 3480 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3422 <context-group purpose="location"> 3481 <context-group purpose="location">
3423 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3482 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3424 <context context-type="linenumber">50</context> 3483 <context context-type="linenumber">37</context>
3425 </context-group> 3484 </context-group>
3426 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3485 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3487 <context context-type="linenumber">35</context>
3488 </context-group>
3489 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3490 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3491 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3493 <context context-type="linenumber">62</context>
3494 </context-group>
3495 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3496 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3499 <context context-type="linenumber">63</context>
3500 </context-group>
3501 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3502 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3503 <context-group purpose="location">
3504 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3505 <context context-type="linenumber">5</context>
3506 </context-group>
3507 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3508 <source>Follow domains</source><target state="new">Follow domains</target>
3509
3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3427 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3511 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3428 <context-group purpose="location"> 3512 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3513 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3498,7 +3582,7 @@
3498 3582
3499 3583
3500 3584
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3502 <source> 3586 <source>
3503 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3587 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3504 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3588 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3595,7 +3679,7 @@
3595 <context context-type="linenumber">19</context> 3679 <context context-type="linenumber">19</context>
3596 </context-group> 3680 </context-group>
3597 3681
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3599 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3683 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3600 <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> 3684 <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>
3601 <target>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>"/></target> 3685 <target>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>"/></target>
@@ -3603,12 +3687,12 @@
3603 <context context-type="linenumber">40</context> 3687 <context context-type="linenumber">40</context>
3604 </context-group> 3688 </context-group>
3605 3689
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3607 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3691 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3608 <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> 3692 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3609 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3693 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3610 3694
3611 <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></trans-unit> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3612 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3696 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3613 <source>(banned)</source> 3697 <source>(banned)</source>
3614 <target>(banned)</target> 3698 <target>(banned)</target>
@@ -3616,17 +3700,11 @@
3616 <context context-type="linenumber">65</context> 3700 <context context-type="linenumber">65</context>
3617 </context-group> 3701 </context-group>
3618 3702
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3620 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3704 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3621 <context-group purpose="location"> 3705
3622 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3706
3623 <context context-type="linenumber">65</context> 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3624 </context-group>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3627 <context context-type="linenumber">27</context>
3628 </context-group>
3629 </trans-unit>
3630 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3708 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3631 <source>User's email must be verified to login</source> 3709 <source>User's email must be verified to login</source>
3632 <target>User's email must be verified to login</target> 3710 <target>User's email must be verified to login</target>
@@ -3634,7 +3712,7 @@
3634 <context context-type="linenumber">72</context> 3712 <context context-type="linenumber">72</context>
3635 </context-group> 3713 </context-group>
3636 3714
3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3638 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3716 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3639 <source>User's email is verified / User can login without email verification</source> 3717 <source>User's email is verified / User can login without email verification</source>
3640 <target>User's email is verified / User can login without email verification</target> 3718 <target>User's email is verified / User can login without email verification</target>
@@ -3642,7 +3720,7 @@
3642 <context context-type="linenumber">76</context> 3720 <context context-type="linenumber">76</context>
3643 </context-group> 3721 </context-group>
3644 3722
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3646 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3724 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3647 <source>Ban reason:</source> 3725 <source>Ban reason:</source>
3648 <target>Ban reason:</target> 3726 <target>Ban reason:</target>
@@ -3650,7 +3728,7 @@
3650 <context context-type="linenumber">95</context> 3728 <context context-type="linenumber">95</context>
3651 </context-group> 3729 </context-group>
3652 3730
3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3654 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3732 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3655 <context-group purpose="location"> 3733 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3734 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3707,11 +3785,8 @@
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3708 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3786 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3709 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3787 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3710 <context-group purpose="location"> 3788
3711 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3712 <context context-type="linenumber">10</context>
3713 </context-group>
3714 </trans-unit>
3715 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3790 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3716 <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> 3791 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3717 <target>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3792 <target>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3719,29 +3794,38 @@
3719 <context context-type="linenumber">8</context> 3794 <context context-type="linenumber">8</context>
3720 </context-group> 3795 </context-group>
3721 3796
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3723 <source>Video URL</source><target state="new">Video URL</target> 3798 <source>Video URL</source><target state="new">Video URL</target>
3724 3799
3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3726 <source>Total size</source><target state="new">Total size</target> 3801 <source>Total size</source><target state="new">Total size</target>
3727 3802
3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3729 <source>List redundancies</source><target state="new">List redundancies</target> 3804 <source>List redundancies</source><target state="new">List redundancies</target>
3805
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3807 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3730 <context-group purpose="location"> 3808 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3809 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3732 <context context-type="linenumber">33</context> 3810 <context context-type="linenumber">77</context>
3811 </context-group>
3812 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3813 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3814 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3816 <context context-type="linenumber">78</context>
3733 </context-group> 3817 </context-group>
3734 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3818 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3735 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3819 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3736 3820
3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3738 <source> 3822 <source>
3739 No redundancy strategy is enabled on your instance. 3823 No redundancy strategy is enabled on your instance.
3740 </source><target state="new"> 3824 </source><target state="new">
3741 No redundancy strategy is enabled on your instance. 3825 No redundancy strategy is enabled on your instance.
3742 </target> 3826 </target>
3743 3827
3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3745 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3829 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3746 <source>Sensitive</source> 3830 <source>Sensitive</source>
3747 <target>Sensitive</target> 3831 <target>Sensitive</target>
@@ -3749,7 +3833,7 @@
3749 <context context-type="linenumber">9</context> 3833 <context context-type="linenumber">9</context>
3750 </context-group> 3834 </context-group>
3751 3835
3752 <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">11</context></context-group></trans-unit> 3836 <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">25</context></context-group></trans-unit>
3753 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3837 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3754 <source>Unfederated</source> 3838 <source>Unfederated</source>
3755 <target>Unfederated</target> 3839 <target>Unfederated</target>
@@ -3757,7 +3841,7 @@
3757 <context context-type="linenumber">10</context> 3841 <context context-type="linenumber">10</context>
3758 </context-group> 3842 </context-group>
3759 3843
3760 <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">12</context></context-group></trans-unit> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3761 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3845 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3762 <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> 3846 <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>
3763 <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> 3847 <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>
@@ -3765,7 +3849,17 @@
3765 <context context-type="linenumber">11</context> 3849 <context context-type="linenumber">11</context>
3766 </context-group> 3850 </context-group>
3767 3851
3768 <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">13</context></context-group></trans-unit> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3853 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3854 <context-group purpose="location">
3855 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3856 <context context-type="linenumber">50</context>
3857 </context-group>
3858 <context-group purpose="location">
3859 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3860 <context context-type="linenumber">89</context>
3861 </context-group>
3862 </trans-unit>
3769 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3863 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3770 <source>Go to the video</source> 3864 <source>Go to the video</source>
3771 <target>Go to the video</target> 3865 <target>Go to the video</target>
@@ -3775,7 +3869,7 @@
3775 3869
3776 3870
3777 3871
3778 <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">28</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">33</context></context-group></trans-unit> 3872 <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">33</context></context-group></trans-unit>
3779 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3873 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3780 <source>Actions</source> 3874 <source>Actions</source>
3781 <target>Actions</target> 3875 <target>Actions</target>
@@ -3784,7 +3878,7 @@
3784 </context-group> 3878 </context-group>
3785 3879
3786 3880
3787 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3881 <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">72</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">123</context></context-group></trans-unit>
3788 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3882 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3789 <source>Blacklist reason:</source> 3883 <source>Blacklist reason:</source>
3790 <target>Blacklist reason:</target> 3884 <target>Blacklist reason:</target>
@@ -3792,7 +3886,19 @@
3792 <context context-type="linenumber">43</context> 3886 <context context-type="linenumber">43</context>
3793 </context-group> 3887 </context-group>
3794 3888
3795 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3889 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3890 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3891 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3893 <context context-type="linenumber">93</context>
3894 </context-group>
3895 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3896 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3897 <context-group purpose="location">
3898 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3899 <context context-type="linenumber">94</context>
3900 </context-group>
3901 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3796 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3902 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3797 <context-group purpose="location"> 3903 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3904 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3824,7 +3930,43 @@
3824 <context context-type="linenumber">26</context> 3930 <context context-type="linenumber">26</context>
3825 </context-group> 3931 </context-group>
3826 3932
3827 <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">31</context></context-group></trans-unit> 3933 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3934 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3935 <context-group purpose="location">
3936 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3937 <context context-type="linenumber">18</context>
3938 </context-group>
3939 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3940 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3941 <context-group purpose="location">
3942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3943 <context context-type="linenumber">19</context>
3944 </context-group>
3945 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3946 <source>Accepted reports</source><target state="new">Accepted reports</target>
3947 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3949 <context context-type="linenumber">20</context>
3950 </context-group>
3951 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3952 <source>Refused reports</source><target state="new">Refused reports</target>
3953 <context-group purpose="location">
3954 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3955 <context context-type="linenumber">21</context>
3956 </context-group>
3957 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3958 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3959 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3961 <context context-type="linenumber">22</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3964 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3965 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3967 <context context-type="linenumber">23</context>
3968 </context-group>
3969 </trans-unit>
3828 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3970 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3829 <source>Reporter</source> 3971 <source>Reporter</source>
3830 <target>Reporter</target> 3972 <target>Reporter</target>
@@ -3832,7 +3974,7 @@
3832 <context context-type="linenumber">8</context> 3974 <context context-type="linenumber">8</context>
3833 </context-group> 3975 </context-group>
3834 3976
3835 <context-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></trans-unit> 3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3836 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3978 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3837 <source>Video</source> 3979 <source>Video</source>
3838 <target>Video</target> 3980 <target>Video</target>
@@ -3842,13 +3984,44 @@
3842 3984
3843 3985
3844 3986
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3846 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3988 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3847 <context-group purpose="location"> 3989 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3990 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3849 <context context-type="linenumber">46</context> 3991 <context context-type="linenumber">80</context>
3850 </context-group> 3992 </context-group>
3851 </trans-unit> 3993 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3994 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3995 <context-group purpose="location">
3996 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3997 <context context-type="linenumber">91</context>
3998 </context-group>
3999 <context-group purpose="location">
4000 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4001 <context context-type="linenumber">107</context>
4002 </context-group>
4003 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4004 <source>Video was deleted</source><target state="new">Video was deleted</target>
4005 <context-group purpose="location">
4006 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4007 <context context-type="linenumber">98</context>
4008 </context-group>
4009 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4010 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4011 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4013 <context context-type="linenumber">141</context>
4014 </context-group>
4015 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4016 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4017 <context-group purpose="location">
4018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4019 <context context-type="linenumber">142</context>
4020 </context-group>
4021 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4022 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4023
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3852 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4025 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3853 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4026 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3854 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4027 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3858,15 +4031,12 @@
3858 4031
3859 4032
3860 4033
3861 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3862 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4035 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3863 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4036 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3864 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4037 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3865 <context-group purpose="location"> 4038
3866 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3867 <context context-type="linenumber">18</context>
3868 </context-group>
3869 </trans-unit>
3870 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4040 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3871 <source>Go to the account</source> 4041 <source>Go to the account</source>
3872 <target>Go to the account</target> 4042 <target>Go to the account</target>
@@ -3876,25 +4046,56 @@
3876 4046
3877 4047
3878 <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">27</context></context-group></trans-unit> 4048 <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">27</context></context-group></trans-unit>
3879 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4049 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3880 <source>Reason:</source>
3881 <target>Reason:</target>
3882 <context-group name="null">
3883 <context context-type="linenumber">53</context>
3884 </context-group>
3885
3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3887 <source>Note:</source><target state="new">Note:</target>
3888 <context-group purpose="location">
3889 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3890 <context context-type="linenumber">72</context>
3891 </context-group>
3892 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3893 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4050 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3894 <context-group purpose="location"> 4051 <context-group purpose="location">
3895 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4052 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3896 <context context-type="linenumber">5</context> 4053 <context context-type="linenumber">5</context>
3897 </context-group> 4054 </context-group>
4055 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4056 <source>
4057 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4058 </source><target state="new">
4059 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4060 </target>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4063 <context context-type="linenumber">20</context>
4064 </context-group>
4065 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4066 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4067 <context-group purpose="location">
4068 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4069 <context context-type="linenumber">21</context>
4070 </context-group>
4071 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4072 <source>Reportee</source><target state="new">Reportee</target>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4075 <context context-type="linenumber">27</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4078 <source>
4079 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4080 </source><target state="new">
4081 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4082 </target>
4083 <context-group purpose="location">
4084 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4085 <context context-type="linenumber">40</context>
4086 </context-group>
4087 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4088 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4089 <context-group purpose="location">
4090 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4091 <context context-type="linenumber">41</context>
4092 </context-group>
4093 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4094 <source>Updated</source><target state="new">Updated</target>
4095 <context-group purpose="location">
4096 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4097 <context context-type="linenumber">47</context>
4098 </context-group>
3898 </trans-unit> 4099 </trans-unit>
3899 4100
3900 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4101 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3907,11 +4108,8 @@
3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3908 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4109 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3909 <source>Mute domain</source><target state="new">Mute domain</target> 4110 <source>Mute domain</source><target state="new">Mute domain</target>
3910 <context-group purpose="location"> 4111
3911 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4112 <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></trans-unit>
3912 <context context-type="linenumber">11</context>
3913 </context-group>
3914 </trans-unit>
3915 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4113 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3916 <source>Instance</source> 4114 <source>Instance</source>
3917 <target>Instance</target> 4115 <target>Instance</target>
@@ -3922,7 +4120,7 @@
3922 4120
3923 4121
3924 4122
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3926 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4124 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3927 <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> 4125 <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>
3928 <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> 4126 <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>
@@ -3933,7 +4131,7 @@
3933 4131
3934 4132
3935 4133
3936 <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">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">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> 4134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3937 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4135 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3938 <source>Unmute</source> 4136 <source>Unmute</source>
3939 <target>Unmute</target> 4137 <target>Unmute</target>
@@ -3944,7 +4142,19 @@
3944 4142
3945 4143
3946 4144
3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4146 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4147 <context-group purpose="location">
4148 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4149 <context context-type="linenumber">51</context>
4150 </context-group>
4151 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4152 <source>No server found.</source><target state="new">No server found.</target>
4153 <context-group purpose="location">
4154 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4155 <context context-type="linenumber">52</context>
4156 </context-group>
4157 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3948 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4158 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3949 <context-group purpose="location"> 4159 <context-group purpose="location">
3950 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4160 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3956,17 +4166,11 @@
3956 </source><target state="new"> 4166 </source><target state="new">
3957 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4167 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3958 </target> 4168 </target>
3959 <context-group purpose="location"> 4169
3960 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3961 <context context-type="linenumber">37</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3964 <source>Mute domains</source><target state="new">Mute domains</target> 4171 <source>Mute domains</source><target state="new">Mute domains</target>
3965 <context-group purpose="location"> 4172
3966 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3967 <context context-type="linenumber">35</context>
3968 </context-group>
3969 </trans-unit>
3970 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4174 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3971 <source>Account</source> 4175 <source>Account</source>
3972 <target>Account</target> 4176 <target>Account</target>
@@ -3975,7 +4179,19 @@
3975 </context-group> 4179 </context-group>
3976 4180
3977 4181
3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4183 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4184 <context-group purpose="location">
4185 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4186 <context context-type="linenumber">58</context>
4187 </context-group>
4188 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4189 <source>No account found.</source><target state="new">No account found.</target>
4190 <context-group purpose="location">
4191 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4192 <context context-type="linenumber">59</context>
4193 </context-group>
4194 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3979 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4195 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3980 <context-group purpose="location"> 4196 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4197 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4091,8 +4307,8 @@
4091 <target state="new"> 4307 <target state="new">
4092 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4308 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4093 </target> 4309 </target>
4094 <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">29</context></context-group> 4310
4095 </trans-unit> 4311 <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">47</context></context-group></trans-unit>
4096 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4312 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4097 <source>System</source> 4313 <source>System</source>
4098 <target state="new">System</target> 4314 <target state="new">System</target>
@@ -4290,7 +4506,7 @@
4290 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4506 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4291 <source>Strategy</source><target state="new">Strategy</target> 4507 <source>Strategy</source><target state="new">Strategy</target>
4292 4508
4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4294 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4510 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4295 <source>Terms</source> 4511 <source>Terms</source>
4296 <target>Terms</target> 4512 <target>Terms</target>
@@ -5318,20 +5534,14 @@
5318 <context-group name="null"> 5534 <context-group name="null">
5319 <context context-type="linenumber">8</context> 5535 <context context-type="linenumber">8</context>
5320 </context-group> 5536 </context-group>
5321 <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> 5537
5322 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5538 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5323 <source>See the error</source><target state="new">See the error</target> 5539 <source>See the error</source><target state="new">See the error</target>
5324 <context-group purpose="location"> 5540
5325 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5541 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5326 <context context-type="linenumber">19</context>
5327 </context-group>
5328 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5329 <source>This video was deleted</source><target state="new">This video was deleted</target> 5542 <source>This video was deleted</source><target state="new">This video was deleted</target>
5330 <context-group purpose="location"> 5543
5331 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5544 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5332 <context context-type="linenumber">36</context>
5333 </context-group>
5334 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5335 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5545 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5336 <context-group purpose="location"> 5546 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5547 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7302,8 +7512,8 @@
7302 <context context-type="linenumber">1</context> 7512 <context context-type="linenumber">1</context>
7303 </context-group> 7513 </context-group>
7304 <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> 7514 <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>
7305 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7515 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7306 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7516 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7307 <context-group purpose="location"> 7517 <context-group purpose="location">
7308 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7518 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7309 <context context-type="linenumber">1</context> 7519 <context context-type="linenumber">1</context>
@@ -8154,6 +8364,12 @@
8154 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8364 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8155 <context context-type="linenumber">1</context> 8365 <context context-type="linenumber">1</context>
8156 </context-group> 8366 </context-group>
8367 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8368 <source>Unknown</source><target state="new">Unknown</target>
8369 <context-group purpose="location">
8370 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8371 <context context-type="linenumber">1</context>
8372 </context-group>
8157 </trans-unit> 8373 </trans-unit>
8158 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8374 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8159 <source>Your password has been successfully reset!</source> 8375 <source>Your password has been successfully reset!</source>
@@ -9701,7 +9917,19 @@
9701 <context-group name="null"> 9917 <context-group name="null">
9702 <context context-type="linenumber">1</context> 9918 <context context-type="linenumber">1</context>
9703 </context-group> 9919 </context-group>
9704 <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> 9920
9921 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9922 <source>Mute server</source><target state="new">Mute server</target>
9923 <context-group purpose="location">
9924 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9925 <context context-type="linenumber">1</context>
9926 </context-group>
9927 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9928 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9929 <context-group purpose="location">
9930 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9931 <context context-type="linenumber">1</context>
9932 </context-group>
9705 </trans-unit> 9933 </trans-unit>
9706 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9934 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9707 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9935 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10031,7 +10259,25 @@
10031 <context context-type="linenumber">1</context> 10259 <context context-type="linenumber">1</context>
10032 </context-group> 10260 </context-group>
10033 10261
10034 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10262 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10263 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10264 <context-group purpose="location">
10265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10266 <context context-type="linenumber">1</context>
10267 </context-group>
10268 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10269 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10270 <context-group purpose="location">
10271 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10272 <context context-type="linenumber">1</context>
10273 </context-group>
10274 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10275 <source>Delete video</source><target state="new">Delete video</target>
10276 <context-group purpose="location">
10277 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10278 <context context-type="linenumber">1</context>
10279 </context-group>
10280 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10035 <source>Encoder</source><target state="new">Encoder</target> 10281 <source>Encoder</source><target state="new">Encoder</target>
10036 <context-group purpose="location"> 10282 <context-group purpose="location">
10037 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10283 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10089,7 +10335,25 @@
10089 <context-group name="null"> 10335 <context-group name="null">
10090 <context context-type="linenumber">1</context> 10336 <context context-type="linenumber">1</context>
10091 </context-group> 10337 </context-group>
10092 <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> 10338
10339 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10340 <source>Video deleted.</source><target state="new">Video deleted.</target>
10341 <context-group purpose="location">
10342 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10343 <context context-type="linenumber">1</context>
10344 </context-group>
10345 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10346 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10347 <context-group purpose="location">
10348 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10349 <context context-type="linenumber">1</context>
10350 </context-group>
10351 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10352 <source>Mute reporter</source><target state="new">Mute reporter</target>
10353 <context-group purpose="location">
10354 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10355 <context context-type="linenumber">1</context>
10356 </context-group>
10093 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10357 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10094 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10358 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
10095 <context-group purpose="location"> 10359 <context-group purpose="location">
@@ -10110,8 +10374,8 @@
10110 <context context-type="linenumber">1</context> 10374 <context context-type="linenumber">1</context>
10111 </context-group> 10375 </context-group>
10112 <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> 10376 <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>
10113 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10377 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10114 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10378 <source>Mirror</source><target state="new">Mirror</target>
10115 <context-group purpose="location"> 10379 <context-group purpose="location">
10116 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10380 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10117 <context context-type="linenumber">1</context> 10381 <context context-type="linenumber">1</context>
@@ -10123,7 +10387,25 @@
10123 <context-group name="null"> 10387 <context-group name="null">
10124 <context context-type="linenumber">1</context> 10388 <context context-type="linenumber">1</context>
10125 </context-group> 10389 </context-group>
10126 <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> 10390
10391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10392 <source>Note</source><target state="new">Note</target>
10393 <context-group purpose="location">
10394 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10395 <context context-type="linenumber">61</context>
10396 </context-group>
10397 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10398 <source>The video was deleted</source><target state="new">The video was deleted</target>
10399 <context-group purpose="location">
10400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10401 <context context-type="linenumber">71</context>
10402 </context-group>
10403 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10404 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10405 <context-group purpose="location">
10406 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10407 <context context-type="linenumber">72</context>
10408 </context-group>
10127 </trans-unit> 10409 </trans-unit>
10128 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10410 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10129 <source>Published</source> 10411 <source>Published</source>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index 304da8bfd..d0e3f41aa 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -696,7 +696,7 @@
696 <source>Deleted</source> 696 <source>Deleted</source>
697 <target state="final">Deleted</target> 697 <target state="final">Deleted</target>
698 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
701 <source>Edit starts/stops at</source> 701 <source>Edit starts/stops at</source>
702 <target>Edit starts/stops at</target> 702 <target>Edit starts/stops at</target>
@@ -1052,7 +1052,7 @@
1052 1052
1053 1053
1054 1054
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1056 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1056 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1057 <source>Ban this user</source> 1057 <source>Ban this user</source>
1058 <target state="final">Ban this user</target> 1058 <target state="final">Ban this user</target>
@@ -1061,11 +1061,8 @@
1061 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1061 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1062 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1062 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1063 <target state="final"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1063 <target state="final"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1064 <context-group purpose="location"> 1064
1065 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1066 <context context-type="linenumber">11</context>
1067 </context-group>
1068 </trans-unit>
1069 1066
1070 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 1067 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1071 <source>Login</source> 1068 <source>Login</source>
@@ -1076,35 +1073,45 @@
1076 <context context-type="sourcefile">src/app/login/login.component.html</context> 1073 <context context-type="sourcefile">src/app/login/login.component.html</context>
1077 <context context-type="linenumber">2</context> 1074 <context context-type="linenumber">2</context>
1078 </context-group> 1075 </context-group>
1079 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1076 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1080 <source> 1077 <source>
1081 If you are looking for an account… 1078 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1082 </source><target state="final"> 1079 </source><target state="final">
1083 If you are looking for an account… 1080 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1084 </target> 1081 </target>
1085 <context-group purpose="location"> 1082 <context-group purpose="location">
1086 <context context-type="sourcefile">src/app/login/login.component.html</context> 1083 <context context-type="sourcefile">src/app/login/login.component.html</context>
1087 <context context-type="linenumber">7</context> 1084 <context context-type="linenumber">6</context>
1088 </context-group> 1085 </context-group>
1089 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1086 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1090 <source> 1087 <source>
1091 Currently this instance doesn't allow for user registration, but you can find an instance 1088 If you are looking for an account…
1092 that gives you the possibility to sign up for an account and upload your videos there. 1089 </source><target state="final">
1090 If you are looking for an account…
1091 </target>
1092 <context-group purpose="location">
1093 <context context-type="sourcefile">src/app/login/login.component.html</context>
1094 <context context-type="linenumber">12</context>
1095 </context-group>
1096 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1097 <source>
1098 Currently this instance doesn't allow for user registration, but you can find an instance
1099 that gives you the possibility to sign up for an account and upload your videos there.
1093 1100
1094 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1101 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1095 1102
1096 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1103 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1097 </source><target state="final"> 1104 </source><target state="final">
1098 Currently this instance doesn't allow for user registration, but you can find an instance 1105 Currently this instance doesn't allow for user registration, but you can find an instance
1099 that gives you the possibility to sign up for an account and upload your videos there. 1106 that gives you the possibility to sign up for an account and upload your videos there.
1100 1107
1101 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1108 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1102 1109
1103 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1110 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1104 </target> 1111 </target>
1105 <context-group purpose="location"> 1112 <context-group purpose="location">
1106 <context context-type="sourcefile">src/app/login/login.component.html</context> 1113 <context context-type="sourcefile">src/app/login/login.component.html</context>
1107 <context context-type="linenumber">11</context> 1114 <context context-type="linenumber">16</context>
1108 </context-group> 1115 </context-group>
1109 </trans-unit> 1116 </trans-unit>
1110 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1117 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
@@ -1112,25 +1119,29 @@
1112 <target state="final">Request new verification email.</target> 1119 <target state="final">Request new verification email.</target>
1113 1120
1114 1121
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1122 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1116 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 1123 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1117 <source>User</source> 1124 <source>User</source>
1118 <target state="final">User</target> 1125 <target state="final">User</target>
1119 1126
1120 1127
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1122 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 1129 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1123 <source>Username or email address</source> 1130 <source>Username or email address</source>
1124 <target state="final">Username or email address</target> 1131 <target state="final">Username or email address</target>
1125 1132
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1127 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 1134 <source>
1128 <source>or create an account</source> 1135 or create an account
1129 <target state="final"> 1136 </source><target state="final">
1130 or create an account 1137 or create an account
1131 </target> 1138 </target>
1132 1139 <context-group purpose="location">
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1140 <context context-type="sourcefile">src/app/login/login.component.html</context>
1141 <context context-type="linenumber">40</context>
1142 </context-group>
1143 </trans-unit>
1144
1134 1145
1135 1146
1136 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 1147 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
@@ -1145,32 +1156,35 @@
1145 1156
1146 1157
1147 1158
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1149 <source>Click here to reset your password</source><target state="final">Click here to reset your password</target> 1160 <source>Click here to reset your password</source><target state="final">Click here to reset your password</target>
1150 <context-group purpose="location"> 1161
1151 <context context-type="sourcefile">src/app/login/login.component.html</context> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1152 <context context-type="linenumber">50</context>
1153 </context-group>
1154 </trans-unit>
1155 1163
1156 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html"> 1164 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1157 <source>Login</source> 1165 <source>Login</source>
1158 <target state="final">Login</target> 1166 <target state="final">Login</target>
1159 1167
1160 1168
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1169 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1170 <source>Or sign in with</source><target state="final">Or sign in with</target>
1171 <context-group purpose="location">
1172 <context context-type="sourcefile">src/app/login/login.component.html</context>
1173 <context context-type="linenumber">68</context>
1174 </context-group>
1175 </trans-unit>
1162 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1176 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1163 <source>Forgot your password</source> 1177 <source>Forgot your password</source>
1164 <target state="final">Forgot your password</target> 1178 <target state="final">Forgot your password</target>
1165 1179
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1167 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1181 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1168 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1182 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1169 <target state="final"> 1183 <target state="final">
1170 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1184 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1171 </target> 1185 </target>
1172 1186
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1174 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1188 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1175 <source>Email</source> 1189 <source>Email</source>
1176 <target state="final">Email</target> 1190 <target state="final">Email</target>
@@ -1183,18 +1197,18 @@
1183 1197
1184 1198
1185 1199
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1200 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1187 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1201 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1188 <source>Email address</source> 1202 <source>Email address</source>
1189 <target state="final">Email address</target> 1203 <target state="final">Email address</target>
1190 1204
1191 1205
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1193 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1207 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1194 <source>Send me an email to reset my password</source> 1208 <source>Send me an email to reset my password</source>
1195 <target state="final">Send me an email to reset my password</target> 1209 <target state="final">Send me an email to reset my password</target>
1196 1210
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1198 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1212 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1199 <source>Reset my password</source> 1213 <source>Reset my password</source>
1200 <target state="final"> 1214 <target state="final">
@@ -1988,17 +2002,14 @@
1988 <target state="final"> 2002 <target state="final">
1989 This will replace an existing caption! 2003 This will replace an existing caption!
1990 </target> 2004 </target>
1991 <context-group purpose="location"> 2005
1992 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2006 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1993 <context context-type="linenumber">29</context>
1994 </context-group>
1995 </trans-unit>
1996 2007
1997 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2008 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1998 <source>Add this caption</source> 2009 <source>Add this caption</source>
1999 <target state="final">Add this caption</target> 2010 <target state="final">Add this caption</target>
2000 2011
2001 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2012 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2002 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 2013 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
2003 <source>Title</source> 2014 <source>Title</source>
2004 <target state="final">Title</target> 2015 <target state="final">Title</target>
@@ -2694,7 +2705,7 @@
2694 <source>More information</source> 2705 <source>More information</source>
2695 <target state="final">More information</target> 2706 <target state="final">More information</target>
2696 2707
2697 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2708 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2698 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2709 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2699 <source>Get more information</source> 2710 <source>Get more information</source>
2700 <target state="final">Get more information</target> 2711 <target state="final">Get more information</target>
@@ -2883,11 +2894,8 @@
2883 2894
2884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2885 <source>Follow domain</source><target state="final">Follow domain</target> 2896 <source>Follow domain</source><target state="final">Follow domain</target>
2886 <context-group purpose="location"> 2897
2887 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2898 <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>
2888 <context context-type="linenumber">15</context>
2889 </context-group>
2890 </trans-unit>
2891 2899
2892 2900
2893 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2901 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -2896,7 +2904,37 @@
2896 2904
2897 2905
2898 2906
2899 <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">29</context></context-group></trans-unit> 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2908 <source>Clear filters</source><target state="final">Clear filters</target>
2909 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2911 <context context-type="linenumber">15</context>
2912 </context-group>
2913 <context-group purpose="location">
2914 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2915 <context context-type="linenumber">15</context>
2916 </context-group>
2917 <context-group purpose="location">
2918 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2919 <context context-type="linenumber">34</context>
2920 </context-group>
2921 <context-group purpose="location">
2922 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2923 <context context-type="linenumber">16</context>
2924 </context-group>
2925 <context-group purpose="location">
2926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2927 <context context-type="linenumber">31</context>
2928 </context-group>
2929 <context-group purpose="location">
2930 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2931 <context context-type="linenumber">15</context>
2932 </context-group>
2933 <context-group purpose="location">
2934 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2935 <context context-type="linenumber">15</context>
2936 </context-group>
2937 </trans-unit>
2900 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2938 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2901 <source>ID</source> 2939 <source>ID</source>
2902 <target state="final">ID</target> 2940 <target state="final">ID</target>
@@ -2908,7 +2946,7 @@
2908 <source>Follower handle</source> 2946 <source>Follower handle</source>
2909 <target state="final">Follower handle</target> 2947 <target state="final">Follower handle</target>
2910 2948
2911 <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></trans-unit> 2949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2912 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2950 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2913 <source>State</source> 2951 <source>State</source>
2914 <target state="final">State</target> 2952 <target state="final">State</target>
@@ -2916,7 +2954,7 @@
2916 2954
2917 2955
2918 2956
2919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2920 <source>Delayed.</source><target state="final">Delayed.</target> 2958 <source>Delayed.</source><target state="final">Delayed.</target>
2921 2959
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2942,31 +2980,49 @@
2942 2980
2943 2981
2944 2982
2945 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2946 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2984 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2947 <source>Accepted</source> 2985 <source>Accepted</source>
2948 <target state="final">Accepted</target> 2986 <target state="final">Accepted</target>
2949 2987
2950 2988
2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 2989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2952 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2990 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2953 <source>Pending</source> 2991 <source>Pending</source>
2954 <target state="final">Pending</target> 2992 <target state="final">Pending</target>
2955 2993
2956 2994
2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 2995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2958 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2996 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2959 <source>Accept</source> 2997 <source>Accept</source>
2960 <target state="final">Accept</target> 2998 <target state="final">Accept</target>
2961 2999
2962 3000
2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2964 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3002 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2965 <source>Refuse</source> 3003 <source>Refuse</source>
2966 <target state="final">Refuse</target> 3004 <target state="final">Refuse</target>
2967 3005
2968 3006
2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3008 <source>No follower found matching current filters.</source><target state="final">No follower found matching current filters.</target>
3009 <context-group purpose="location">
3010 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3011 <context context-type="linenumber">55</context>
3012 </context-group>
3013 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3014 <source>Your instance doesn't have any follower.</source><target state="final">Your instance doesn't have any follower.</target>
3015 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3017 <context context-type="linenumber">56</context>
3018 </context-group>
3019 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3020 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3021 <context-group purpose="location">
3022 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3023 <context context-type="linenumber">5</context>
3024 </context-group>
3025 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2970 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3026 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2971 <context-group purpose="location"> 3027 <context-group purpose="location">
2972 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3028 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2977,16 +3033,41 @@
2977 <source>Host</source> 3033 <source>Host</source>
2978 <target state="final">Host</target> 3034 <target state="final">Host</target>
2979 3035
2980 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2981 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3037 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2982 3038
2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2984 <source>Follow domains</source><target state="final">Follow domains</target> 3040 <source>Open instance in a new tab</source><target state="final">Open instance in a new tab</target>
2985 <context-group purpose="location"> 3041 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3042 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2987 <context context-type="linenumber">50</context> 3043 <context context-type="linenumber">37</context>
2988 </context-group> 3044 </context-group>
2989 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3045 <context-group purpose="location">
3046 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3047 <context context-type="linenumber">35</context>
3048 </context-group>
3049 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3050 <source>No host found matching current filters.</source><target state="final">No host found matching current filters.</target>
3051 <context-group purpose="location">
3052 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3053 <context context-type="linenumber">62</context>
3054 </context-group>
3055 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3056 <source>Your instance is not following anyone.</source><target state="final">Your instance is not following anyone.</target>
3057 <context-group purpose="location">
3058 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3059 <context context-type="linenumber">63</context>
3060 </context-group>
3061 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3062 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3063 <context-group purpose="location">
3064 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3065 <context context-type="linenumber">5</context>
3066 </context-group>
3067 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3068 <source>Follow domains</source><target state="final">Follow domains</target>
3069
3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2990 <source>My videos duplicated by remote instances</source><target state="final">My videos duplicated by remote instances</target> 3071 <source>My videos duplicated by remote instances</source><target state="final">My videos duplicated by remote instances</target>
2991 <context-group purpose="location"> 3072 <context-group purpose="location">
2992 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3073 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3047,7 +3128,7 @@
3047 3128
3048 3129
3049 3130
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3051 <source> 3132 <source>
3052 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3133 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3053 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3134 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3129,47 +3210,41 @@
3129 <source>Batch actions</source> 3210 <source>Batch actions</source>
3130 <target state="final">Batch actions</target> 3211 <target state="final">Batch actions</target>
3131 3212
3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3133 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3214 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3134 <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> 3215 <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>
3135 <target state="final">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>"/></target> 3216 <target state="final">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>"/></target>
3136 3217
3137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3138 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3219 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3139 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3220 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3140 <target state="final">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3221 <target state="final">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3141 3222
3142 <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></trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3143 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3224 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3144 <source>(banned)</source> 3225 <source>(banned)</source>
3145 <target state="final">(banned)</target> 3226 <target state="final">(banned)</target>
3146 3227
3147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3148 <source>Open account in a new tab</source><target state="final">Open account in a new tab</target> 3229 <source>Open account in a new tab</source><target state="final">Open account in a new tab</target>
3149 <context-group purpose="location"> 3230
3150 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3231
3151 <context context-type="linenumber">65</context> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3152 </context-group>
3153 <context-group purpose="location">
3154 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3155 <context context-type="linenumber">27</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3233 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3159 <source>User's email must be verified to login</source> 3234 <source>User's email must be verified to login</source>
3160 <target state="final">User's email must be verified to login</target> 3235 <target state="final">User's email must be verified to login</target>
3161 3236
3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3163 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3238 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3164 <source>User's email is verified / User can login without email verification</source> 3239 <source>User's email is verified / User can login without email verification</source>
3165 <target state="final">User's email is verified / User can login without email verification</target> 3240 <target state="final">User's email is verified / User can login without email verification</target>
3166 3241
3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3168 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3243 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3169 <source>Ban reason:</source> 3244 <source>Ban reason:</source>
3170 <target state="final">Ban reason:</target> 3245 <target state="final">Ban reason:</target>
3171 3246
3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3173 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3248 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3174 <context-group purpose="location"> 3249 <context-group purpose="location">
3175 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3250 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3229,71 +3304,99 @@
3229 </context-group> 3304 </context-group>
3230 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3305 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3231 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3306 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3232 <context-group purpose="location"> 3307
3233 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3234 <context context-type="linenumber">10</context>
3235 </context-group>
3236 </trans-unit>
3237 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3309 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3238 <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> 3310 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3239 <target state="final">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3311 <target state="final">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3240 3312
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3242 <source>Video URL</source><target state="final">Video URL</target> 3314 <source>Video URL</source><target state="final">Video URL</target>
3243 3315
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3245 <source>Total size</source><target state="final">Total size</target> 3317 <source>Total size</source><target state="final">Total size</target>
3246 3318
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3248 <source>List redundancies</source><target state="final">List redundancies</target> 3320 <source>List redundancies</source><target state="final">List redundancies</target>
3321
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3323 <source>Your instance doesn't mirror any video.</source><target state="final">Your instance doesn't mirror any video.</target>
3249 <context-group purpose="location"> 3324 <context-group purpose="location">
3250 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3325 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3251 <context context-type="linenumber">33</context> 3326 <context context-type="linenumber">77</context>
3327 </context-group>
3328 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3329 <source>Your instance has no mirrored videos.</source><target state="final">Your instance has no mirrored videos.</target>
3330 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3332 <context context-type="linenumber">78</context>
3252 </context-group> 3333 </context-group>
3253 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3334 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3254 <source>Enabled strategies stats</source><target state="final">Enabled strategies stats</target> 3335 <source>Enabled strategies stats</source><target state="final">Enabled strategies stats</target>
3255 3336
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3257 <source> 3338 <source>
3258 No redundancy strategy is enabled on your instance. 3339 No redundancy strategy is enabled on your instance.
3259 </source><target state="final"> 3340 </source><target state="final">
3260 No redundancy strategy is enabled on your instance. 3341 No redundancy strategy is enabled on your instance.
3261 </target> 3342 </target>
3262 3343
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3264 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3345 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3265 <source>Sensitive</source> 3346 <source>Sensitive</source>
3266 <target state="final">Sensitive</target> 3347 <target state="final">Sensitive</target>
3267 3348
3268 <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">11</context></context-group></trans-unit> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3269 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3350 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3270 <source>Unfederated</source> 3351 <source>Unfederated</source>
3271 <target state="final">Unfederated</target> 3352 <target state="final">Unfederated</target>
3272 3353
3273 <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">12</context></context-group></trans-unit> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3274 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3355 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3275 <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> 3356 <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>
3276 <target state="final">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> 3357 <target state="final">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>
3277 3358
3278 <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">13</context></context-group></trans-unit> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3360 <source>Video was blacklisted</source><target state="final">Video was blacklisted</target>
3361 <context-group purpose="location">
3362 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3363 <context context-type="linenumber">50</context>
3364 </context-group>
3365 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3367 <context context-type="linenumber">89</context>
3368 </context-group>
3369 </trans-unit>
3279 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3370 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3280 <source>Go to the video</source> 3371 <source>Go to the video</source>
3281 <target state="final">Go to the video</target> 3372 <target state="final">Go to the video</target>
3282 3373
3283 3374
3284 3375
3285 <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">28</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">33</context></context-group></trans-unit> 3376 <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">33</context></context-group></trans-unit>
3286 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3377 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3287 <source>Actions</source> 3378 <source>Actions</source>
3288 <target state="final">Actions</target> 3379 <target state="final">Actions</target>
3289 3380
3290 3381
3291 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3382 <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">72</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">123</context></context-group></trans-unit>
3292 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3383 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3293 <source>Blacklist reason:</source> 3384 <source>Blacklist reason:</source>
3294 <target state="final">Blacklist reason:</target> 3385 <target state="final">Blacklist reason:</target>
3295 3386
3296 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3387 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3388 <source>No blacklisted video found matching current filters.</source><target state="final">No blacklisted video found matching current filters.</target>
3389 <context-group purpose="location">
3390 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3391 <context context-type="linenumber">93</context>
3392 </context-group>
3393 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3394 <source>No blacklisted video found.</source><target state="final">No blacklisted video found.</target>
3395 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3397 <context context-type="linenumber">94</context>
3398 </context-group>
3399 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3297 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3400 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3298 <context-group purpose="location"> 3401 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3402 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3319,58 +3422,156 @@
3319 <source>Update this comment</source> 3422 <source>Update this comment</source>
3320 <target state="final">Update this comment</target> 3423 <target state="final">Update this comment</target>
3321 3424
3322 <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">31</context></context-group></trans-unit> 3425 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3426 <source>Advanced report filters</source><target state="final">Advanced report filters</target>
3427 <context-group purpose="location">
3428 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3429 <context context-type="linenumber">18</context>
3430 </context-group>
3431 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3432 <source>Unsolved reports</source><target state="final">Unsolved reports</target>
3433 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3435 <context context-type="linenumber">19</context>
3436 </context-group>
3437 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3438 <source>Accepted reports</source><target state="final">Accepted reports</target>
3439 <context-group purpose="location">
3440 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3441 <context context-type="linenumber">20</context>
3442 </context-group>
3443 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3444 <source>Refused reports</source><target state="final">Refused reports</target>
3445 <context-group purpose="location">
3446 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3447 <context context-type="linenumber">21</context>
3448 </context-group>
3449 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3450 <source>Reports with blacklisted videos</source><target state="final">Reports with blacklisted videos</target>
3451 <context-group purpose="location">
3452 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3453 <context context-type="linenumber">22</context>
3454 </context-group>
3455 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3456 <source>Reports with deleted videos</source><target state="final">Reports with deleted videos</target>
3457 <context-group purpose="location">
3458 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3459 <context context-type="linenumber">23</context>
3460 </context-group>
3461 </trans-unit>
3323 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3462 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3324 <source>Reporter</source> 3463 <source>Reporter</source>
3325 <target state="final">Reporter</target> 3464 <target state="final">Reporter</target>
3326 3465
3327 <context-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></trans-unit> 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3328 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3467 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3329 <source>Video</source> 3468 <source>Video</source>
3330 <target state="final">Video</target> 3469 <target state="final">Video</target>
3331 3470
3332 3471
3333 3472
3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3335 <source>Open video in a new tab</source><target state="final">Open video in a new tab</target> 3474 <source>This video has been reported multiple times.</source><target state="final">This video has been reported multiple times.</target>
3336 <context-group purpose="location"> 3475 <context-group purpose="location">
3337 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3476 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3338 <context context-type="linenumber">46</context> 3477 <context context-type="linenumber">80</context>
3339 </context-group> 3478 </context-group>
3340 </trans-unit> 3479 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3480 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="final">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3481 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3483 <context context-type="linenumber">91</context>
3484 </context-group>
3485 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3487 <context context-type="linenumber">107</context>
3488 </context-group>
3489 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3490 <source>Video was deleted</source><target state="final">Video was deleted</target>
3491 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3493 <context context-type="linenumber">98</context>
3494 </context-group>
3495 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3496 <source>No video abuses found matching current filters.</source><target state="final">No video abuses found matching current filters.</target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3499 <context context-type="linenumber">141</context>
3500 </context-group>
3501 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3502 <source>No video abuses found.</source><target state="final">No video abuses found.</target>
3503 <context-group purpose="location">
3504 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3505 <context context-type="linenumber">142</context>
3506 </context-group>
3507 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3508 <source>Open video in a new tab</source><target state="final">Open video in a new tab</target>
3509
3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3341 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3511 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3342 <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> 3512 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3343 <target state="final">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3513 <target state="final">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3344 3514
3345 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3346 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3516 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3347 <context-group purpose="location"> 3517
3348 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3349 <context context-type="linenumber">18</context>
3350 </context-group>
3351 </trans-unit>
3352 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3519 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3353 <source>Go to the account</source> 3520 <source>Go to the account</source>
3354 <target state="final">Go to the account</target> 3521 <target state="final">Go to the account</target>
3355 3522
3356 3523
3357 <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">27</context></context-group></trans-unit> 3524 <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">27</context></context-group></trans-unit>
3358 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3525 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3359 <source>Reason:</source>
3360 <target state="final">Reason:</target>
3361
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3363 <source>Note:</source><target state="final">Note:</target>
3364 <context-group purpose="location">
3365 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3366 <context context-type="linenumber">72</context>
3367 </context-group>
3368 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3369 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3526 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3370 <context-group purpose="location"> 3527 <context-group purpose="location">
3371 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3528 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3372 <context context-type="linenumber">5</context> 3529 <context context-type="linenumber">5</context>
3373 </context-group> 3530 </context-group>
3531 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3532 <source>
3533 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3534 </source><target state="final">
3535 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3536 </target>
3537 <context-group purpose="location">
3538 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3539 <context context-type="linenumber">20</context>
3540 </context-group>
3541 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3542 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="final">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3543 <context-group purpose="location">
3544 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3545 <context context-type="linenumber">21</context>
3546 </context-group>
3547 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3548 <source>Reportee</source><target state="final">Reportee</target>
3549 <context-group purpose="location">
3550 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3551 <context context-type="linenumber">27</context>
3552 </context-group>
3553 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3554 <source>
3555 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3556 </source><target state="final">
3557 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3558 </target>
3559 <context-group purpose="location">
3560 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3561 <context context-type="linenumber">40</context>
3562 </context-group>
3563 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3564 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="final">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3565 <context-group purpose="location">
3566 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3567 <context context-type="linenumber">41</context>
3568 </context-group>
3569 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3570 <source>Updated</source><target state="final">Updated</target>
3571 <context-group purpose="location">
3572 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3573 <context context-type="linenumber">47</context>
3574 </context-group>
3374 </trans-unit> 3575 </trans-unit>
3375 3576
3376 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3577 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3386,11 +3587,8 @@
3386 </context-group> 3587 </context-group>
3387 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3588 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3388 <source>Mute domain</source><target state="final">Mute domain</target> 3589 <source>Mute domain</source><target state="final">Mute domain</target>
3389 <context-group purpose="location"> 3590
3390 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3591 <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></trans-unit>
3391 <context context-type="linenumber">11</context>
3392 </context-group>
3393 </trans-unit>
3394 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3592 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3395 <source>Instance</source> 3593 <source>Instance</source>
3396 <target state="final">Instance</target> 3594 <target state="final">Instance</target>
@@ -3398,7 +3596,7 @@
3398 3596
3399 3597
3400 3598
3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3402 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3600 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3403 <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> 3601 <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>
3404 <target state="final">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> 3602 <target state="final">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>
@@ -3406,7 +3604,7 @@
3406 3604
3407 3605
3408 3606
3409 <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">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">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> 3607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3410 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3608 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3411 <source>Unmute</source> 3609 <source>Unmute</source>
3412 <target state="final">Unmute</target> 3610 <target state="final">Unmute</target>
@@ -3414,7 +3612,19 @@
3414 3612
3415 3613
3416 3614
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3616 <source>No server found matching current filters.</source><target state="final">No server found matching current filters.</target>
3617 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3619 <context context-type="linenumber">51</context>
3620 </context-group>
3621 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3622 <source>No server found.</source><target state="final">No server found.</target>
3623 <context-group purpose="location">
3624 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3625 <context context-type="linenumber">52</context>
3626 </context-group>
3627 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3418 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3628 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3419 <context-group purpose="location"> 3629 <context-group purpose="location">
3420 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3630 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3426,23 +3636,29 @@
3426 </source><target state="final"> 3636 </source><target state="final">
3427 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3637 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3428 </target> 3638 </target>
3429 <context-group purpose="location"> 3639
3430 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3431 <context context-type="linenumber">37</context>
3432 </context-group>
3433 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3434 <source>Mute domains</source><target state="final">Mute domains</target> 3641 <source>Mute domains</source><target state="final">Mute domains</target>
3435 <context-group purpose="location"> 3642
3436 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3437 <context context-type="linenumber">35</context>
3438 </context-group>
3439 </trans-unit>
3440 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3644 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3441 <source>Account</source> 3645 <source>Account</source>
3442 <target state="final">Account</target> 3646 <target state="final">Account</target>
3443 3647
3444 3648
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3650 <source>No account found matching current filters.</source><target state="final">No account found matching current filters.</target>
3651 <context-group purpose="location">
3652 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3653 <context context-type="linenumber">58</context>
3654 </context-group>
3655 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3656 <source>No account found.</source><target state="final">No account found.</target>
3657 <context-group purpose="location">
3658 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3659 <context context-type="linenumber">59</context>
3660 </context-group>
3661 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3446 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3662 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3447 <context-group purpose="location"> 3663 <context-group purpose="location">
3448 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3664 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3556,7 +3772,7 @@
3556 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3772 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3557 </target> 3773 </target>
3558 3774
3559 <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">29</context></context-group></trans-unit> 3775 <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">47</context></context-group></trans-unit>
3560 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3776 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3561 <source>System</source> 3777 <source>System</source>
3562 <target state="final">System</target> 3778 <target state="final">System</target>
@@ -3729,7 +3945,7 @@
3729 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3945 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3730 <source>Strategy</source><target state="final">Strategy</target> 3946 <source>Strategy</source><target state="final">Strategy</target>
3731 3947
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3733 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3949 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3734 <source>Terms</source> 3950 <source>Terms</source>
3735 <target state="final">Terms</target> 3951 <target state="final">Terms</target>
@@ -4673,23 +4889,14 @@
4673 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4889 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4674 <source>Target</source> 4890 <source>Target</source>
4675 <target state="final">Target</target> 4891 <target state="final">Target</target>
4676 <context-group purpose="location"> 4892
4677 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4893 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4678 <context context-type="linenumber">8</context>
4679 </context-group>
4680 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4681 <source>See the error</source><target state="final">See the error</target> 4894 <source>See the error</source><target state="final">See the error</target>
4682 <context-group purpose="location"> 4895
4683 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4896 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4684 <context context-type="linenumber">19</context>
4685 </context-group>
4686 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4687 <source>This video was deleted</source><target state="final">This video was deleted</target> 4897 <source>This video was deleted</source><target state="final">This video was deleted</target>
4688 <context-group purpose="location"> 4898
4689 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4899 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4690 <context context-type="linenumber">36</context>
4691 </context-group>
4692 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4693 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="final">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4900 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="final">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4694 <context-group purpose="location"> 4901 <context-group purpose="location">
4695 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4902 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6632,8 +6839,8 @@
6632 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6839 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6633 <context context-type="linenumber">1</context> 6840 <context context-type="linenumber">1</context>
6634 </context-group> 6841 </context-group>
6635 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 6842 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6636 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 6843 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6637 <context-group purpose="location"> 6844 <context-group purpose="location">
6638 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6845 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6639 <context context-type="linenumber">1</context> 6846 <context context-type="linenumber">1</context>
@@ -7524,6 +7731,12 @@
7524 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7731 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7525 <context context-type="linenumber">1</context> 7732 <context context-type="linenumber">1</context>
7526 </context-group> 7733 </context-group>
7734 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7735 <source>Unknown</source><target state="final">Unknown</target>
7736 <context-group purpose="location">
7737 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7738 <context context-type="linenumber">1</context>
7739 </context-group>
7527 </trans-unit> 7740 </trans-unit>
7528 7741
7529 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 7742 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
@@ -9112,8 +9325,17 @@
9112 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9325 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9113 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9326 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9114 <target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9327 <target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9328
9329 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9330 <source>Mute server</source><target state="final">Mute server</target>
9115 <context-group purpose="location"> 9331 <context-group purpose="location">
9116 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9332 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9333 <context context-type="linenumber">1</context>
9334 </context-group>
9335 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9336 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="final">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9337 <context-group purpose="location">
9338 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9117 <context context-type="linenumber">1</context> 9339 <context context-type="linenumber">1</context>
9118 </context-group> 9340 </context-group>
9119 </trans-unit> 9341 </trans-unit>
@@ -9434,7 +9656,25 @@
9434 <source>Video blacklisted.</source> 9656 <source>Video blacklisted.</source>
9435 <target state="final">Video blacklisted.</target> 9657 <target state="final">Video blacklisted.</target>
9436 9658
9437 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9659 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9660 <source>Unblacklist video</source><target state="final">Unblacklist video</target>
9661 <context-group purpose="location">
9662 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9663 <context context-type="linenumber">1</context>
9664 </context-group>
9665 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9666 <source>Video unblacklisted.</source><target state="final">Video unblacklisted.</target>
9667 <context-group purpose="location">
9668 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9669 <context context-type="linenumber">1</context>
9670 </context-group>
9671 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9672 <source>Delete video</source><target state="final">Delete video</target>
9673 <context-group purpose="location">
9674 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9675 <context context-type="linenumber">1</context>
9676 </context-group>
9677 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9438 <source>Encoder</source><target state="final">Encoder</target> 9678 <source>Encoder</source><target state="final">Encoder</target>
9439 <context-group purpose="location"> 9679 <context-group purpose="location">
9440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9680 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9486,8 +9726,23 @@
9486 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 9726 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9487 <source>Do you really want to delete this video?</source> 9727 <source>Do you really want to delete this video?</source>
9488 <target state="final">Do you really want to delete this video?</target> 9728 <target state="final">Do you really want to delete this video?</target>
9729
9730 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9731 <source>Video deleted.</source><target state="final">Video deleted.</target>
9489 <context-group purpose="location"> 9732 <context-group purpose="location">
9490 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9733 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9734 <context context-type="linenumber">1</context>
9735 </context-group>
9736 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9737 <source>Actions for the reporter</source><target state="final">Actions for the reporter</target>
9738 <context-group purpose="location">
9739 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9740 <context context-type="linenumber">1</context>
9741 </context-group>
9742 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9743 <source>Mute reporter</source><target state="final">Mute reporter</target>
9744 <context-group purpose="location">
9745 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9491 <context context-type="linenumber">1</context> 9746 <context context-type="linenumber">1</context>
9492 </context-group> 9747 </context-group>
9493 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 9748 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -9509,8 +9764,8 @@
9509 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9764 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9510 <context context-type="linenumber">1</context> 9765 <context context-type="linenumber">1</context>
9511 </context-group> 9766 </context-group>
9512 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 9767 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9513 <source>Duplicate (redundancy)</source><target state="final">Duplicate (redundancy)</target> 9768 <source>Mirror</source><target state="final">Mirror</target>
9514 <context-group purpose="location"> 9769 <context-group purpose="location">
9515 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9770 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9516 <context context-type="linenumber">1</context> 9771 <context context-type="linenumber">1</context>
@@ -9519,9 +9774,24 @@
9519 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 9774 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9520 <source>Report</source> 9775 <source>Report</source>
9521 <target state="final">Report</target> 9776 <target state="final">Report</target>
9777
9778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
9779 <source>Note</source><target state="final">Note</target>
9522 <context-group purpose="location"> 9780 <context-group purpose="location">
9523 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9781 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9524 <context context-type="linenumber">1</context> 9782 <context context-type="linenumber">61</context>
9783 </context-group>
9784 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
9785 <source>The video was deleted</source><target state="final">The video was deleted</target>
9786 <context-group purpose="location">
9787 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9788 <context context-type="linenumber">71</context>
9789 </context-group>
9790 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
9791 <source>The video was blacklisted</source><target state="final">The video was blacklisted</target>
9792 <context-group purpose="location">
9793 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9794 <context context-type="linenumber">72</context>
9525 </context-group> 9795 </context-group>
9526 </trans-unit> 9796 </trans-unit>
9527 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 9797 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 51f3ff8cc..44df82353 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis novan filmon: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis novan filmon: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis retenita </target> 284 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis retenita </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis fortenita </target> 289 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis fortenita </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kreiĝis ĉe filmo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kreiĝis ĉe filmo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La freŝe aldonita filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>memage fortenita<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La freŝe aldonita filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>memage fortenita<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> komentis vian filmon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> komentis vian filmon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis publikigita </target> 320 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis publikigita </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registriĝis ĉe via nodo </target> 335 <target state="translated">Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registriĝis ĉe via nodo </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian kanalon <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian konton<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>vian kanalon <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>vian konton<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>filmo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>filmo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novan abonanton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kiu atendas vian aprobon<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>novan abonanton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> kiu atendas vian aprobon<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Via nodo memage abonis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Via nodo memage abonis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -535,9 +543,9 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="new"> 547 <target state="new">
540 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 548 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
541 </target> 549 </target>
542 <context-group purpose="location"> 550 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 551 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -676,9 +684,9 @@
676 <context-group name="null"> 684 <context-group name="null">
677 <context context-type="linenumber">34</context> 685 <context context-type="linenumber">34</context>
678 </context-group> 686 </context-group>
679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 687
680 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 688
681 </trans-unit> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
682 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
683 <source>Edit starts/stops at</source> 691 <source>Edit starts/stops at</source>
684 <target>Redakti tempojn de komenco kaj ĉeso</target> 692 <target>Redakti tempojn de komenco kaj ĉeso</target>
@@ -833,10 +841,13 @@
833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
834 </trans-unit> 842 </trans-unit>
835 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 843 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
836 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 844 <source>
845 <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>"/>
846 <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>"/>
847 </source>
837 <target> 848 <target>
838 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 850 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
840 </target> 851 </target>
841 <context-group name="null"> 852 <context-group name="null">
842 <context context-type="linenumber">10</context> 853 <context context-type="linenumber">10</context>
@@ -844,9 +855,12 @@
844 <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> 855 <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>
845 </trans-unit> 856 </trans-unit>
846 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 857 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
847 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 858 <source>
859 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
861 </source>
848 <target> 862 <target>
849 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 863 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
850 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni. 864 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni.
851 </target> 865 </target>
852 <context-group name="null"> 866 <context-group name="null">
@@ -855,9 +869,12 @@
855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
856 </trans-unit> 870 </trans-unit>
857 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 871 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
858 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 872 <source>
873 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
874 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
875 </source>
859 <target> 876 <target>
860 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 877 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
861 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie. 878 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie.
862 </target> 879 </target>
863 <context-group name="null"> 880 <context-group name="null">
@@ -874,10 +891,13 @@
874 </context-group> 891 </context-group>
875 </trans-unit> 892 </trans-unit>
876 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 893 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
877 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 894 <source>
895 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 <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>"/>
897 </source>
878 <target> 898 <target>
879 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 900 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
881 </target> 901 </target>
882 <context-group name="null"> 902 <context-group name="null">
883 <context context-type="linenumber">5</context> 903 <context context-type="linenumber">5</context>
@@ -936,9 +956,9 @@
936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
937 </trans-unit> 957 </trans-unit>
938 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 958 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
939 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 959 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
940 <target> 960 <target>
941 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 961 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
942 </target> 962 </target>
943 <context-group name="null"> 963 <context-group name="null">
944 <context context-type="linenumber">53</context> 964 <context context-type="linenumber">53</context>
@@ -1094,20 +1114,20 @@
1094 <context-group name="null"> 1114 <context-group name="null">
1095 <context context-type="linenumber">23</context> 1115 <context context-type="linenumber">23</context>
1096 </context-group> 1116 </context-group>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1119
1100 <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> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1121
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1123
1104 <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> 1124
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1125
1106 <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">26</context></context-group> 1126
1107 <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">22</context></context-group> 1127
1108 <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">25</context></context-group> 1128
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1129
1110 </trans-unit> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1111 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1131 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1112 <source>Ban this user</source> 1132 <source>Ban this user</source>
1113 <target>Forbari ĉi tiun uzanton</target> 1133 <target>Forbari ĉi tiun uzanton</target>
@@ -1122,8 +1142,8 @@
1122 <context-group name="null"> 1142 <context-group name="null">
1123 <context context-type="linenumber">11</context> 1143 <context context-type="linenumber">11</context>
1124 </context-group> 1144 </context-group>
1125 <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> 1145
1126 </trans-unit> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1147 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1128 <source>Login</source> 1148 <source>Login</source>
1129 <target> 1149 <target>
@@ -1133,90 +1153,120 @@
1133 <context context-type="linenumber">2</context> 1153 <context context-type="linenumber">2</context>
1134 </context-group> 1154 </context-group>
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1155 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1136 </trans-unit> 1156 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1137 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1157 <source>
1138 <source>If you are looking for an account…</source> 1158 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1139 <target state="translated">Se vi serĉas konton…</target> 1159 </source><target state="new">
1160 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1161 </target>
1140 <context-group purpose="location"> 1162 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context> 1163 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">7</context> 1164 <context context-type="linenumber">6</context>
1143 </context-group> 1165 </context-group>
1144 </trans-unit> 1166 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1145 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1167 <source>
1146 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1168 If you are looking for an account…
1147 <target state="translated">Nuntempe ĉi tiu nodo ne permesas registradon de novaj uzantoj, sed vi povas serĉi nodon, kiu ebligos al vi registron de konto kaj alŝutadon de filmoj tien. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Trovu la vian inter multaj nodoj en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1169 </source><target state="new">
1170 If you are looking for an account…
1171 </target>
1148 <context-group purpose="location"> 1172 <context-group purpose="location">
1149 <context context-type="sourcefile">src/app/login/login.component.html</context> 1173 <context context-type="sourcefile">src/app/login/login.component.html</context>
1150 <context context-type="linenumber">11</context> 1174 <context context-type="linenumber">12</context>
1175 </context-group>
1176 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1177 <source>
1178 Currently this instance doesn't allow for user registration, but you can find an instance
1179 that gives you the possibility to sign up for an account and upload your videos there.
1180
1181 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1182
1183 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1184 </source><target state="new">
1185 Currently this instance doesn't allow for user registration, but you can find an instance
1186 that gives you the possibility to sign up for an account and upload your videos there.
1187
1188 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1189
1190 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1191 </target>
1192 <context-group purpose="location">
1193 <context context-type="sourcefile">src/app/login/login.component.html</context>
1194 <context context-type="linenumber">16</context>
1151 </context-group> 1195 </context-group>
1152 </trans-unit> 1196 </trans-unit>
1197
1198
1153 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1199 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1154 <source>Request new verification email.</source> 1200 <source>Request new verification email.</source>
1155 <target>Peti novan konfirman retleteron.</target> 1201 <target>Peti novan konfirman retleteron.</target>
1156 <context-group name="null"> 1202 <context-group name="null">
1157 <context context-type="linenumber">16</context> 1203 <context context-type="linenumber">16</context>
1158 </context-group> 1204 </context-group>
1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1205
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1206
1161 </trans-unit> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1162 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1208 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1163 <source>User</source> 1209 <source>User</source>
1164 <target>Uzanto</target> 1210 <target>Uzanto</target>
1165 <context-group name="null"> 1211 <context-group name="null">
1166 <context context-type="linenumber">13</context> 1212 <context context-type="linenumber">13</context>
1167 </context-group> 1213 </context-group>
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1214
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1215
1170 </trans-unit> 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1171 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1217 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1172 <source>Username or email address</source> 1218 <source>Username or email address</source>
1173 <target>Salutnomo aŭ retpoŝtadreso</target> 1219 <target>Salutnomo aŭ retpoŝtadreso</target>
1174 <context-group name="null"> 1220 <context-group name="null">
1175 <context context-type="linenumber">15</context> 1221 <context context-type="linenumber">15</context>
1176 </context-group> 1222 </context-group>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1223
1178 </trans-unit> 1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1179 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1225 <source>
1180 <source>or create an account</source> 1226 or create an account
1181 <target> 1227 </source><target state="new">
1182 aŭ kreu konton 1228 or create an account
1183 </target> 1229 </target>
1184 <context-group name="null"> 1230 <context-group purpose="location">
1185 <context context-type="linenumber">18</context> 1231 <context context-type="sourcefile">src/app/login/login.component.html</context>
1232 <context context-type="linenumber">40</context>
1186 </context-group> 1233 </context-group>
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1188 </trans-unit> 1234 </trans-unit>
1235
1189 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1236 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1190 <source>Password</source> 1237 <source>Password</source>
1191 <target>Pasvorto</target> 1238 <target>Pasvorto</target>
1192 <context-group name="null"> 1239 <context-group name="null">
1193 <context context-type="linenumber">54</context> 1240 <context context-type="linenumber">54</context>
1194 </context-group> 1241 </context-group>
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1242
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1243
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1244
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1245
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1246
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1247
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1248
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1249
1203 </trans-unit> 1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1204 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1251 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1205 <source>Click here to reset your password</source> 1252 <source>Click here to reset your password</source>
1206 <target state="translated">Klaku ĉi tien por restarigi vian pasvorton</target> 1253 <target state="translated">Klaku ĉi tien por restarigi vian pasvorton</target>
1207 <context-group purpose="location"> 1254
1208 <context context-type="sourcefile">src/app/login/login.component.html</context> 1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1209 <context context-type="linenumber">50</context>
1210 </context-group>
1211 </trans-unit>
1212 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1256 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1213 <source>Login</source> 1257 <source>Login</source>
1214 <target>Saluti</target> 1258 <target>Saluti</target>
1215 <context-group name="null"> 1259 <context-group name="null">
1216 <context context-type="linenumber">32</context> 1260 <context context-type="linenumber">32</context>
1217 </context-group> 1261 </context-group>
1218 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1262
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1263
1264 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1265 <source>Or sign in with</source><target state="new">Or sign in with</target>
1266 <context-group purpose="location">
1267 <context context-type="sourcefile">src/app/login/login.component.html</context>
1268 <context context-type="linenumber">68</context>
1269 </context-group>
1220 </trans-unit> 1270 </trans-unit>
1221 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1271 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1222 <source>Forgot your password</source> 1272 <source>Forgot your password</source>
@@ -1224,8 +1274,8 @@
1224 <context-group name="null"> 1274 <context-group name="null">
1225 <context context-type="linenumber">58</context> 1275 <context context-type="linenumber">58</context>
1226 </context-group> 1276 </context-group>
1227 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1277
1228 </trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1229 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a"> 1279 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a">
1230 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1280 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1231 <target> 1281 <target>
@@ -1234,40 +1284,40 @@
1234 <context-group name="null"> 1284 <context-group name="null">
1235 <context context-type="linenumber">65</context> 1285 <context context-type="linenumber">65</context>
1236 </context-group> 1286 </context-group>
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1287
1238 </trans-unit> 1288 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1239 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1289 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1240 <source>Email</source> 1290 <source>Email</source>
1241 <target>Retpoŝtadreso</target> 1291 <target>Retpoŝtadreso</target>
1242 <context-group name="null"> 1292 <context-group name="null">
1243 <context context-type="linenumber">43</context> 1293 <context context-type="linenumber">43</context>
1244 </context-group> 1294 </context-group>
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1295
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1296
1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1297
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1298
1249 <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">4</context></context-group> 1299
1250 <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">8</context></context-group> 1300
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1301
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1302
1253 </trans-unit> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1254 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1304 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1255 <source>Email address</source> 1305 <source>Email address</source>
1256 <target>Retpoŝtadreso</target> 1306 <target>Retpoŝtadreso</target>
1257 <context-group name="null"> 1307 <context-group name="null">
1258 <context context-type="linenumber">10</context> 1308 <context context-type="linenumber">10</context>
1259 </context-group> 1309 </context-group>
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1310
1261 <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">10</context></context-group> 1311
1262 </trans-unit> 1312 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1263 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1313 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1264 <source>Send me an email to reset my password</source> 1314 <source>Send me an email to reset my password</source>
1265 <target>Sendu al mi retleteron por restarigi mian pasvorton</target> 1315 <target>Sendu al mi retleteron por restarigi mian pasvorton</target>
1266 <context-group name="null"> 1316 <context-group name="null">
1267 <context context-type="linenumber">82</context> 1317 <context context-type="linenumber">82</context>
1268 </context-group> 1318 </context-group>
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1319
1270 </trans-unit> 1320 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1271 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1321 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1272 <source>Reset my password</source> 1322 <source>Reset my password</source>
1273 <target> 1323 <target>
@@ -1311,9 +1361,9 @@
1311 </context-group> 1361 </context-group>
1312 </trans-unit> 1362 </trans-unit>
1313 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1363 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1314 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1364 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1315 <target> 1365 <target>
1316 por <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1366 por <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1317 </target> 1367 </target>
1318 <context-group name="null"> 1368 <context-group name="null">
1319 <context context-type="linenumber">6</context> 1369 <context context-type="linenumber">6</context>
@@ -1321,10 +1371,13 @@
1321 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1371 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1322 </trans-unit> 1372 </trans-unit>
1323 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1373 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1324 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1374 <source>
1375 Filters
1376 <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>"/>
1377 </source>
1325 <target> 1378 <target>
1326 Filtriloj 1379 Filtriloj
1327 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1380 <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>"/>
1328 </target> 1381 </target>
1329 <context-group name="null"> 1382 <context-group name="null">
1330 <context context-type="linenumber">16</context> 1383 <context context-type="linenumber">16</context>
@@ -1358,7 +1411,8 @@
1358 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1411 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1359 </trans-unit> 1412 </trans-unit>
1360 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1413 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1361 <source>CLI documentation</source> 1414 <source>CLI
1415 documentation</source>
1362 <target>Konzolo 1416 <target>Konzolo
1363 dokumentaĵo</target> 1417 dokumentaĵo</target>
1364 <context-group name="null"> 1418 <context-group name="null">
@@ -1375,7 +1429,8 @@
1375 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1429 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1376 </trans-unit> 1430 </trans-unit>
1377 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1431 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1378 <source>Administer documentation</source> 1432 <source>Administer
1433 documentation</source>
1379 <target>Administri 1434 <target>Administri
1380 dokumentaĵo</target> 1435 dokumentaĵo</target>
1381 <context-group name="null"> 1436 <context-group name="null">
@@ -1392,7 +1447,8 @@
1392 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1447 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1393 </trans-unit> 1448 </trans-unit>
1394 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1449 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1395 <source>Use documentation</source> 1450 <source>Use
1451 documentation</source>
1396 <target>Uzi 1452 <target>Uzi
1397 dokumentaĵo</target> 1453 dokumentaĵo</target>
1398 <context-group name="null"> 1454 <context-group name="null">
@@ -1417,16 +1473,16 @@
1417 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1418 </trans-unit> 1474 </trans-unit>
1419 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1475 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1420 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1476 <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>
1421 <target>Oficiala retejo de PeerTube (novaĵoj, subteno, kontribuoj…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1477 <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>
1422 <context-group name="null"> 1478 <context-group name="null">
1423 <context context-type="linenumber">44</context> 1479 <context context-type="linenumber">44</context>
1424 </context-group> 1480 </context-group>
1425 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1481 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1426 </trans-unit> 1482 </trans-unit>
1427 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1483 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1428 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1484 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1429 <target>Metu vian nodon en la publikan indekson de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1485 <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>"/>
1430 </target> 1486 </target>
1431 <context-group name="null"> 1487 <context-group name="null">
1432 <context context-type="linenumber">47</context> 1488 <context context-type="linenumber">47</context>
@@ -1442,10 +1498,14 @@
1442 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1443 </trans-unit> 1499 </trans-unit>
1444 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1500 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1445 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1501 <source>
1502 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1503 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1504 is very important for visitors to understand on what type of instance they are.
1505 </source>
1446 <target> 1506 <target>
1447 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>nomon de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1507 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>nomon de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1448 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1508 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1449 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas. 1509 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas.
1450 </target> 1510 </target>
1451 <context-group name="null"> 1511 <context-group name="null">
@@ -1454,12 +1514,18 @@
1454 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1514 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1455 </trans-unit> 1515 </trans-unit>
1456 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1516 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1457 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1517 <source>
1518 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1519 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1520 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1521 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1522 PeerTube instance.
1523 </source>
1458 <target> 1524 <target>
1459 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>uzokondiĉojn 1525 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>uzokondiĉojn
1460 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1526 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1461 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la 1527 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la
1462 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1528 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1463 nodo de PeerTube. 1529 nodo de PeerTube.
1464 </target> 1530 </target>
1465 <context-group name="null"> 1531 <context-group name="null">
@@ -1558,8 +1624,11 @@
1558 <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> 1624 <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>
1559 </trans-unit> 1625 </trans-unit>
1560 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1626 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1561 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1627 <source>
1562 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1628 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1629 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1630 </source>
1631 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1563 <context-group purpose="location"> 1632 <context-group purpose="location">
1564 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1633 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1565 <context context-type="linenumber">24</context> 1634 <context context-type="linenumber">24</context>
@@ -1992,8 +2061,11 @@
1992 </context-group> 2061 </context-group>
1993 </trans-unit> 2062 </trans-unit>
1994 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2063 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1995 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2064 <source>
1996 <target state="translated">Salti al kanalo <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2065 Jump to channel
2066 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2067 </source>
2068 <target state="translated">Salti al kanalo <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1997 <context-group purpose="location"> 2069 <context-group purpose="location">
1998 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2070 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1999 <context context-type="linenumber">18</context> 2071 <context context-type="linenumber">18</context>
@@ -2203,16 +2275,16 @@
2203 <context-group name="null"> 2275 <context-group name="null">
2204 <context context-type="linenumber">29</context> 2276 <context context-type="linenumber">29</context>
2205 </context-group> 2277 </context-group>
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2278
2207 </trans-unit> 2279 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2208 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2280 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2209 <source>Add this caption</source> 2281 <source>Add this caption</source>
2210 <target>Aldoni ĉi tiun transskribon</target> 2282 <target>Aldoni ĉi tiun transskribon</target>
2211 <context-group name="null"> 2283 <context-group name="null">
2212 <context context-type="linenumber">40</context> 2284 <context context-type="linenumber">40</context>
2213 </context-group> 2285 </context-group>
2214 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2286
2215 </trans-unit> 2287 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2216 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2288 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2217 <source>Title</source> 2289 <source>Title</source>
2218 <target>Titolo</target> 2290 <target>Titolo</target>
@@ -2231,8 +2303,12 @@
2231 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2303 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2232 </trans-unit> 2304 </trans-unit>
2233 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2305 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2234 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2306 <source>
2235 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Premu la enigan klavon por aldoni novan. </target> 2307 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2308 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2309 Press Enter to add a new tag.
2310 </source>
2311 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Premu la enigan klavon por aldoni novan. </target>
2236 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2312 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2237 </trans-unit> 2313 </trans-unit>
2238 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2314 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2397,7 +2473,7 @@
2397 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2473 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2398 </trans-unit> 2474 </trans-unit>
2399 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2475 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2400 <source>Already uploaded ✔</source> 2476 <source>Already uploaded ✔</source>
2401 <target>Jam alŝutita ✔</target> 2477 <target>Jam alŝutita ✔</target>
2402 <context-group name="null"> 2478 <context-group name="null">
2403 <context context-type="linenumber">179</context> 2479 <context context-type="linenumber">179</context>
@@ -2528,9 +2604,13 @@
2528 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2604 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2529 </trans-unit> 2605 </trans-unit>
2530 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2606 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2531 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2607 <source>
2608 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>"/>
2609 or URL that points to a raw MP4 file.
2610 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.
2611 </source>
2532 <target> 2612 <target>
2533 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2613 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2534 aŭ ligilon, kiu montras al kruda MP4-dosiero. 2614 aŭ ligilon, kiu montras al kruda MP4-dosiero.
2535 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo. 2615 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo.
2536 </target> 2616 </target>
@@ -2595,10 +2675,14 @@
2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2596 </trans-unit> 2676 </trans-unit>
2597 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2677 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2598 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2678 <source>
2679 Image that will be merged with your audio file.
2680 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2681 The chosen image will be definitive and cannot be modified.
2682 </source>
2599 <target> 2683 <target>
2600 Bildo kiu unuiĝos kun via sona dosiero. 2684 Bildo kiu unuiĝos kun via sona dosiero.
2601 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2685 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2602 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi. 2686 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi.
2603 </target> 2687 </target>
2604 <context-group name="null"> 2688 <context-group name="null">
@@ -2668,7 +2752,10 @@
2668 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2752 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2669 </trans-unit> 2753 </trans-unit>
2670 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2754 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2671 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2755 <source>
2756 You can import any torrent file that points to a mp4 file.
2757 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.
2758 </source>
2672 <target> 2759 <target>
2673 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero. 2760 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero.
2674 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo. 2761 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo.
@@ -2689,8 +2776,12 @@
2689 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2776 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2690 </trans-unit> 2777 </trans-unit>
2691 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2778 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2692 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2779 <source>
2693 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por alŝutoj de viaj filmoj. </target> 2780 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2781 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2782 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2783 </source>
2784 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por alŝutoj de viaj filmoj. </target>
2694 <context-group purpose="location"> 2785 <context-group purpose="location">
2695 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2786 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2696 <context context-type="linenumber">2</context> 2787 <context context-type="linenumber">2</context>
@@ -2932,16 +3023,16 @@
2932 <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> 3023 <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>
2933 </trans-unit> 3024 </trans-unit>
2934 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3025 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2935 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3026 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2936 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3027 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2937 <context-group purpose="location"> 3028 <context-group purpose="location">
2938 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3029 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2939 <context context-type="linenumber">45</context> 3030 <context context-type="linenumber">45</context>
2940 </context-group> 3031 </context-group>
2941 </trans-unit> 3032 </trans-unit>
2942 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3033 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2943 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3034 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2944 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3035 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2945 <context-group purpose="location"> 3036 <context-group purpose="location">
2946 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3037 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2947 <context context-type="linenumber">56</context> 3038 <context context-type="linenumber">56</context>
@@ -3107,11 +3198,11 @@
3107 <context-group name="null"> 3198 <context-group name="null">
3108 <context context-type="linenumber">215</context> 3199 <context context-type="linenumber">215</context>
3109 </context-group> 3200 </context-group>
3110 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3201
3111 <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">21</context></context-group> 3202
3112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3203
3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3204
3114 </trans-unit> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3115 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3206 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3116 <source>Get more information</source> 3207 <source>Get more information</source>
3117 <target>Akiri pliajn informojn</target> 3208 <target>Akiri pliajn informojn</target>
@@ -3234,7 +3325,11 @@
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3235 </trans-unit> 3326 </trans-unit>
3236 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3327 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3237 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3328 <source>
3329 You can comment using an account on any ActivityPub-compatible instance.
3330 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3331 from within the software's interface.
3332 </source>
3238 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target> 3333 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target>
3239 <context-group purpose="location"> 3334 <context-group purpose="location">
3240 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3335 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3317,20 +3412,47 @@
3317 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3412 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3318 <source>Follow domain</source> 3413 <source>Follow domain</source>
3319 <target state="new">Follow domain</target> 3414 <target state="new">Follow domain</target>
3320 <context-group purpose="location"> 3415
3321 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3416 <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>
3322 <context context-type="linenumber">15</context>
3323 </context-group>
3324 </trans-unit>
3325 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3417 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3326 <source>Filter...</source> 3418 <source>Filter...</source>
3327 <target>Filtri...</target> 3419 <target>Filtri...</target>
3328 <context-group name="null"> 3420 <context-group name="null">
3329 <context context-type="linenumber">27</context> 3421 <context context-type="linenumber">27</context>
3330 </context-group> 3422 </context-group>
3331 <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> 3423
3332 <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> 3424
3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3425
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3427 <source>Clear filters</source><target state="new">Clear filters</target>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3430 <context context-type="linenumber">15</context>
3431 </context-group>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3434 <context context-type="linenumber">15</context>
3435 </context-group>
3436 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3438 <context context-type="linenumber">34</context>
3439 </context-group>
3440 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3442 <context context-type="linenumber">16</context>
3443 </context-group>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3446 <context context-type="linenumber">31</context>
3447 </context-group>
3448 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3450 <context context-type="linenumber">15</context>
3451 </context-group>
3452 <context-group purpose="location">
3453 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3454 <context context-type="linenumber">15</context>
3455 </context-group>
3334 </trans-unit> 3456 </trans-unit>
3335 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3457 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3336 <source>ID</source> 3458 <source>ID</source>
@@ -3346,17 +3468,17 @@
3346 <context-group name="null"> 3468 <context-group name="null">
3347 <context context-type="linenumber">17</context> 3469 <context context-type="linenumber">17</context>
3348 </context-group> 3470 </context-group>
3349 <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> 3471
3350 </trans-unit> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3351 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3473 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3352 <source>State</source> 3474 <source>State</source>
3353 <target>Stato</target> 3475 <target>Stato</target>
3354 <context-group name="null"> 3476 <context-group name="null">
3355 <context context-type="linenumber">10</context> 3477 <context context-type="linenumber">10</context>
3356 </context-group> 3478 </context-group>
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3479
3358 <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> 3480
3359 </trans-unit> 3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3360 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3482 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3361 <source>Delayed.</source> 3483 <source>Delayed.</source>
3362 <target state="translated">Prokrastita.</target> 3484 <target state="translated">Prokrastita.</target>
@@ -3383,53 +3505,71 @@
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3384 </trans-unit> 3506 </trans-unit>
3385 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3507 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3386 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3508 <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>
3387 <target>Kreita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3509 <target>Kreita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3388 <context-group name="null"> 3510 <context-group name="null">
3389 <context context-type="linenumber">11</context> 3511 <context context-type="linenumber">11</context>
3390 </context-group> 3512 </context-group>
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3513
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3514
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3515
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3516
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3517
3396 <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> 3518
3397 </trans-unit> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3398 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3520 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3399 <source>Accepted</source> 3521 <source>Accepted</source>
3400 <target>Aprobita</target> 3522 <target>Aprobita</target>
3401 <context-group name="null"> 3523 <context-group name="null">
3402 <context context-type="linenumber">32</context> 3524 <context context-type="linenumber">32</context>
3403 </context-group> 3525 </context-group>
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3526
3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3527
3406 </trans-unit> 3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3407 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3529 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3408 <source>Pending</source> 3530 <source>Pending</source>
3409 <target>Traktata</target> 3531 <target>Traktata</target>
3410 <context-group name="null"> 3532 <context-group name="null">
3411 <context context-type="linenumber">33</context> 3533 <context context-type="linenumber">33</context>
3412 </context-group> 3534 </context-group>
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3535
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3536
3415 </trans-unit> 3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3416 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3538 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3417 <source>Accept</source> 3539 <source>Accept</source>
3418 <target>Akcepti</target> 3540 <target>Akcepti</target>
3419 <context-group name="null"> 3541 <context-group name="null">
3420 <context context-type="linenumber">41</context> 3542 <context context-type="linenumber">41</context>
3421 </context-group> 3543 </context-group>
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3544
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3545
3424 </trans-unit> 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3425 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3547 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3426 <source>Refuse</source> 3548 <source>Refuse</source>
3427 <target>Rifuzi</target> 3549 <target>Rifuzi</target>
3428 <context-group name="null"> 3550 <context-group name="null">
3429 <context context-type="linenumber">42</context> 3551 <context context-type="linenumber">42</context>
3430 </context-group> 3552 </context-group>
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3553
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3554
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3556 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3557 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3559 <context context-type="linenumber">55</context>
3560 </context-group>
3561 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3562 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3563 <context-group purpose="location">
3564 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3565 <context context-type="linenumber">56</context>
3566 </context-group>
3567 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3568 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3569 <context-group purpose="location">
3570 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3571 <context context-type="linenumber">5</context>
3572 </context-group>
3433 </trans-unit> 3573 </trans-unit>
3434 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3574 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3435 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3575 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3445,21 +3585,46 @@
3445 <context-group name="null"> 3585 <context-group name="null">
3446 <context context-type="linenumber">19</context> 3586 <context context-type="linenumber">19</context>
3447 </context-group> 3587 </context-group>
3448 <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> 3588
3449 </trans-unit> 3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3450 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3590 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3451 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3591 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3452 <target state="translated">Ripetaĵo permesita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3592 <target state="translated">Ripetaĵo permesita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3593
3454 </trans-unit> 3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3455 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3595 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3456 <source>Follow domains</source>
3457 <target state="new">Follow domains</target>
3458 <context-group purpose="location"> 3596 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3597 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3460 <context context-type="linenumber">50</context> 3598 <context context-type="linenumber">37</context>
3599 </context-group>
3600 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3602 <context context-type="linenumber">35</context>
3603 </context-group>
3604 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3605 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3608 <context context-type="linenumber">62</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3611 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3614 <context context-type="linenumber">63</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3617 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3618 <context-group purpose="location">
3619 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3620 <context context-type="linenumber">5</context>
3461 </context-group> 3621 </context-group>
3462 </trans-unit> 3622 </trans-unit>
3623 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3624 <source>Follow domains</source>
3625 <target state="new">Follow domains</target>
3626
3627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3463 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3628 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3464 <source>My videos duplicated by remote instances</source> 3629 <source>My videos duplicated by remote instances</source>
3465 <target state="new">My videos duplicated by remote instances</target> 3630 <target state="new">My videos duplicated by remote instances</target>
@@ -3530,13 +3695,16 @@
3530 <context-group name="null"> 3695 <context-group name="null">
3531 <context context-type="linenumber">43</context> 3696 <context context-type="linenumber">43</context>
3532 </context-group> 3697 </context-group>
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3698
3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3699
3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3700
3536 </trans-unit> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3537 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3702 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3538 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3703 <source>
3539 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3704 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3705 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3706 </source>
3707 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3540 <context-group purpose="location"> 3708 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3709 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3542 <context context-type="linenumber">148</context> 3710 <context context-type="linenumber">148</context>
@@ -3625,68 +3793,62 @@
3625 <context-group name="null"> 3793 <context-group name="null">
3626 <context context-type="linenumber">19</context> 3794 <context context-type="linenumber">19</context>
3627 </context-group> 3795 </context-group>
3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3796
3629 </trans-unit> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3630 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3798 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3631 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3799 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3632 <target>Salutnomo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3800 <target>Salutnomo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3633 <context-group name="null"> 3801 <context-group name="null">
3634 <context context-type="linenumber">40</context> 3802 <context context-type="linenumber">40</context>
3635 </context-group> 3803 </context-group>
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3804
3637 </trans-unit> 3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3638 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3806 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3639 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3807 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3640 <target>Datumlimo de filmoj <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3808 <target>Datumlimo de filmoj <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3641 <context-group name="null"> 3809 <context-group name="null">
3642 <context context-type="linenumber">42</context> 3810 <context context-type="linenumber">42</context>
3643 </context-group> 3811 </context-group>
3644 <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> 3812
3645 </trans-unit> 3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3646 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3814 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3647 <source>(banned)</source> 3815 <source>(banned)</source>
3648 <target>(forbarita)</target> 3816 <target>(forbarita)</target>
3649 <context-group name="null"> 3817 <context-group name="null">
3650 <context context-type="linenumber">65</context> 3818 <context context-type="linenumber">65</context>
3651 </context-group> 3819 </context-group>
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3820
3653 </trans-unit> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3654 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3822 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3655 <source>Open account in a new tab</source> 3823 <source>Open account in a new tab</source>
3656 <target state="new">Open account in a new tab</target> 3824 <target state="new">Open account in a new tab</target>
3657 <context-group purpose="location"> 3825
3658 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3826
3659 <context context-type="linenumber">65</context> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3660 </context-group>
3661 <context-group purpose="location">
3662 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3663 <context context-type="linenumber">27</context>
3664 </context-group>
3665 </trans-unit>
3666 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3828 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3667 <source>User's email must be verified to login</source> 3829 <source>User's email must be verified to login</source>
3668 <target>Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita</target> 3830 <target>Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita</target>
3669 <context-group name="null"> 3831 <context-group name="null">
3670 <context context-type="linenumber">72</context> 3832 <context context-type="linenumber">72</context>
3671 </context-group> 3833 </context-group>
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3834
3673 </trans-unit> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3674 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3836 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3675 <source>User's email is verified / User can login without email verification</source> 3837 <source>User's email is verified / User can login without email verification</source>
3676 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target> 3838 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target>
3677 <context-group name="null"> 3839 <context-group name="null">
3678 <context context-type="linenumber">76</context> 3840 <context context-type="linenumber">76</context>
3679 </context-group> 3841 </context-group>
3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3842
3681 </trans-unit> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3682 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3844 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3683 <source>Ban reason:</source> 3845 <source>Ban reason:</source>
3684 <target>Kialo de forbaro:</target> 3846 <target>Kialo de forbaro:</target>
3685 <context-group name="null"> 3847 <context-group name="null">
3686 <context context-type="linenumber">95</context> 3848 <context context-type="linenumber">95</context>
3687 </context-group> 3849 </context-group>
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3850
3689 </trans-unit> 3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3690 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3852 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3691 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3853 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3692 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3854 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3745,72 +3907,88 @@
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3746 </trans-unit> 3908 </trans-unit>
3747 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3909 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3748 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3910 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3749 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3911 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3750 <context-group purpose="location"> 3912
3751 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3752 <context context-type="linenumber">10</context>
3753 </context-group>
3754 </trans-unit>
3755 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3914 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3756 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3915 <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>
3757 <target>Nomo de filmo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3916 <target>Nomo de filmo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3758 <context-group name="null"> 3917 <context-group name="null">
3759 <context context-type="linenumber">8</context> 3918 <context context-type="linenumber">8</context>
3760 </context-group> 3919 </context-group>
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3920
3762 </trans-unit> 3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3763 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3922 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3764 <source>Video URL</source> 3923 <source>Video URL</source>
3765 <target state="translated">URL de filmo</target> 3924 <target state="translated">URL de filmo</target>
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3925
3767 </trans-unit> 3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3768 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3927 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3769 <source>Total size</source> 3928 <source>Total size</source>
3770 <target state="translated">Tuta grando</target> 3929 <target state="translated">Tuta grando</target>
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3930
3772 </trans-unit> 3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3773 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3932 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3774 <source>List redundancies</source> 3933 <source>List redundancies</source>
3775 <target state="new">List redundancies</target> 3934 <target state="new">List redundancies</target>
3935
3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3937 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3776 <context-group purpose="location"> 3938 <context-group purpose="location">
3777 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3939 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3778 <context context-type="linenumber">33</context> 3940 <context context-type="linenumber">77</context>
3941 </context-group>
3942 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3943 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3944 <context-group purpose="location">
3945 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3946 <context context-type="linenumber">78</context>
3779 </context-group> 3947 </context-group>
3780 </trans-unit> 3948 </trans-unit>
3781 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3949 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3782 <source>Enabled strategies stats</source> 3950 <source>Enabled strategies stats</source>
3783 <target state="translated">Ŝalti statistikon pri strategioj</target> 3951 <target state="translated">Ŝalti statistikon pri strategioj</target>
3784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3952
3785 </trans-unit> 3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3786 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3954 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3787 <source>No redundancy strategy is enabled on your instance.</source> 3955 <source>No redundancy strategy is enabled on your instance.</source>
3788 <target state="translated">Neniu strategio pri ripetaĵoj estas ŝaltita en via nodo.</target> 3956 <target state="translated">Neniu strategio pri ripetaĵoj estas ŝaltita en via nodo.</target>
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3957
3790 </trans-unit> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3791 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3959 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3792 <source>Sensitive</source> 3960 <source>Sensitive</source>
3793 <target>Konsterna</target> 3961 <target>Konsterna</target>
3794 <context-group name="null"> 3962 <context-group name="null">
3795 <context context-type="linenumber">9</context> 3963 <context context-type="linenumber">9</context>
3796 </context-group> 3964 </context-group>
3797 <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">11</context></context-group> 3965
3798 </trans-unit> 3966 <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">25</context></context-group></trans-unit>
3799 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3967 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3800 <source>Unfederated</source> 3968 <source>Unfederated</source>
3801 <target>Nefedera</target> 3969 <target>Nefedera</target>
3802 <context-group name="null"> 3970 <context-group name="null">
3803 <context context-type="linenumber">10</context> 3971 <context context-type="linenumber">10</context>
3804 </context-group> 3972 </context-group>
3805 <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">12</context></context-group> 3973
3806 </trans-unit> 3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3807 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3975 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3808 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3976 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3809 <target>Dato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3977 <target>Dato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3810 <context-group name="null"> 3978 <context-group name="null">
3811 <context context-type="linenumber">11</context> 3979 <context context-type="linenumber">11</context>
3812 </context-group> 3980 </context-group>
3813 <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">13</context></context-group> 3981
3982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3983 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3984 <context-group purpose="location">
3985 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3986 <context context-type="linenumber">50</context>
3987 </context-group>
3988 <context-group purpose="location">
3989 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3990 <context context-type="linenumber">89</context>
3991 </context-group>
3814 </trans-unit> 3992 </trans-unit>
3815 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3993 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3816 <source>Go to the video</source> 3994 <source>Go to the video</source>
@@ -3818,25 +3996,37 @@
3818 <context-group name="null"> 3996 <context-group name="null">
3819 <context context-type="linenumber">33</context> 3997 <context context-type="linenumber">33</context>
3820 </context-group> 3998 </context-group>
3821 <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">28</context></context-group> 3999
3822 <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">33</context></context-group> 4000
3823 </trans-unit> 4001 <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">33</context></context-group></trans-unit>
3824 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 4002 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3825 <source>Actions</source> 4003 <source>Actions</source>
3826 <target>Agoj</target> 4004 <target>Agoj</target>
3827 <context-group name="null"> 4005 <context-group name="null">
3828 <context context-type="linenumber">44</context> 4006 <context context-type="linenumber">44</context>
3829 </context-group> 4007 </context-group>
3830 <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">38</context></context-group> 4008
3831 <context-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> 4009
3832 </trans-unit> 4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</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">123</context></context-group></trans-unit>
3833 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 4011 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3834 <source>Blacklist reason:</source> 4012 <source>Blacklist reason:</source>
3835 <target>Kialo de forteno:</target> 4013 <target>Kialo de forteno:</target>
3836 <context-group name="null"> 4014 <context-group name="null">
3837 <context context-type="linenumber">43</context> 4015 <context context-type="linenumber">43</context>
3838 </context-group> 4016 </context-group>
3839 <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">46</context></context-group> 4017
4018 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4019 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
4020 <context-group purpose="location">
4021 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4022 <context context-type="linenumber">93</context>
4023 </context-group>
4024 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4025 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
4026 <context-group purpose="location">
4027 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4028 <context context-type="linenumber">94</context>
4029 </context-group>
3840 </trans-unit> 4030 </trans-unit>
3841 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4031 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3842 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 4032 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3871,6 +4061,42 @@
3871 <context context-type="linenumber">26</context> 4061 <context context-type="linenumber">26</context>
3872 </context-group> 4062 </context-group>
3873 <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">31</context></context-group> 4063 <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">31</context></context-group>
4064 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4065 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4066 <context-group purpose="location">
4067 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4068 <context context-type="linenumber">18</context>
4069 </context-group>
4070 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4071 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4072 <context-group purpose="location">
4073 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4074 <context context-type="linenumber">19</context>
4075 </context-group>
4076 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4077 <source>Accepted reports</source><target state="new">Accepted reports</target>
4078 <context-group purpose="location">
4079 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4080 <context context-type="linenumber">20</context>
4081 </context-group>
4082 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4083 <source>Refused reports</source><target state="new">Refused reports</target>
4084 <context-group purpose="location">
4085 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4086 <context context-type="linenumber">21</context>
4087 </context-group>
4088 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4089 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4090 <context-group purpose="location">
4091 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4092 <context context-type="linenumber">22</context>
4093 </context-group>
4094 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4095 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4096 <context-group purpose="location">
4097 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4098 <context context-type="linenumber">23</context>
4099 </context-group>
3874 </trans-unit> 4100 </trans-unit>
3875 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4101 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3876 <source>Reporter</source> 4102 <source>Reporter</source>
@@ -3878,44 +4104,72 @@
3878 <context-group name="null"> 4104 <context-group name="null">
3879 <context context-type="linenumber">8</context> 4105 <context context-type="linenumber">8</context>
3880 </context-group> 4106 </context-group>
3881 <context-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> 4107
3882 </trans-unit> 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3883 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4109 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3884 <source>Video</source> 4110 <source>Video</source>
3885 <target>Filmo</target> 4111 <target>Filmo</target>
3886 <context-group name="null"> 4112 <context-group name="null">
3887 <context context-type="linenumber">9</context> 4113 <context context-type="linenumber">9</context>
3888 </context-group> 4114 </context-group>
3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 4115
3890 <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> 4116
3891 <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> 4117
3892 </trans-unit> 4118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3893 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4119 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3894 <source>Open video in a new tab</source>
3895 <target state="new">Open video in a new tab</target>
3896 <context-group purpose="location"> 4120 <context-group purpose="location">
3897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3898 <context context-type="linenumber">46</context> 4122 <context context-type="linenumber">80</context>
4123 </context-group>
4124 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4125 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4126 <context-group purpose="location">
4127 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4128 <context context-type="linenumber">91</context>
4129 </context-group>
4130 <context-group purpose="location">
4131 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4132 <context context-type="linenumber">107</context>
4133 </context-group>
4134 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4135 <source>Video was deleted</source><target state="new">Video was deleted</target>
4136 <context-group purpose="location">
4137 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4138 <context context-type="linenumber">98</context>
4139 </context-group>
4140 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4141 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4142 <context-group purpose="location">
4143 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4144 <context context-type="linenumber">141</context>
4145 </context-group>
4146 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4147 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4148 <context-group purpose="location">
4149 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4150 <context context-type="linenumber">142</context>
3899 </context-group> 4151 </context-group>
3900 </trans-unit> 4152 </trans-unit>
4153 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4154 <source>Open video in a new tab</source>
4155 <target state="new">Open video in a new tab</target>
4156
4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3901 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4158 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3902 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4159 <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>
3903 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4160 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3904 <context-group name="null"> 4161 <context-group name="null">
3905 <context context-type="linenumber">11</context> 4162 <context context-type="linenumber">11</context>
3906 </context-group> 4163 </context-group>
3907 <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> 4164
3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 4165
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 4166
3910 </trans-unit> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3911 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4168 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3912 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4169 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3913 <target state="translated">Takso <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4170 <target state="translated">Takso <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3914 <context-group purpose="location"> 4171
3915 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3916 <context context-type="linenumber">18</context>
3917 </context-group>
3918 </trans-unit>
3919 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4173 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3920 <source>Go to the account</source> 4174 <source>Go to the account</source>
3921 <target>Iri al la konto</target> 4175 <target>Iri al la konto</target>
@@ -3924,22 +4178,8 @@
3924 </context-group> 4178 </context-group>
3925 <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">27</context></context-group> 4179 <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">27</context></context-group>
3926 </trans-unit> 4180 </trans-unit>
3927 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4181
3928 <source>Reason:</source> 4182
3929 <target>Kialo:</target>
3930 <context-group name="null">
3931 <context context-type="linenumber">53</context>
3932 </context-group>
3933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3934 </trans-unit>
3935 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3936 <source>Note:</source>
3937 <target state="new">Note:</target>
3938 <context-group purpose="location">
3939 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3940 <context context-type="linenumber">72</context>
3941 </context-group>
3942 </trans-unit>
3943 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4183 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3944 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4184 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3945 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4185 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -3947,6 +4187,50 @@
3947 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4187 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3948 <context context-type="linenumber">5</context> 4188 <context context-type="linenumber">5</context>
3949 </context-group> 4189 </context-group>
4190 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4191 <source>
4192 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4193 </source><target state="new">
4194 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4195 </target>
4196 <context-group purpose="location">
4197 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4198 <context context-type="linenumber">20</context>
4199 </context-group>
4200 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4201 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4202 <context-group purpose="location">
4203 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4204 <context context-type="linenumber">21</context>
4205 </context-group>
4206 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4207 <source>Reportee</source><target state="new">Reportee</target>
4208 <context-group purpose="location">
4209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4210 <context context-type="linenumber">27</context>
4211 </context-group>
4212 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4213 <source>
4214 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4215 </source><target state="new">
4216 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4217 </target>
4218 <context-group purpose="location">
4219 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4220 <context context-type="linenumber">40</context>
4221 </context-group>
4222 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4223 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4224 <context-group purpose="location">
4225 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4226 <context context-type="linenumber">41</context>
4227 </context-group>
4228 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4229 <source>Updated</source><target state="new">Updated</target>
4230 <context-group purpose="location">
4231 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4232 <context context-type="linenumber">47</context>
4233 </context-group>
3950 </trans-unit> 4234 </trans-unit>
3951 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4235 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3952 <source>Unblacklist</source> 4236 <source>Unblacklist</source>
@@ -3960,42 +4244,51 @@
3960 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4244 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3961 <source>Mute domain</source> 4245 <source>Mute domain</source>
3962 <target state="new">Mute domain</target> 4246 <target state="new">Mute domain</target>
3963 <context-group purpose="location"> 4247
3964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4248 <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></trans-unit>
3965 <context context-type="linenumber">11</context>
3966 </context-group>
3967 </trans-unit>
3968 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4249 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3969 <source>Instance</source> 4250 <source>Instance</source>
3970 <target>Nodo</target> 4251 <target>Nodo</target>
3971 <context-group name="null"> 4252 <context-group name="null">
3972 <context context-type="linenumber">5</context> 4253 <context context-type="linenumber">5</context>
3973 </context-group> 4254 </context-group>
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4255
3975 <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> 4256
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4257
3977 </trans-unit> 4258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3978 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4259 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3979 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4260 <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>
3980 <target>Silentigita je <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4261 <target>Silentigita je <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3981 <context-group name="null"> 4262 <context-group name="null">
3982 <context context-type="linenumber">13</context> 4263 <context context-type="linenumber">13</context>
3983 </context-group> 4264 </context-group>
3984 <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> 4265
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4266
3986 <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> 4267
3987 <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> 4268
3988 </trans-unit> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3989 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4270 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3990 <source>Unmute</source> 4271 <source>Unmute</source>
3991 <target>Malsilentigi</target> 4272 <target>Malsilentigi</target>
3992 <context-group name="null"> 4273 <context-group name="null">
3993 <context context-type="linenumber">23</context> 4274 <context context-type="linenumber">23</context>
3994 </context-group> 4275 </context-group>
3995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4276
3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4277
3997 <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">23</context></context-group> 4278
3998 <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> 4279
4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4281 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4282 <context-group purpose="location">
4283 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4284 <context context-type="linenumber">51</context>
4285 </context-group>
4286 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4287 <source>No server found.</source><target state="new">No server found.</target>
4288 <context-group purpose="location">
4289 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4290 <context context-type="linenumber">52</context>
4291 </context-group>
3999 </trans-unit> 4292 </trans-unit>
4000 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4293 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4001 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4294 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -4010,27 +4303,33 @@
4010 <target state="new"> 4303 <target state="new">
4011 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4304 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4012 </target> 4305 </target>
4013 <context-group purpose="location"> 4306
4014 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
4015 <context context-type="linenumber">37</context>
4016 </context-group>
4017 </trans-unit>
4018 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4308 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4019 <source>Mute domains</source> 4309 <source>Mute domains</source>
4020 <target state="new">Mute domains</target> 4310 <target state="new">Mute domains</target>
4021 <context-group purpose="location"> 4311
4022 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4023 <context context-type="linenumber">35</context>
4024 </context-group>
4025 </trans-unit>
4026 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4313 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4027 <source>Account</source> 4314 <source>Account</source>
4028 <target>Konto</target> 4315 <target>Konto</target>
4029 <context-group name="null"> 4316 <context-group name="null">
4030 <context context-type="linenumber">12</context> 4317 <context context-type="linenumber">12</context>
4031 </context-group> 4318 </context-group>
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4319
4033 <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> 4320
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4322 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4323 <context-group purpose="location">
4324 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4325 <context context-type="linenumber">58</context>
4326 </context-group>
4327 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4328 <source>No account found.</source><target state="new">No account found.</target>
4329 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4331 <context context-type="linenumber">59</context>
4332 </context-group>
4034 </trans-unit> 4333 </trans-unit>
4035 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4334 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4036 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4335 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -4135,7 +4434,7 @@
4135 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005"> 4434 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
4136 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source> 4435 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
4137 <target> 4436 <target>
4138 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> je "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/&gt;" 4437 <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 }}"/>"
4139 </target> 4438 </target>
4140 <context-group name="null"> 4439 <context-group name="null">
4141 <context context-type="linenumber">22</context> 4440 <context context-type="linenumber">22</context>
@@ -4174,8 +4473,8 @@
4174 <context-group name="null"> 4473 <context-group name="null">
4175 <context context-type="linenumber">22</context> 4474 <context context-type="linenumber">22</context>
4176 </context-group> 4475 </context-group>
4177 <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">29</context></context-group> 4476
4178 </trans-unit> 4477 <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">47</context></context-group></trans-unit>
4179 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4478 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4180 <source>System</source> 4479 <source>System</source>
4181 <target>Sistemo</target> 4480 <target>Sistemo</target>
@@ -4243,8 +4542,8 @@
4243 </context-group> 4542 </context-group>
4244 </trans-unit> 4543 </trans-unit>
4245 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4544 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4246 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4545 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4247 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4546 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4248 <context-group purpose="location"> 4547 <context-group purpose="location">
4249 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4548 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4250 <context context-type="linenumber">32</context> 4549 <context context-type="linenumber">32</context>
@@ -4292,8 +4591,8 @@
4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4293 </trans-unit> 4592 </trans-unit>
4294 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4593 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4295 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4594 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4296 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target> 4595 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target>
4297 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4298 </trans-unit> 4597 </trans-unit>
4299 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4598 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4335,8 +4634,8 @@
4335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4336 </trans-unit> 4635 </trans-unit>
4337 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4636 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4338 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4637 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4339 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por kunigi skipon de reguligistoj. </target> 4638 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por kunigi skipon de reguligistoj. </target>
4340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4341 </trans-unit> 4640 </trans-unit>
4342 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4641 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4348,8 +4647,11 @@
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4349 </trans-unit> 4648 </trans-unit>
4350 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4649 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4351 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4650 <source>
4352 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target> 4651 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/>"/>
4652 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4653 </source>
4654 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target>
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4354 </trans-unit> 4656 </trans-unit>
4355 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4657 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4361,8 +4663,8 @@
4361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4362 </trans-unit> 4664 </trans-unit>
4363 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4665 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4364 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4666 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4365 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target> 4667 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target>
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4367 </trans-unit> 4669 </trans-unit>
4368 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4670 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4396,8 +4698,8 @@
4396 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4698 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4397 <source>Strategy</source> 4699 <source>Strategy</source>
4398 <target state="translated">Strategio</target> 4700 <target state="translated">Strategio</target>
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4701
4400 </trans-unit> 4702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4401 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4703 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4402 <source>Terms</source> 4704 <source>Terms</source>
4403 <target>Kondiĉoj</target> 4705 <target>Kondiĉoj</target>
@@ -4522,8 +4824,8 @@
4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4523 </trans-unit> 4825 </trans-unit>
4524 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4826 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4525 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4827 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4526 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4828 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4528 </trans-unit> 4830 </trans-unit>
4529 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4831 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4585,8 +4887,8 @@
4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4586 </trans-unit> 4888 </trans-unit>
4587 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4889 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4588 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4890 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4589 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por agordi iliajn datumlimojn unuope. </target> 4891 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por agordi iliajn datumlimojn unuope. </target>
4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4591 </trans-unit> 4893 </trans-unit>
4592 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4894 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4761,8 +5063,8 @@
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5063 <context-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>
4762 </trans-unit> 5064 </trans-unit>
4763 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5065 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4764 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5066 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4765 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kun aliaj nodoj. </target> 5067 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kun aliaj nodoj. </target>
4766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4767 </trans-unit> 5069 </trans-unit>
4768 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5070 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4781,9 +5083,9 @@
4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4782 </trans-unit> 5084 </trans-unit>
4783 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5085 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4784 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5086 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4785 <target state="new"> 5087 <target state="new">
4786 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5088 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4787 </target> 5089 </target>
4788 <context-group purpose="location"> 5090 <context-group purpose="location">
4789 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5091 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4877,8 +5179,14 @@
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4878 </trans-unit> 5180 </trans-unit>
4879 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5181 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4880 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5182 <source>
4881 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, por vidi ĉu via nodo estas permesata. </target> 5183 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/>"/>
5184 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/>"/>
5185 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5186 <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>"/>
5187 to see if you instance is whitelisted.
5188 </source>
5189 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, por vidi ĉu via nodo estas permesata. </target>
4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4883 </trans-unit> 5191 </trans-unit>
4884 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5192 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4895,7 +5203,10 @@
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4896 </trans-unit> 5204 </trans-unit>
4897 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5205 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4898 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5206 <source>
5207 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5208 resources, this is a critical part of PeerTube, so tread carefully.
5209 </source>
4899 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target> 5210 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target>
4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4901 </trans-unit> 5212 </trans-unit>
@@ -4942,8 +5253,16 @@
4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4943 </trans-unit> 5254 </trans-unit>
4944 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5255 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4945 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5256 <source>
4946 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5257 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5258
5259 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5260
5261 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5262
5263 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5264 </source>
5265 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4948 </trans-unit> 5267 </trans-unit>
4949 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5268 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4952,8 +5271,19 @@
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4953 </trans-unit> 5272 </trans-unit>
4954 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5273 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4955 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5274 <source>
4956 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bezonas ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Pli dependebla ludado (malpli da eraroj, enlegado)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5275 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5276
5277 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5278 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5279 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5280 <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>"/>
5281 <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>"/>
5282 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5283
5284 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5285 </source>
5286 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bezonas ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli dependebla ludado (malpli da eraroj, enlegado)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4958 </trans-unit> 5288 </trans-unit>
4959 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5289 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5020,23 +5350,34 @@
5020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5021 </trans-unit> 5351 </trans-unit>
5022 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5352 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5023 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5353 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5024 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5354 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5026 </trans-unit> 5356 </trans-unit>
5027 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5357 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5028 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5358 <source>
5359 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5360 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5361 color: red;
5362 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5363 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5364 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5365 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5366 color: red;
5367 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5368 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5369 </source>
5029 <target state="new"> 5370 <target state="new">
5030 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5371 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/>"/>
5031 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5372 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5032 color: red; 5373 color: red;
5033 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5374 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5034 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5375 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5035 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5376 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5036 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5377 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5037 color: red; 5378 color: red;
5038 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5379 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5039 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5380 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5040 </target> 5381 </target>
5041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5042 </trans-unit> 5383 </trans-unit>
@@ -5230,9 +5571,9 @@
5230 <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> 5571 <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>
5231 </trans-unit> 5572 </trans-unit>
5232 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5573 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5233 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5574 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5234 <target> 5575 <target>
5235 Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, konfirmo al spekto de la filmo estos petita. 5576 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.
5236 </target> 5577 </target>
5237 <context-group name="null"> 5578 <context-group name="null">
5238 <context context-type="linenumber">6</context> 5579 <context context-type="linenumber">6</context>
@@ -5262,9 +5603,9 @@
5262 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5603 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5263 </trans-unit> 5604 </trans-unit>
5264 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5605 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5265 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5606 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5266 <target> 5607 <target>
5267 Via nuna retpoŝtadreso estas <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5608 Via nuna retpoŝtadreso estas <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5268</target> 5609</target>
5269 <context-group name="null"> 5610 <context-group name="null">
5270 <context context-type="linenumber">4</context> 5611 <context context-type="linenumber">4</context>
@@ -5272,9 +5613,9 @@
5272 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5613 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5273 </trans-unit> 5614 </trans-unit>
5274 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5615 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5275 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5616 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5276 <target> 5617 <target>
5277 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> atendas retpoŝtan kontrolon 5618 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> atendas retpoŝtan kontrolon
5278</target> 5619</target>
5279 <context-group name="null"> 5620 <context-group name="null">
5280 <context context-type="linenumber">8</context> 5621 <context context-type="linenumber">8</context>
@@ -5356,8 +5697,8 @@
5356 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5357 </trans-unit> 5698 </trans-unit>
5358 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5699 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5359 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5700 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5360 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5701 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5361 <context-group purpose="location"> 5702 <context-group purpose="location">
5362 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5703 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5363 <context context-type="linenumber">2</context> 5704 <context context-type="linenumber">2</context>
@@ -5393,10 +5734,13 @@
5393 <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> 5734 <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>
5394 </trans-unit> 5735 </trans-unit>
5395 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5736 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5396 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5737 <source>
5738 Created
5739 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5740 </source>
5397 <target> 5741 <target>
5398 Kreita 5742 Kreita
5399 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5743 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5400 </target> 5744 </target>
5401 <context-group name="null"> 5745 <context-group name="null">
5402 <context context-type="linenumber">15</context> 5746 <context context-type="linenumber">15</context>
@@ -5468,8 +5812,9 @@
5468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5812 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5469 </trans-unit> 5813 </trans-unit>
5470 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5814 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5471 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5815 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5472 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5816 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5817 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5473 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5818 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5474 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5819 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5475 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5820 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5497,24 +5842,18 @@
5497 <context-group name="null"> 5842 <context-group name="null">
5498 <context context-type="linenumber">8</context> 5843 <context context-type="linenumber">8</context>
5499 </context-group> 5844 </context-group>
5500 <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> 5845
5501 </trans-unit> 5846 <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>
5502 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5847 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5503 <source>See the error</source> 5848 <source>See the error</source>
5504 <target state="new">See the error</target> 5849 <target state="new">See the error</target>
5505 <context-group purpose="location"> 5850
5506 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5851 <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">20</context></context-group></trans-unit>
5507 <context context-type="linenumber">19</context>
5508 </context-group>
5509 </trans-unit>
5510 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5852 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5511 <source>This video was deleted</source> 5853 <source>This video was deleted</source>
5512 <target state="new">This video was deleted</target> 5854 <target state="new">This video was deleted</target>
5513 <context-group purpose="location"> 5855
5514 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5856 <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">37</context></context-group></trans-unit>
5515 <context context-type="linenumber">36</context>
5516 </context-group>
5517 </trans-unit>
5518 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5857 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5519 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5858 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5520 <target state="translated">Post forigo de via konto estas nenia reveno. Vi estos petita konfirmi ĉi tiun agon.</target> 5859 <target state="translated">Post forigo de via konto estas nenia reveno. Vi estos petita konfirmi ĉi tiun agon.</target>
@@ -5573,9 +5912,12 @@
5573 </context-group> 5912 </context-group>
5574 </trans-unit> 5913 </trans-unit>
5575 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5914 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5576 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5915 <source>
5916 <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>"/>
5917 Delete history
5918 </source>
5577 <target> 5919 <target>
5578 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5920 <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>"/>
5579 Forigi historion 5921 Forigi historion
5580 </target> 5922 </target>
5581 <context-group name="null"> 5923 <context-group name="null">
@@ -5592,9 +5934,12 @@
5592 </context-group> 5934 </context-group>
5593 </trans-unit> 5935 </trans-unit>
5594 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5936 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5595 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5937 <source>
5938 <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>"/>
5939 Notification preferences
5940 </source>
5596 <target> 5941 <target>
5597 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5942 <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>"/>
5598 Sciigaj agordoj 5943 Sciigaj agordoj
5599 </target> 5944 </target>
5600 <context-group name="null"> 5945 <context-group name="null">
@@ -5674,8 +6019,8 @@
5674 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5675 </trans-unit> 6020 </trans-unit>
5676 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6021 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5677 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6022 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5678 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6023 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5679 <context-group purpose="location"> 6024 <context-group purpose="location">
5680 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6025 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5681 <context context-type="linenumber">2</context> 6026 <context context-type="linenumber">2</context>
@@ -5703,9 +6048,9 @@
5703 <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> 6048 <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>
5704 </trans-unit> 6049 </trans-unit>
5705 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6050 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5706 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6051 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5707 <target> 6052 <target>
5708 Se vi bezonas helpon pri uzado de PeerTube, vi povas rigardi la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentaĵon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6053 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>"/>.
5709 </target> 6054 </target>
5710 <context-group name="null"> 6055 <context-group name="null">
5711 <context context-type="linenumber">13</context> 6056 <context context-type="linenumber">13</context>
@@ -6159,10 +6504,13 @@
6159 </context-group> 6504 </context-group>
6160 </trans-unit> 6505 </trans-unit>
6161 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6506 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6162 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6507 <source>
6508 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6509 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6510 </source>
6163 <target state="new"> 6511 <target state="new">
6164 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6512 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6165 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6513 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6166 </target> 6514 </target>
6167 <context-group purpose="location"> 6515 <context-group purpose="location">
6168 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6516 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6170,15 +6518,16 @@
6170 </context-group> 6518 </context-group>
6171 </trans-unit> 6519 </trans-unit>
6172 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6520 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6173 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6521 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6174 <target state="translated">Por pliaj informoj, bonvolu rigardi <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6522 <target state="translated">Por pliaj informoj, bonvolu rigardi <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6175 <context-group purpose="location"> 6523 <context-group purpose="location">
6176 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6524 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6177 <context context-type="linenumber">18</context> 6525 <context context-type="linenumber">18</context>
6178 </context-group> 6526 </context-group>
6179 </trans-unit> 6527 </trans-unit>
6180 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6528 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6181 <source>Use PeerTube documentation</source> 6529 <source>Use PeerTube
6530 documentation</source>
6182 <target state="translated">Uzu dokumentaĵon de PeerTube</target> 6531 <target state="translated">Uzu dokumentaĵon de PeerTube</target>
6183 <context-group purpose="location"> 6532 <context-group purpose="location">
6184 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6533 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6194,7 +6543,8 @@
6194 </context-group> 6543 </context-group>
6195 </trans-unit> 6544 </trans-unit>
6196 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6545 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6197 <source>PeerTube Applications</source> 6546 <source>PeerTube
6547 Applications</source>
6198 <target state="translated">Aplikaĵoj de PeerTube</target> 6548 <target state="translated">Aplikaĵoj de PeerTube</target>
6199 <context-group purpose="location"> 6549 <context-group purpose="location">
6200 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6550 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6210,7 +6560,8 @@
6210 </context-group> 6560 </context-group>
6211 </trans-unit> 6561 </trans-unit>
6212 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6562 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6213 <source>Contribute on PeerTube</source> 6563 <source>Contribute on
6564 PeerTube</source>
6214 <target state="translated">Kontribui en PeerTube</target> 6565 <target state="translated">Kontribui en PeerTube</target>
6215 <context-group purpose="location"> 6566 <context-group purpose="location">
6216 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6567 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6234,7 +6585,11 @@
6234 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6585 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6235 </trans-unit> 6586 </trans-unit>
6236 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6587 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6237 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6588 <source>
6589 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6590 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6591 follows applies only if you want to keep using the P2P mode of PeerTube.
6592 </source>
6238 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target> 6593 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target>
6239 <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> 6594 <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>
6240 </trans-unit> 6595 </trans-unit>
@@ -6247,12 +6602,18 @@
6247 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6602 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6248 </trans-unit> 6603 </trans-unit>
6249 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6604 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6250 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6605 <source>
6606 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6607 In practice, this is much more difficult because:
6608 </source>
6251 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target> 6609 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target>
6252 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6610 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6253 </trans-unit> 6611 </trans-unit>
6254 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6612 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6255 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6613 <source>
6614 An HTTP request has to be sent on each tracker for each video to spy.
6615 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6616 </source>
6256 <target state="new"> 6617 <target state="new">
6257 An HTTP request has to be sent on each tracker for each video to spy. 6618 An HTTP request has to be sent on each tracker for each video to spy.
6258 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6619 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6260,7 +6621,11 @@
6260 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6621 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6261 </trans-unit> 6622 </trans-unit>
6262 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6623 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6263 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6624 <source>
6625 For each request sent, the tracker returns random peers at a limited number.
6626 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
6627 requests sent to know every peer in the swarm
6628 </source>
6264 <target state="new"> 6629 <target state="new">
6265 For each request sent, the tracker returns random peers at a limited number. 6630 For each request sent, the tracker returns random peers at a limited number.
6266 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6631 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
@@ -6279,7 +6644,10 @@
6279 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6644 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6280 </trans-unit> 6645 </trans-unit>
6281 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6646 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6282 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6647 <source>
6648 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
6649 video
6650 </source>
6283 <target state="new"> 6651 <target state="new">
6284 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 6652 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
6285 video 6653 video
@@ -6294,12 +6662,21 @@
6294 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6662 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6295 </trans-unit> 6663 </trans-unit>
6296 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6664 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6297 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6665 <source>
6298 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6666 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
6667 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6668 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6669 to forward the information to.
6670 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
6671 </source>
6672 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6299 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6300 </trans-unit> 6674 </trans-unit>
6301 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6675 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6302 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6676 <source>
6677 The worst-case scenario of an average person spying on their friends is quite unlikely.
6678 There are much more effective ways to get that kind of information.
6679 </source>
6303 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target> 6680 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target>
6304 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6305 </trans-unit> 6682 </trans-unit>
@@ -6312,7 +6689,11 @@
6312 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6689 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6313 </trans-unit> 6690 </trans-unit>
6314 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6691 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6315 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6692 <source>
6693 The threats to privacy with YouTube are different from PeerTube's.
6694 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6695 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6696 </source>
6316 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target> 6697 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target>
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6318 </trans-unit> 6699 </trans-unit>
@@ -6325,7 +6706,12 @@
6325 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6706 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6326 </trans-unit> 6707 </trans-unit>
6327 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6708 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6328 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6709 <source>
6710 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
6711 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6712 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.
6713 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6714 </source>
6329 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target> 6715 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target>
6330 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6716 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6331 </trans-unit> 6717 </trans-unit>
@@ -6338,7 +6724,10 @@
6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6724 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6339 </trans-unit> 6725 </trans-unit>
6340 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6726 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6341 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6727 <source>
6728 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6729 and render attacks less likely. Here is what we put in place so far:
6730 </source>
6342 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target> 6731 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target>
6343 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6732 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6344 </trans-unit> 6733 </trans-unit>
@@ -6363,7 +6752,10 @@
6363 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6752 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6364 </trans-unit> 6753 </trans-unit>
6365 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6754 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6366 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6755 <source>
6756 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6757 WebRTC in your browser.
6758 </source>
6367 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target> 6759 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target>
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6760 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6369 </trans-unit> 6761 </trans-unit>
@@ -6400,8 +6792,8 @@
6400 </context-group> 6792 </context-group>
6401 </trans-unit> 6793 </trans-unit>
6402 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6794 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6403 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6795 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6404 <target state="translated">Evoluigita kun ❤ de <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6796 <target state="translated">Evoluigita kun ❤ de <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6405 <context-group purpose="location"> 6797 <context-group purpose="location">
6406 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6798 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6407 <context context-type="linenumber">3</context> 6799 <context context-type="linenumber">3</context>
@@ -6484,9 +6876,12 @@
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6485 </trans-unit> 6877 </trans-unit>
6486 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6878 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6487 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6879 <source>
6880 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/>"/>
6881 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.
6882 </source>
6488 <target> 6883 <target>
6489 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6884 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6490 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion. 6885 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion.
6491 </target> 6886 </target>
6492 <context-group name="null"> 6887 <context-group name="null">
@@ -6563,11 +6958,16 @@
6563 </context-group> 6958 </context-group>
6564 </trans-unit> 6959 </trans-unit>
6565 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6960 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6566 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6961 <source>
6962 I am at least 16 years old and agree
6963 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>"/>
6964 <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>"/>
6965 of this instance
6966 </source>
6567 <target> 6967 <target>
6568 Mi aĝas almenaŭ 16 jarojn kaj konsentas 6968 Mi aĝas almenaŭ 16 jarojn kaj konsentas
6569 al la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6969 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>"/>
6570 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kaj al la <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Konduta regularo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6970 <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>"/>
6571 de ĉi tiu nodo 6971 de ĉi tiu nodo
6572 </target> 6972 </target>
6573 <context-group name="null"> 6973 <context-group name="null">
@@ -6672,8 +7072,8 @@
6672 </context-group> 7072 </context-group>
6673 </trans-unit> 7073 </trans-unit>
6674 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7074 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6675 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7075 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6676 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> kiu retenas la originalan sonparton, sen filmoparto</target> 7076 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> kiu retenas la originalan sonparton, sen filmoparto</target>
6677 <context-group purpose="location"> 7077 <context-group purpose="location">
6678 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7078 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6679 <context context-type="linenumber">1</context> 7079 <context context-type="linenumber">1</context>
@@ -7424,15 +7824,14 @@
7424 <context context-type="linenumber">1</context> 7824 <context context-type="linenumber">1</context>
7425 </context-group> 7825 </context-group>
7426 <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> 7826 <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>
7427 </trans-unit> 7827 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7428 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7828 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7429 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7430 <target state="translated">Uzanto <x id="INTERPOLATION" equiv-text="{{user.username}}"/> ĝisdatiĝis.</target>
7431 <context-group purpose="location"> 7829 <context-group purpose="location">
7432 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7830 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7433 <context context-type="linenumber">1</context> 7831 <context context-type="linenumber">1</context>
7434 </context-group> 7832 </context-group>
7435 </trans-unit> 7833 </trans-unit>
7834
7436 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7835 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7437 <source>Update user</source> 7836 <source>Update user</source>
7438 <target>Ĝisdatigi uzanton</target> 7837 <target>Ĝisdatigi uzanton</target>
@@ -8301,6 +8700,12 @@
8301 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8700 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8302 <context context-type="linenumber">1</context> 8701 <context context-type="linenumber">1</context>
8303 </context-group> 8702 </context-group>
8703 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8704 <source>Unknown</source><target state="new">Unknown</target>
8705 <context-group purpose="location">
8706 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8707 <context context-type="linenumber">1</context>
8708 </context-group>
8304 </trans-unit> 8709 </trans-unit>
8305 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8710 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8306 <source>Your password has been successfully reset!</source> 8711 <source>Your password has been successfully reset!</source>
@@ -8372,8 +8777,8 @@
8372 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8777 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8373 </trans-unit> 8778 </trans-unit>
8374 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8779 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8375 <source>Long (&gt; 10 min)</source> 8780 <source>Long (> 10 min)</source>
8376 <target>Longa (&gt; 10 min)</target> 8781 <target>Longa (> 10 min)</target>
8377 <context-group name="null"> 8782 <context-group name="null">
8378 <context context-type="linenumber">1</context> 8783 <context context-type="linenumber">1</context>
8379 </context-group> 8784 </context-group>
@@ -9732,8 +10137,8 @@
9732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9733 </trans-unit> 10138 </trans-unit>
9734 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10139 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9735 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10140 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9736 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> » kaj:</target> 10141 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> » kaj:</target>
9737 <context-group name="null"> 10142 <context-group name="null">
9738 <context context-type="linenumber">1</context> 10143 <context context-type="linenumber">1</context>
9739 </context-group> 10144 </context-group>
@@ -9857,7 +10262,19 @@
9857 <context-group name="null"> 10262 <context-group name="null">
9858 <context context-type="linenumber">1</context> 10263 <context context-type="linenumber">1</context>
9859 </context-group> 10264 </context-group>
9860 <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> 10265
10266 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10267 <source>Mute server</source><target state="new">Mute server</target>
10268 <context-group purpose="location">
10269 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10270 <context context-type="linenumber">1</context>
10271 </context-group>
10272 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10273 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10274 <context-group purpose="location">
10275 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10276 <context context-type="linenumber">1</context>
10277 </context-group>
9861 </trans-unit> 10278 </trans-unit>
9862 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10279 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9863 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10280 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10205,6 +10622,24 @@
10205 </context-group> 10622 </context-group>
10206 <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> 10623 <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>
10207 <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> 10624 <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>
10625 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10626 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10627 <context-group purpose="location">
10628 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10629 <context context-type="linenumber">1</context>
10630 </context-group>
10631 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10632 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10633 <context-group purpose="location">
10634 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10635 <context context-type="linenumber">1</context>
10636 </context-group>
10637 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10638 <source>Delete video</source><target state="new">Delete video</target>
10639 <context-group purpose="location">
10640 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10641 <context context-type="linenumber">1</context>
10642 </context-group>
10208 </trans-unit> 10643 </trans-unit>
10209 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10644 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10210 <source>Encoder</source> 10645 <source>Encoder</source>
@@ -10273,7 +10708,25 @@
10273 <context-group name="null"> 10708 <context-group name="null">
10274 <context context-type="linenumber">1</context> 10709 <context context-type="linenumber">1</context>
10275 </context-group> 10710 </context-group>
10276 <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> 10711
10712 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10713 <source>Video deleted.</source><target state="new">Video deleted.</target>
10714 <context-group purpose="location">
10715 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10716 <context context-type="linenumber">1</context>
10717 </context-group>
10718 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10719 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10720 <context-group purpose="location">
10721 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10722 <context context-type="linenumber">1</context>
10723 </context-group>
10724 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10725 <source>Mute reporter</source><target state="new">Mute reporter</target>
10726 <context-group purpose="location">
10727 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10728 <context context-type="linenumber">1</context>
10729 </context-group>
10277 </trans-unit> 10730 </trans-unit>
10278 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10731 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10279 <source>This video will be duplicated by your instance.</source> 10732 <source>This video will be duplicated by your instance.</source>
@@ -10299,22 +10752,39 @@
10299 <context context-type="linenumber">1</context> 10752 <context context-type="linenumber">1</context>
10300 </context-group> 10753 </context-group>
10301 <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> 10754 <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>
10302 </trans-unit> 10755 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10303 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10756 <source>Mirror</source><target state="new">Mirror</target>
10304 <source>Duplicate (redundancy)</source>
10305 <target state="translated">Duoblo (ripetaĵo)</target>
10306 <context-group purpose="location"> 10757 <context-group purpose="location">
10307 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10758 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10308 <context context-type="linenumber">1</context> 10759 <context context-type="linenumber">1</context>
10309 </context-group> 10760 </context-group>
10310 </trans-unit> 10761 </trans-unit>
10762
10311 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10763 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10312 <source>Report</source> 10764 <source>Report</source>
10313 <target>Raporti</target> 10765 <target>Raporti</target>
10314 <context-group name="null"> 10766 <context-group name="null">
10315 <context context-type="linenumber">1</context> 10767 <context context-type="linenumber">1</context>
10316 </context-group> 10768 </context-group>
10317 <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> 10769
10770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10771 <source>Note</source><target state="new">Note</target>
10772 <context-group purpose="location">
10773 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10774 <context context-type="linenumber">61</context>
10775 </context-group>
10776 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10777 <source>The video was deleted</source><target state="new">The video was deleted</target>
10778 <context-group purpose="location">
10779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10780 <context context-type="linenumber">71</context>
10781 </context-group>
10782 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10783 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10784 <context-group purpose="location">
10785 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10786 <context context-type="linenumber">72</context>
10787 </context-group>
10318 </trans-unit> 10788 </trans-unit>
10319 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10789 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10320 <source>Published</source> 10790 <source>Published</source>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 3c72d18f0..dcd7a7a62 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha removido de la lista negra </target> 284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha removido de la lista negra </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha incluido en la lista negra </target> 289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha incluido en la lista negra </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido publicado </target> 320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido publicado </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registrado en su instancia </target> 335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrado en su instancia </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -669,9 +677,9 @@
669 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
670 <source>Deleted</source> 678 <source>Deleted</source>
671 <target state="translated">Borrado</target> 679 <target state="translated">Borrado</target>
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">34</context></context-group> 680
673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 681
674 </trans-unit> 682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
676 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
677 <target state="translated">La edición comienza/termina en</target> 685 <target state="translated">La edición comienza/termina en</target>
@@ -826,10 +834,13 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
827 </trans-unit> 835 </trans-unit>
828 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 836 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
829 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 837 <source>
838 <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>"/>
839 <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>"/>
840 </source>
830 <target> 841 <target>
831 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 842 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
832 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 843 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
833 </target> 844 </target>
834 <context-group name="null"> 845 <context-group name="null">
835 <context context-type="linenumber">10</context> 846 <context context-type="linenumber">10</context>
@@ -837,16 +848,22 @@
837 <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> 848 <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>
838 </trans-unit> 849 </trans-unit>
839 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 850 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
840 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 851 <source>
841 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target> 852 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
853 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
854 </source>
855 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target>
842 <context-group purpose="location"> 856 <context-group purpose="location">
843 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 857 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
844 <context context-type="linenumber">17</context> 858 <context context-type="linenumber">17</context>
845 </context-group> 859 </context-group>
846 </trans-unit> 860 </trans-unit>
847 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 861 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
848 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 862 <source>
849 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target> 863 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
864 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
865 </source>
866 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target>
850 <context-group purpose="location"> 867 <context-group purpose="location">
851 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 868 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
852 <context context-type="linenumber">26</context> 869 <context context-type="linenumber">26</context>
@@ -861,8 +878,11 @@
861 </context-group> 878 </context-group>
862 </trans-unit> 879 </trans-unit>
863 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 880 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
864 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 881 <source>
865 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 882 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
883 <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>"/>
884 </source>
885 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 886 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
867 </trans-unit> 887 </trans-unit>
868 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 888 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -908,9 +928,9 @@
908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
909 </trans-unit> 929 </trans-unit>
910 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 930 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
911 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 931 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
912 <target> 932 <target>
913 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 933 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
914 </target> 934 </target>
915 <context-group name="null"> 935 <context-group name="null">
916 <context context-type="linenumber">53</context> 936 <context context-type="linenumber">53</context>
@@ -1066,20 +1086,20 @@
1066 <context-group name="null"> 1086 <context-group name="null">
1067 <context context-type="linenumber">23</context> 1087 <context context-type="linenumber">23</context>
1068 </context-group> 1088 </context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1089
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1090
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1091
1072 <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> 1092
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1093
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1094
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1095
1076 <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> 1096
1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1097
1078 <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">26</context></context-group> 1098
1079 <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">22</context></context-group> 1099
1080 <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">25</context></context-group> 1100
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1101
1082 </trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1083 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1103 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1084 <source>Ban this user</source> 1104 <source>Ban this user</source>
1085 <target>Expulsar este usuario</target> 1105 <target>Expulsar este usuario</target>
@@ -1094,8 +1114,8 @@
1094 <context-group name="null"> 1114 <context-group name="null">
1095 <context context-type="linenumber">11</context> 1115 <context context-type="linenumber">11</context>
1096 </context-group> 1116 </context-group>
1097 <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> 1117
1098 </trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1099 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1119 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1100 <source>Login</source> 1120 <source>Login</source>
1101 <target> 1121 <target>
@@ -1104,90 +1124,120 @@ Iniciar sesión</target>
1104 <context context-type="linenumber">2</context> 1124 <context context-type="linenumber">2</context>
1105 </context-group> 1125 </context-group>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1107 </trans-unit> 1127 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1108 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1128 <source>
1109 <source>If you are looking for an account…</source> 1129 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1110 <target state="translated">Si estás buscando una cuenta…</target> 1130 </source><target state="new">
1131 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1132 </target>
1111 <context-group purpose="location"> 1133 <context-group purpose="location">
1112 <context context-type="sourcefile">src/app/login/login.component.html</context> 1134 <context context-type="sourcefile">src/app/login/login.component.html</context>
1113 <context context-type="linenumber">7</context> 1135 <context context-type="linenumber">6</context>
1114 </context-group> 1136 </context-group>
1115 </trans-unit> 1137 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1116 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1138 <source>
1117 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1139 If you are looking for an account…
1118 <target state="translated">Actualmente esta instancia no permite el registro de nuevos usuarios, pero puedes encontrar varias instancias en las que tendrás la posibilidad de crear una cuenta y subir tus videos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Entre muchas instacias, encuentra la tuya en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1140 </source><target state="new">
1141 If you are looking for an account…
1142 </target>
1119 <context-group purpose="location"> 1143 <context-group purpose="location">
1120 <context context-type="sourcefile">src/app/login/login.component.html</context> 1144 <context context-type="sourcefile">src/app/login/login.component.html</context>
1121 <context context-type="linenumber">11</context> 1145 <context context-type="linenumber">12</context>
1146 </context-group>
1147 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1148 <source>
1149 Currently this instance doesn't allow for user registration, but you can find an instance
1150 that gives you the possibility to sign up for an account and upload your videos there.
1151
1152 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1153
1154 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1155 </source><target state="new">
1156 Currently this instance doesn't allow for user registration, but you can find an instance
1157 that gives you the possibility to sign up for an account and upload your videos there.
1158
1159 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1160
1161 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1162 </target>
1163 <context-group purpose="location">
1164 <context context-type="sourcefile">src/app/login/login.component.html</context>
1165 <context context-type="linenumber">16</context>
1122 </context-group> 1166 </context-group>
1123 </trans-unit> 1167 </trans-unit>
1168
1169
1124 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1170 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1125 <source>Request new verification email.</source> 1171 <source>Request new verification email.</source>
1126 <target>Solicitar un nuevo correo de verificación.</target> 1172 <target>Solicitar un nuevo correo de verificación.</target>
1127 <context-group name="null"> 1173 <context-group name="null">
1128 <context context-type="linenumber">16</context> 1174 <context context-type="linenumber">16</context>
1129 </context-group> 1175 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1176
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1177
1132 </trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1133 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1179 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1134 <source>User</source> 1180 <source>User</source>
1135 <target>Usuario</target> 1181 <target>Usuario</target>
1136 <context-group name="null"> 1182 <context-group name="null">
1137 <context context-type="linenumber">13</context> 1183 <context context-type="linenumber">13</context>
1138 </context-group> 1184 </context-group>
1139 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1185
1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1186
1141 </trans-unit> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1142 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1188 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1143 <source>Username or email address</source> 1189 <source>Username or email address</source>
1144 <target>Usuario o correo electrónico</target> 1190 <target>Usuario o correo electrónico</target>
1145 <context-group name="null"> 1191 <context-group name="null">
1146 <context context-type="linenumber">15</context> 1192 <context context-type="linenumber">15</context>
1147 </context-group> 1193 </context-group>
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1194
1149 </trans-unit> 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1150 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1196 <source>
1151 <source>or create an account</source> 1197 or create an account
1152 <target> 1198 </source><target state="new">
1153 o crear una cuenta 1199 or create an account
1154 </target> 1200 </target>
1155 <context-group name="null"> 1201 <context-group purpose="location">
1156 <context context-type="linenumber">18</context> 1202 <context context-type="sourcefile">src/app/login/login.component.html</context>
1203 <context context-type="linenumber">40</context>
1157 </context-group> 1204 </context-group>
1158 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1159 </trans-unit> 1205 </trans-unit>
1206
1160 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1207 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1161 <source>Password</source> 1208 <source>Password</source>
1162 <target>Contraseña</target> 1209 <target>Contraseña</target>
1163 <context-group name="null"> 1210 <context-group name="null">
1164 <context context-type="linenumber">54</context> 1211 <context context-type="linenumber">54</context>
1165 </context-group> 1212 </context-group>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1213
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1214
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1215
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1216
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1217
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1218
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1219
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1220
1174 </trans-unit> 1221 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1175 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1222 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1176 <source>Click here to reset your password</source> 1223 <source>Click here to reset your password</source>
1177 <target state="translated">Haga clic aquí para restablecer la contraseña</target> 1224 <target state="translated">Haga clic aquí para restablecer la contraseña</target>
1178 <context-group purpose="location"> 1225
1179 <context context-type="sourcefile">src/app/login/login.component.html</context> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1180 <context context-type="linenumber">50</context>
1181 </context-group>
1182 </trans-unit>
1183 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1227 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1184 <source>Login</source> 1228 <source>Login</source>
1185 <target>Identificarse</target> 1229 <target>Identificarse</target>
1186 <context-group name="null"> 1230 <context-group name="null">
1187 <context context-type="linenumber">32</context> 1231 <context context-type="linenumber">32</context>
1188 </context-group> 1232 </context-group>
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1233
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1234
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1236 <source>Or sign in with</source><target state="new">Or sign in with</target>
1237 <context-group purpose="location">
1238 <context context-type="sourcefile">src/app/login/login.component.html</context>
1239 <context context-type="linenumber">68</context>
1240 </context-group>
1191 </trans-unit> 1241 </trans-unit>
1192 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1242 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1193 <source>Forgot your password</source> 1243 <source>Forgot your password</source>
@@ -1195,45 +1245,45 @@ Iniciar sesión</target>
1195 <context-group name="null"> 1245 <context-group name="null">
1196 <context context-type="linenumber">58</context> 1246 <context context-type="linenumber">58</context>
1197 </context-group> 1247 </context-group>
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1248
1199 </trans-unit> 1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1200 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1250 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1201 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1251 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1202 <target state="translated">Lo sentimos, no puede recuperar su contraseña porque el administrador de su instancia no configuró el sistema de corre electrónico de PeerTube.</target> 1252 <target state="translated">Lo sentimos, no puede recuperar su contraseña porque el administrador de su instancia no configuró el sistema de corre electrónico de PeerTube.</target>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1253
1204 </trans-unit> 1254 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1205 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1255 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1206 <source>Email</source> 1256 <source>Email</source>
1207 <target>Correo electrónico </target> 1257 <target>Correo electrónico </target>
1208 <context-group name="null"> 1258 <context-group name="null">
1209 <context context-type="linenumber">43</context> 1259 <context context-type="linenumber">43</context>
1210 </context-group> 1260 </context-group>
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1261
1212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1262
1213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1263
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1264
1215 <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">4</context></context-group> 1265
1216 <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">8</context></context-group> 1266
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1267
1218 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1268
1219 </trans-unit> 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1220 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1270 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1221 <source>Email address</source> 1271 <source>Email address</source>
1222 <target>Correo electrónico </target> 1272 <target>Correo electrónico </target>
1223 <context-group name="null"> 1273 <context-group name="null">
1224 <context context-type="linenumber">10</context> 1274 <context context-type="linenumber">10</context>
1225 </context-group> 1275 </context-group>
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1276
1227 <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">10</context></context-group> 1277
1228 </trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1229 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1279 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1230 <source>Send me an email to reset my password</source> 1280 <source>Send me an email to reset my password</source>
1231 <target>Enviar un correo electrónico para restablecer mi contraseña</target> 1281 <target>Enviar un correo electrónico para restablecer mi contraseña</target>
1232 <context-group name="null"> 1282 <context-group name="null">
1233 <context context-type="linenumber">82</context> 1283 <context context-type="linenumber">82</context>
1234 </context-group> 1284 </context-group>
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1285
1236 </trans-unit> 1286 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1237 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1287 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1238 <source>Reset my password</source> 1288 <source>Reset my password</source>
1239 <target> 1289 <target>
@@ -1277,9 +1327,9 @@ Iniciar sesión</target>
1277 </context-group> 1327 </context-group>
1278 </trans-unit> 1328 </trans-unit>
1279 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1329 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1280 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1330 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1281 <target> 1331 <target>
1282 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1332 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1283 </target> 1333 </target>
1284 <context-group name="null"> 1334 <context-group name="null">
1285 <context context-type="linenumber">6</context> 1335 <context context-type="linenumber">6</context>
@@ -1287,10 +1337,13 @@ Iniciar sesión</target>
1287 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1337 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1288 </trans-unit> 1338 </trans-unit>
1289 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1339 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1290 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1340 <source>
1341 Filters
1342 <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>"/>
1343 </source>
1291 <target> 1344 <target>
1292 Filtros 1345 Filtros
1293 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1346 <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>"/>
1294 </target> 1347 </target>
1295 <context-group name="null"> 1348 <context-group name="null">
1296 <context context-type="linenumber">16</context> 1349 <context context-type="linenumber">16</context>
@@ -1324,7 +1377,8 @@ Iniciar sesión</target>
1324 </context-group> 1377 </context-group>
1325 </trans-unit> 1378 </trans-unit>
1326 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1379 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1327 <source>CLI documentation</source> 1380 <source>CLI
1381 documentation</source>
1328 <target state="translated">documentación de la CLI</target> 1382 <target state="translated">documentación de la CLI</target>
1329 <context-group purpose="location"> 1383 <context-group purpose="location">
1330 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1340,7 +1394,8 @@ Iniciar sesión</target>
1340 </context-group> 1394 </context-group>
1341 </trans-unit> 1395 </trans-unit>
1342 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1396 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1343 <source>Administer documentation</source> 1397 <source>Administer
1398 documentation</source>
1344 <target state="translated">Administrar documentación</target> 1399 <target state="translated">Administrar documentación</target>
1345 <context-group purpose="location"> 1400 <context-group purpose="location">
1346 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1401 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1356,7 +1411,8 @@ Iniciar sesión</target>
1356 </context-group> 1411 </context-group>
1357 </trans-unit> 1412 </trans-unit>
1358 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1413 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1359 <source>Use documentation</source> 1414 <source>Use
1415 documentation</source>
1360 <target state="translated">Documentación de uso</target> 1416 <target state="translated">Documentación de uso</target>
1361 <context-group purpose="location"> 1417 <context-group purpose="location">
1362 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1418 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1380,16 +1436,16 @@ Iniciar sesión</target>
1380 </context-group> 1436 </context-group>
1381 </trans-unit> 1437 </trans-unit>
1382 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1438 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1383 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1439 <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>
1384 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1440 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1385 <context-group purpose="location"> 1441 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1442 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1387 <context context-type="linenumber">44</context> 1443 <context context-type="linenumber">44</context>
1388 </context-group> 1444 </context-group>
1389 </trans-unit> 1445 </trans-unit>
1390 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1446 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1391 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1447 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1392 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1448 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1393 <context-group purpose="location"> 1449 <context-group purpose="location">
1394 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1450 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1395 <context context-type="linenumber">47</context> 1451 <context context-type="linenumber">47</context>
@@ -1404,16 +1460,26 @@ Iniciar sesión</target>
1404 </context-group> 1460 </context-group>
1405 </trans-unit> 1461 </trans-unit>
1406 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1462 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1407 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1463 <source>
1408 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target> 1464 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1465 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1466 is very important for visitors to understand on what type of instance they are.
1467 </source>
1468 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target>
1409 <context-group purpose="location"> 1469 <context-group purpose="location">
1410 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1470 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1411 <context context-type="linenumber">61</context> 1471 <context context-type="linenumber">61</context>
1412 </context-group> 1472 </context-group>
1413 </trans-unit> 1473 </trans-unit>
1414 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1474 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1415 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1475 <source>
1416 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instancia. </target> 1476 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1477 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1478 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1479 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1480 PeerTube instance.
1481 </source>
1482 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube instancia. </target>
1417 <context-group purpose="location"> 1483 <context-group purpose="location">
1418 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1484 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1419 <context context-type="linenumber">67</context> 1485 <context context-type="linenumber">67</context>
@@ -1502,8 +1568,11 @@ Iniciar sesión</target>
1502 </context-group> 1568 </context-group>
1503 </trans-unit> 1569 </trans-unit>
1504 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1570 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1505 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1571 <source>
1506 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1572 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1573 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1574 </source>
1575 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1507 <context-group purpose="location"> 1576 <context-group purpose="location">
1508 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1577 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1509 <context context-type="linenumber">24</context> 1578 <context context-type="linenumber">24</context>
@@ -1921,8 +1990,11 @@ Iniciar sesión</target>
1921 </context-group> 1990 </context-group>
1922 </trans-unit> 1991 </trans-unit>
1923 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1992 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1924 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1993 <source>
1925 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 1994 Jump to channel
1995 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1996 </source>
1997 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1926 <context-group purpose="location"> 1998 <context-group purpose="location">
1927 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1999 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1928 <context context-type="linenumber">18</context> 2000 <context context-type="linenumber">18</context>
@@ -2123,16 +2195,16 @@ Iniciar sesión</target>
2123 <context-group name="null"> 2195 <context-group name="null">
2124 <context context-type="linenumber">29</context> 2196 <context context-type="linenumber">29</context>
2125 </context-group> 2197 </context-group>
2126 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2198
2127 </trans-unit> 2199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2128 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2200 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2129 <source>Add this caption</source> 2201 <source>Add this caption</source>
2130 <target>Añadir este subtítulo</target> 2202 <target>Añadir este subtítulo</target>
2131 <context-group name="null"> 2203 <context-group name="null">
2132 <context context-type="linenumber">40</context> 2204 <context context-type="linenumber">40</context>
2133 </context-group> 2205 </context-group>
2134 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2206
2135 </trans-unit> 2207 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2136 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2208 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2137 <source>Title</source> 2209 <source>Title</source>
2138 <target>Título</target> 2210 <target>Título</target>
@@ -2151,8 +2223,12 @@ Iniciar sesión</target>
2151 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2152 </trans-unit> 2224 </trans-unit>
2153 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2225 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2154 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2226 <source>
2155 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Presiona Enter para añadir una etiqueta nueva. </target> 2227 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2228 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2229 Press Enter to add a new tag.
2230 </source>
2231 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Presiona Enter para añadir una etiqueta nueva. </target>
2156 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2157 </trans-unit> 2233 </trans-unit>
2158 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2234 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2312,7 +2388,7 @@ Iniciar sesión</target>
2312 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2388 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2313 </trans-unit> 2389 </trans-unit>
2314 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2390 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2315 <source>Already uploaded ✔</source> 2391 <source>Already uploaded ✔</source>
2316 <target>Ya ha sido subido ✔</target> 2392 <target>Ya ha sido subido ✔</target>
2317 <context-group name="null"> 2393 <context-group name="null">
2318 <context context-type="linenumber">179</context> 2394 <context context-type="linenumber">179</context>
@@ -2431,8 +2507,12 @@ Iniciar sesión</target>
2431 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2507 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2432 </trans-unit> 2508 </trans-unit>
2433 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2509 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2434 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2510 <source>
2435 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target> 2511 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>"/>
2512 or URL that points to a raw MP4 file.
2513 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.
2514 </source>
2515 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target>
2436 <context-group purpose="location"> 2516 <context-group purpose="location">
2437 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2517 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2438 <context context-type="linenumber">10</context> 2518 <context context-type="linenumber">10</context>
@@ -2491,8 +2571,12 @@ Iniciar sesión</target>
2491 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2492 </trans-unit> 2572 </trans-unit>
2493 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2573 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2494 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2574 <source>
2495 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> La imagen elegida será definitiva y no se puede modificar. </target> 2575 Image that will be merged with your audio file.
2576 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2577 The chosen image will be definitive and cannot be modified.
2578 </source>
2579 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imagen elegida será definitiva y no se puede modificar. </target>
2496 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2497 </trans-unit> 2581 </trans-unit>
2498 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2582 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2552,7 +2636,10 @@ Iniciar sesión</target>
2552 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2636 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2553 </trans-unit> 2637 </trans-unit>
2554 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2638 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2555 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2639 <source>
2640 You can import any torrent file that points to a mp4 file.
2641 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.
2642 </source>
2556 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target> 2643 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target>
2557 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2558 </trans-unit> 2645 </trans-unit>
@@ -2567,8 +2654,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2654 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2568 </trans-unit> 2655 </trans-unit>
2569 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2656 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2570 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2657 <source>
2571 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para subir tus videos. </target> 2658 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2659 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2660 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2661 </source>
2662 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para subir tus videos. </target>
2572 <context-group purpose="location"> 2663 <context-group purpose="location">
2573 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2664 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2574 <context context-type="linenumber">2</context> 2665 <context context-type="linenumber">2</context>
@@ -2786,16 +2877,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2786 <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> 2877 <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>
2787 </trans-unit> 2878 </trans-unit>
2788 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2879 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2789 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2880 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2790 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2881 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2791 <context-group purpose="location"> 2882 <context-group purpose="location">
2792 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2883 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2793 <context context-type="linenumber">45</context> 2884 <context context-type="linenumber">45</context>
2794 </context-group> 2885 </context-group>
2795 </trans-unit> 2886 </trans-unit>
2796 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2887 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2797 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2888 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2798 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2889 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2799 <context-group purpose="location"> 2890 <context-group purpose="location">
2800 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2891 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2801 <context context-type="linenumber">56</context> 2892 <context context-type="linenumber">56</context>
@@ -2958,11 +3049,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2958 <context-group name="null"> 3049 <context-group name="null">
2959 <context context-type="linenumber">215</context> 3050 <context context-type="linenumber">215</context>
2960 </context-group> 3051 </context-group>
2961 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3052
2962 <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">21</context></context-group> 3053
2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3054
2964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3055
2965 </trans-unit> 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2966 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3057 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2967 <source>Get more information</source> 3058 <source>Get more information</source>
2968 <target>Ver más información</target> 3059 <target>Ver más información</target>
@@ -3085,7 +3176,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3085 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3086 </trans-unit> 3177 </trans-unit>
3087 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3178 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3088 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3179 <source>
3180 You can comment using an account on any ActivityPub-compatible instance.
3181 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3182 from within the software's interface.
3183 </source>
3089 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target> 3184 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target>
3090 <context-group purpose="location"> 3185 <context-group purpose="location">
3091 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3186 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3168,20 +3263,47 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3168 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3263 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3169 <source>Follow domain</source> 3264 <source>Follow domain</source>
3170 <target state="translated">Seguir dominio</target> 3265 <target state="translated">Seguir dominio</target>
3171 <context-group purpose="location"> 3266
3172 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3267 <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>
3173 <context context-type="linenumber">15</context>
3174 </context-group>
3175 </trans-unit>
3176 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3268 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3177 <source>Filter...</source> 3269 <source>Filter...</source>
3178 <target>Filtrar...</target> 3270 <target>Filtrar...</target>
3179 <context-group name="null"> 3271 <context-group name="null">
3180 <context context-type="linenumber">27</context> 3272 <context context-type="linenumber">27</context>
3181 </context-group> 3273 </context-group>
3182 <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> 3274
3183 <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> 3275
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3276
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3278 <source>Clear filters</source><target state="new">Clear filters</target>
3279 <context-group purpose="location">
3280 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3281 <context context-type="linenumber">15</context>
3282 </context-group>
3283 <context-group purpose="location">
3284 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3285 <context context-type="linenumber">15</context>
3286 </context-group>
3287 <context-group purpose="location">
3288 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3289 <context context-type="linenumber">34</context>
3290 </context-group>
3291 <context-group purpose="location">
3292 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3293 <context context-type="linenumber">16</context>
3294 </context-group>
3295 <context-group purpose="location">
3296 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3297 <context context-type="linenumber">31</context>
3298 </context-group>
3299 <context-group purpose="location">
3300 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3301 <context context-type="linenumber">15</context>
3302 </context-group>
3303 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3305 <context context-type="linenumber">15</context>
3306 </context-group>
3185 </trans-unit> 3307 </trans-unit>
3186 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3308 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3187 <source>ID</source> 3309 <source>ID</source>
@@ -3194,17 +3316,17 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3194 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3316 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3195 <source>Follower handle</source> 3317 <source>Follower handle</source>
3196 <target state="translated">Control de seguidor</target> 3318 <target state="translated">Control de seguidor</target>
3197 <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> 3319
3198 </trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3199 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3321 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3200 <source>State</source> 3322 <source>State</source>
3201 <target>Estado</target> 3323 <target>Estado</target>
3202 <context-group name="null"> 3324 <context-group name="null">
3203 <context context-type="linenumber">10</context> 3325 <context context-type="linenumber">10</context>
3204 </context-group> 3326 </context-group>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3327
3206 <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> 3328
3207 </trans-unit> 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3208 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3330 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3209 <source>Delayed.</source> 3331 <source>Delayed.</source>
3210 <target state="translated">Retrasado.</target> 3332 <target state="translated">Retrasado.</target>
@@ -3231,50 +3353,68 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3232 </trans-unit> 3354 </trans-unit>
3233 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3355 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3234 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3356 <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>
3235 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3357 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3236 <context-group name="null"> 3358 <context-group name="null">
3237 <context context-type="linenumber">11</context> 3359 <context context-type="linenumber">11</context>
3238 </context-group> 3360 </context-group>
3239 <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> 3361
3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3362
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3363
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3364
3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3365
3244 <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> 3366
3245 </trans-unit> 3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3246 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3368 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3247 <source>Accepted</source> 3369 <source>Accepted</source>
3248 <target>Aceptado</target> 3370 <target>Aceptado</target>
3249 <context-group name="null"> 3371 <context-group name="null">
3250 <context context-type="linenumber">32</context> 3372 <context context-type="linenumber">32</context>
3251 </context-group> 3373 </context-group>
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3374
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3375
3254 </trans-unit> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3255 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3377 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3256 <source>Pending</source> 3378 <source>Pending</source>
3257 <target>Pendiente</target> 3379 <target>Pendiente</target>
3258 <context-group name="null"> 3380 <context-group name="null">
3259 <context context-type="linenumber">33</context> 3381 <context context-type="linenumber">33</context>
3260 </context-group> 3382 </context-group>
3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3383
3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3384
3263 </trans-unit> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3264 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3386 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3265 <source>Accept</source> 3387 <source>Accept</source>
3266 <target state="translated">Aceptar</target> 3388 <target state="translated">Aceptar</target>
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3389
3268 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3390
3269 </trans-unit> 3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3270 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3392 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3271 <source>Refuse</source> 3393 <source>Refuse</source>
3272 <target>Rechazar</target> 3394 <target>Rechazar</target>
3273 <context-group name="null"> 3395 <context-group name="null">
3274 <context context-type="linenumber">42</context> 3396 <context context-type="linenumber">42</context>
3275 </context-group> 3397 </context-group>
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3398
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3399
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3401 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3404 <context context-type="linenumber">55</context>
3405 </context-group>
3406 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3407 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3408 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3410 <context context-type="linenumber">56</context>
3411 </context-group>
3412 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3413 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3414 <context-group purpose="location">
3415 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3416 <context context-type="linenumber">5</context>
3417 </context-group>
3278 </trans-unit> 3418 </trans-unit>
3279 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3419 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3280 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3420 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3290,21 +3430,46 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3290 <context-group name="null"> 3430 <context-group name="null">
3291 <context context-type="linenumber">19</context> 3431 <context context-type="linenumber">19</context>
3292 </context-group> 3432 </context-group>
3293 <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> 3433
3294 </trans-unit> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3295 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3435 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3296 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3436 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3297 <target state="translated">Redundancia permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3437 <target state="translated">Redundancia permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3438
3299 </trans-unit> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3300 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3440 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3301 <source>Follow domains</source>
3302 <target state="translated">Seguir dominios</target>
3303 <context-group purpose="location"> 3441 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3442 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3305 <context context-type="linenumber">50</context> 3443 <context context-type="linenumber">37</context>
3444 </context-group>
3445 <context-group purpose="location">
3446 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3447 <context context-type="linenumber">35</context>
3448 </context-group>
3449 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3450 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3451 <context-group purpose="location">
3452 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3453 <context context-type="linenumber">62</context>
3454 </context-group>
3455 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3456 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3457 <context-group purpose="location">
3458 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3459 <context context-type="linenumber">63</context>
3460 </context-group>
3461 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3462 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3463 <context-group purpose="location">
3464 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3465 <context context-type="linenumber">5</context>
3306 </context-group> 3466 </context-group>
3307 </trans-unit> 3467 </trans-unit>
3468 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3469 <source>Follow domains</source>
3470 <target state="translated">Seguir dominios</target>
3471
3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3308 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3473 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3309 <source>My videos duplicated by remote instances</source> 3474 <source>My videos duplicated by remote instances</source>
3310 <target state="translated">Mis videos duplicados por instancias remotas</target> 3475 <target state="translated">Mis videos duplicados por instancias remotas</target>
@@ -3375,13 +3540,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3375 <context-group name="null"> 3540 <context-group name="null">
3376 <context context-type="linenumber">43</context> 3541 <context context-type="linenumber">43</context>
3377 </context-group> 3542 </context-group>
3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3543
3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3544
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3545
3381 </trans-unit> 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3382 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3547 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3383 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3548 <source>
3384 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3549 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3550 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3551 </source>
3552 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3385 <context-group purpose="location"> 3553 <context-group purpose="location">
3386 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3554 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3387 <context context-type="linenumber">148</context> 3555 <context context-type="linenumber">148</context>
@@ -3461,65 +3629,59 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3461 <context-group name="null"> 3629 <context-group name="null">
3462 <context context-type="linenumber">19</context> 3630 <context context-type="linenumber">19</context>
3463 </context-group> 3631 </context-group>
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3632
3465 </trans-unit> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3466 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3634 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3467 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3635 <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>
3468 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3636 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3469 <context-group name="null"> 3637 <context-group name="null">
3470 <context context-type="linenumber">40</context> 3638 <context context-type="linenumber">40</context>
3471 </context-group> 3639 </context-group>
3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3640
3473 </trans-unit> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3474 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3642 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3475 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3643 <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>
3476 <target state="translated">Quota de video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3644 <target state="translated">Quota de video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3477 <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> 3645
3478 </trans-unit> 3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3479 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3647 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3480 <source>(banned)</source> 3648 <source>(banned)</source>
3481 <target>(expulsado)</target> 3649 <target>(expulsado)</target>
3482 <context-group name="null"> 3650 <context-group name="null">
3483 <context context-type="linenumber">65</context> 3651 <context context-type="linenumber">65</context>
3484 </context-group> 3652 </context-group>
3485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3653
3486 </trans-unit> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3487 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3655 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3488 <source>Open account in a new tab</source> 3656 <source>Open account in a new tab</source>
3489 <target state="translated">Abrir cuenta en una pestaña nueva</target> 3657 <target state="translated">Abrir cuenta en una pestaña nueva</target>
3490 <context-group purpose="location"> 3658
3491 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3659
3492 <context context-type="linenumber">65</context> 3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3493 </context-group>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3496 <context context-type="linenumber">27</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3661 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3500 <source>User's email must be verified to login</source> 3662 <source>User's email must be verified to login</source>
3501 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target> 3663 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target>
3502 <context-group name="null"> 3664 <context-group name="null">
3503 <context context-type="linenumber">72</context> 3665 <context context-type="linenumber">72</context>
3504 </context-group> 3666 </context-group>
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3667
3506 </trans-unit> 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3507 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3669 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3508 <source>User's email is verified / User can login without email verification</source> 3670 <source>User's email is verified / User can login without email verification</source>
3509 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target> 3671 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target>
3510 <context-group name="null"> 3672 <context-group name="null">
3511 <context context-type="linenumber">76</context> 3673 <context context-type="linenumber">76</context>
3512 </context-group> 3674 </context-group>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3675
3514 </trans-unit> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3515 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3677 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3516 <source>Ban reason:</source> 3678 <source>Ban reason:</source>
3517 <target>Razón de la expulsión:</target> 3679 <target>Razón de la expulsión:</target>
3518 <context-group name="null"> 3680 <context-group name="null">
3519 <context context-type="linenumber">95</context> 3681 <context context-type="linenumber">95</context>
3520 </context-group> 3682 </context-group>
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3683
3522 </trans-unit> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3523 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3685 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3524 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3686 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3525 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target> 3687 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target>
@@ -3578,69 +3740,85 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3579 </trans-unit> 3741 </trans-unit>
3580 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3742 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3581 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3743 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3582 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3744 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3583 <context-group purpose="location"> 3745
3584 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3585 <context context-type="linenumber">10</context>
3586 </context-group>
3587 </trans-unit>
3588 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3747 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3589 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3748 <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>
3590 <target>Nombre del vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3749 <target>Nombre del vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3591 <context-group name="null"> 3750 <context-group name="null">
3592 <context context-type="linenumber">8</context> 3751 <context context-type="linenumber">8</context>
3593 </context-group> 3752 </context-group>
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3753
3595 </trans-unit> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3596 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3755 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3597 <source>Video URL</source> 3756 <source>Video URL</source>
3598 <target state="translated">Video URL</target> 3757 <target state="translated">Video URL</target>
3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3758
3600 </trans-unit> 3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3601 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3760 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3602 <source>Total size</source> 3761 <source>Total size</source>
3603 <target state="translated">Tamaño total</target> 3762 <target state="translated">Tamaño total</target>
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3763
3605 </trans-unit> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3606 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3765 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3607 <source>List redundancies</source> 3766 <source>List redundancies</source>
3608 <target state="translated">Lista de redundancias</target> 3767 <target state="translated">Lista de redundancias</target>
3768
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3770 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3609 <context-group purpose="location"> 3771 <context-group purpose="location">
3610 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3772 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3611 <context context-type="linenumber">33</context> 3773 <context context-type="linenumber">77</context>
3774 </context-group>
3775 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3776 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3777 <context-group purpose="location">
3778 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3779 <context context-type="linenumber">78</context>
3612 </context-group> 3780 </context-group>
3613 </trans-unit> 3781 </trans-unit>
3614 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3782 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3615 <source>Enabled strategies stats</source> 3783 <source>Enabled strategies stats</source>
3616 <target state="translated">Estadísticas de estrategias habilitadas</target> 3784 <target state="translated">Estadísticas de estrategias habilitadas</target>
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3785
3618 </trans-unit> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3619 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3787 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3620 <source>No redundancy strategy is enabled on your instance.</source> 3788 <source>No redundancy strategy is enabled on your instance.</source>
3621 <target state="translated">No hay una estrategia de redundancia habilitada en su instancia.</target> 3789 <target state="translated">No hay una estrategia de redundancia habilitada en su instancia.</target>
3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3790
3623 </trans-unit> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3624 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3792 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3625 <source>Sensitive</source> 3793 <source>Sensitive</source>
3626 <target>Sensible</target> 3794 <target>Sensible</target>
3627 <context-group name="null"> 3795 <context-group name="null">
3628 <context context-type="linenumber">9</context> 3796 <context context-type="linenumber">9</context>
3629 </context-group> 3797 </context-group>
3630 <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">11</context></context-group> 3798
3631 </trans-unit> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3632 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3800 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3633 <source>Unfederated</source> 3801 <source>Unfederated</source>
3634 <target state="translated">No federado</target> 3802 <target state="translated">No federado</target>
3635 <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">12</context></context-group> 3803
3636 </trans-unit> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3637 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3805 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3638 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3806 <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>
3639 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3807 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3640 <context-group name="null"> 3808 <context-group name="null">
3641 <context context-type="linenumber">11</context> 3809 <context context-type="linenumber">11</context>
3642 </context-group> 3810 </context-group>
3643 <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">13</context></context-group> 3811
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3813 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3814 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3816 <context context-type="linenumber">50</context>
3817 </context-group>
3818 <context-group purpose="location">
3819 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3820 <context context-type="linenumber">89</context>
3821 </context-group>
3644 </trans-unit> 3822 </trans-unit>
3645 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3823 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3646 <source>Go to the video</source> 3824 <source>Go to the video</source>
@@ -3648,25 +3826,37 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3648 <context-group name="null"> 3826 <context-group name="null">
3649 <context context-type="linenumber">33</context> 3827 <context context-type="linenumber">33</context>
3650 </context-group> 3828 </context-group>
3651 <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">28</context></context-group> 3829
3652 <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">33</context></context-group> 3830
3653 </trans-unit> 3831 <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">33</context></context-group></trans-unit>
3654 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3832 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3655 <source>Actions</source> 3833 <source>Actions</source>
3656 <target>Acciones</target> 3834 <target>Acciones</target>
3657 <context-group name="null"> 3835 <context-group name="null">
3658 <context context-type="linenumber">44</context> 3836 <context context-type="linenumber">44</context>
3659 </context-group> 3837 </context-group>
3660 <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">38</context></context-group> 3838
3661 <context-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> 3839
3662 </trans-unit> 3840 <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">72</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">123</context></context-group></trans-unit>
3663 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3841 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3664 <source>Blacklist reason:</source> 3842 <source>Blacklist reason:</source>
3665 <target>Razón del bloqueo:</target> 3843 <target>Razón del bloqueo:</target>
3666 <context-group name="null"> 3844 <context-group name="null">
3667 <context context-type="linenumber">43</context> 3845 <context context-type="linenumber">43</context>
3668 </context-group> 3846 </context-group>
3669 <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">46</context></context-group> 3847
3848 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3849 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3850 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3852 <context context-type="linenumber">93</context>
3853 </context-group>
3854 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3855 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3858 <context context-type="linenumber">94</context>
3859 </context-group>
3670 </trans-unit> 3860 </trans-unit>
3671 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3861 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3672 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3862 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3701,6 +3891,42 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3701 <context context-type="linenumber">26</context> 3891 <context context-type="linenumber">26</context>
3702 </context-group> 3892 </context-group>
3703 <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">31</context></context-group> 3893 <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">31</context></context-group>
3894 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3895 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3896 <context-group purpose="location">
3897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3898 <context context-type="linenumber">18</context>
3899 </context-group>
3900 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3901 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3904 <context context-type="linenumber">19</context>
3905 </context-group>
3906 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3907 <source>Accepted reports</source><target state="new">Accepted reports</target>
3908 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3910 <context context-type="linenumber">20</context>
3911 </context-group>
3912 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3913 <source>Refused reports</source><target state="new">Refused reports</target>
3914 <context-group purpose="location">
3915 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3916 <context context-type="linenumber">21</context>
3917 </context-group>
3918 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3919 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3920 <context-group purpose="location">
3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3922 <context context-type="linenumber">22</context>
3923 </context-group>
3924 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3925 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3926 <context-group purpose="location">
3927 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3928 <context context-type="linenumber">23</context>
3929 </context-group>
3704 </trans-unit> 3930 </trans-unit>
3705 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3931 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3706 <source>Reporter</source> 3932 <source>Reporter</source>
@@ -3708,44 +3934,72 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3708 <context-group name="null"> 3934 <context-group name="null">
3709 <context context-type="linenumber">8</context> 3935 <context context-type="linenumber">8</context>
3710 </context-group> 3936 </context-group>
3711 <context-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> 3937
3712 </trans-unit> 3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3713 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3939 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3714 <source>Video</source> 3940 <source>Video</source>
3715 <target>Vídeo</target> 3941 <target>Vídeo</target>
3716 <context-group name="null"> 3942 <context-group name="null">
3717 <context context-type="linenumber">9</context> 3943 <context context-type="linenumber">9</context>
3718 </context-group> 3944 </context-group>
3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 3945
3720 <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> 3946
3721 <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> 3947
3722 </trans-unit> 3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3723 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3949 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3724 <source>Open video in a new tab</source>
3725 <target state="translated">Abrir video en una pestaña nueva</target>
3726 <context-group purpose="location"> 3950 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3951 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3728 <context context-type="linenumber">46</context> 3952 <context context-type="linenumber">80</context>
3953 </context-group>
3954 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3955 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3956 <context-group purpose="location">
3957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3958 <context context-type="linenumber">91</context>
3959 </context-group>
3960 <context-group purpose="location">
3961 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3962 <context context-type="linenumber">107</context>
3963 </context-group>
3964 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3965 <source>Video was deleted</source><target state="new">Video was deleted</target>
3966 <context-group purpose="location">
3967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3968 <context context-type="linenumber">98</context>
3969 </context-group>
3970 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3971 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3972 <context-group purpose="location">
3973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3974 <context context-type="linenumber">141</context>
3975 </context-group>
3976 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3977 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3978 <context-group purpose="location">
3979 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3980 <context context-type="linenumber">142</context>
3729 </context-group> 3981 </context-group>
3730 </trans-unit> 3982 </trans-unit>
3983 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3984 <source>Open video in a new tab</source>
3985 <target state="translated">Abrir video en una pestaña nueva</target>
3986
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3731 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3988 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3732 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3989 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3733 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3990 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3734 <context-group name="null"> 3991 <context-group name="null">
3735 <context context-type="linenumber">11</context> 3992 <context context-type="linenumber">11</context>
3736 </context-group> 3993 </context-group>
3737 <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> 3994
3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 3995
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 3996
3740 </trans-unit> 3997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3741 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3998 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3742 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3999 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3743 <target state="translated">Puntuación<x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4000 <target state="translated">Puntuación<x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3744 <context-group purpose="location"> 4001
3745 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3746 <context context-type="linenumber">18</context>
3747 </context-group>
3748 </trans-unit>
3749 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4003 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3750 <source>Go to the account</source> 4004 <source>Go to the account</source>
3751 <target>Ir a la cuenta</target> 4005 <target>Ir a la cuenta</target>
@@ -3754,22 +4008,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3754 </context-group> 4008 </context-group>
3755 <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">27</context></context-group> 4009 <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">27</context></context-group>
3756 </trans-unit> 4010 </trans-unit>
3757 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4011
3758 <source>Reason:</source> 4012
3759 <target>Razón:</target>
3760 <context-group name="null">
3761 <context context-type="linenumber">53</context>
3762 </context-group>
3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3764 </trans-unit>
3765 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3766 <source>Note:</source>
3767 <target state="translated">Nota:</target>
3768 <context-group purpose="location">
3769 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3770 <context context-type="linenumber">72</context>
3771 </context-group>
3772 </trans-unit>
3773 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4013 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3774 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4014 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3775 <target state="translated">Mostrando <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> informes</target> 4015 <target state="translated">Mostrando <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> informes</target>
@@ -3777,6 +4017,50 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3777 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4017 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3778 <context context-type="linenumber">5</context> 4018 <context context-type="linenumber">5</context>
3779 </context-group> 4019 </context-group>
4020 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4021 <source>
4022 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4023 </source><target state="new">
4024 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4025 </target>
4026 <context-group purpose="location">
4027 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4028 <context context-type="linenumber">20</context>
4029 </context-group>
4030 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4031 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4032 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4034 <context context-type="linenumber">21</context>
4035 </context-group>
4036 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4037 <source>Reportee</source><target state="new">Reportee</target>
4038 <context-group purpose="location">
4039 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4040 <context context-type="linenumber">27</context>
4041 </context-group>
4042 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4043 <source>
4044 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4045 </source><target state="new">
4046 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4047 </target>
4048 <context-group purpose="location">
4049 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4050 <context context-type="linenumber">40</context>
4051 </context-group>
4052 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4053 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4054 <context-group purpose="location">
4055 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4056 <context context-type="linenumber">41</context>
4057 </context-group>
4058 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4059 <source>Updated</source><target state="new">Updated</target>
4060 <context-group purpose="location">
4061 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4062 <context context-type="linenumber">47</context>
4063 </context-group>
3780 </trans-unit> 4064 </trans-unit>
3781 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4065 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3782 <source>Unblacklist</source> 4066 <source>Unblacklist</source>
@@ -3790,42 +4074,51 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3790 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4074 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3791 <source>Mute domain</source> 4075 <source>Mute domain</source>
3792 <target state="translated">Dominio mudo</target> 4076 <target state="translated">Dominio mudo</target>
3793 <context-group purpose="location"> 4077
3794 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4078 <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></trans-unit>
3795 <context context-type="linenumber">11</context>
3796 </context-group>
3797 </trans-unit>
3798 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4079 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3799 <source>Instance</source> 4080 <source>Instance</source>
3800 <target>Nodo</target> 4081 <target>Nodo</target>
3801 <context-group name="null"> 4082 <context-group name="null">
3802 <context context-type="linenumber">5</context> 4083 <context context-type="linenumber">5</context>
3803 </context-group> 4084 </context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4085
3805 <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> 4086
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4087
3807 </trans-unit> 4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3808 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4089 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3809 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4090 <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>
3810 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4091 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3811 <context-group name="null"> 4092 <context-group name="null">
3812 <context context-type="linenumber">13</context> 4093 <context context-type="linenumber">13</context>
3813 </context-group> 4094 </context-group>
3814 <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> 4095
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4096
3816 <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> 4097
3817 <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> 4098
3818 </trans-unit> 4099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3819 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4100 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3820 <source>Unmute</source> 4101 <source>Unmute</source>
3821 <target>Dejar de silenciar</target> 4102 <target>Dejar de silenciar</target>
3822 <context-group name="null"> 4103 <context-group name="null">
3823 <context context-type="linenumber">23</context> 4104 <context context-type="linenumber">23</context>
3824 </context-group> 4105 </context-group>
3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4106
3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4107
3827 <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">23</context></context-group> 4108
3828 <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> 4109
4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4111 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4112 <context-group purpose="location">
4113 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4114 <context context-type="linenumber">51</context>
4115 </context-group>
4116 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4117 <source>No server found.</source><target state="new">No server found.</target>
4118 <context-group purpose="location">
4119 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4120 <context context-type="linenumber">52</context>
4121 </context-group>
3829 </trans-unit> 4122 </trans-unit>
3830 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4123 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3831 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4124 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3838,27 +4131,33 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3838 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4131 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3839 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4132 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3840 <target state="translated">Parece que no estás en un servidor HTTPS. Su servidor web necesita tener TLS activado para seguir a los servidores.</target> 4133 <target state="translated">Parece que no estás en un servidor HTTPS. Su servidor web necesita tener TLS activado para seguir a los servidores.</target>
3841 <context-group purpose="location"> 4134
3842 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3843 <context context-type="linenumber">37</context>
3844 </context-group>
3845 </trans-unit>
3846 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4136 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3847 <source>Mute domains</source> 4137 <source>Mute domains</source>
3848 <target state="translated">Dominios mudos</target> 4138 <target state="translated">Dominios mudos</target>
3849 <context-group purpose="location"> 4139
3850 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3851 <context context-type="linenumber">35</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4141 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3855 <source>Account</source> 4142 <source>Account</source>
3856 <target>Cuenta</target> 4143 <target>Cuenta</target>
3857 <context-group name="null"> 4144 <context-group name="null">
3858 <context context-type="linenumber">12</context> 4145 <context context-type="linenumber">12</context>
3859 </context-group> 4146 </context-group>
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4147
3861 <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> 4148
4149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4150 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4151 <context-group purpose="location">
4152 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4153 <context context-type="linenumber">58</context>
4154 </context-group>
4155 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4156 <source>No account found.</source><target state="new">No account found.</target>
4157 <context-group purpose="location">
4158 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4159 <context context-type="linenumber">59</context>
4160 </context-group>
3862 </trans-unit> 4161 </trans-unit>
3863 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4162 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3864 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4163 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -3979,8 +4278,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3979 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4278 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3980 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4279 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3981 <target state="translated">Este<x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/>no tiene configuraciones. </target> 4280 <target state="translated">Este<x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/>no tiene configuraciones. </target>
3982 <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">29</context></context-group> 4281
3983 </trans-unit> 4282 <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">47</context></context-group></trans-unit>
3984 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4283 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3985 <source>System</source> 4284 <source>System</source>
3986 <target state="translated">Sistema</target> 4285 <target state="translated">Sistema</target>
@@ -4045,8 +4344,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4045 </context-group> 4344 </context-group>
4046 </trans-unit> 4345 </trans-unit>
4047 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4346 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4048 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4347 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4049 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4348 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4050 <context-group purpose="location"> 4349 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4350 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4052 <context context-type="linenumber">32</context> 4351 <context context-type="linenumber">32</context>
@@ -4088,8 +4387,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4089 </trans-unit> 4388 </trans-unit>
4090 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4389 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4091 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4390 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4092 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target> 4391 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target>
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">47</context></context-group> 4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4094 </trans-unit> 4393 </trans-unit>
4095 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4394 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4128,8 +4427,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4129 </trans-unit> 4428 </trans-unit>
4130 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4429 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4131 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4430 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4132 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para establecer un equipo de moderación. </target> 4431 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para establecer un equipo de moderación. </target>
4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4134 </trans-unit> 4433 </trans-unit>
4135 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4434 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4138,8 +4437,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4139 </trans-unit> 4438 </trans-unit>
4140 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4439 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4141 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4440 <source>
4142 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target> 4441 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/>"/>
4442 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4443 </source>
4444 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target>
4143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4144 </trans-unit> 4446 </trans-unit>
4145 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4447 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4151,8 +4453,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4152 </trans-unit> 4454 </trans-unit>
4153 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4455 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4154 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4456 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4155 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 4457 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4157 </trans-unit> 4459 </trans-unit>
4158 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4460 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4186,8 +4488,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4186 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4488 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4187 <source>Strategy</source> 4489 <source>Strategy</source>
4188 <target state="translated">Estrategia</target> 4490 <target state="translated">Estrategia</target>
4189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4491
4190 </trans-unit> 4492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4191 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4493 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4192 <source>Terms</source> 4494 <source>Terms</source>
4193 <target>Términos de uso</target> 4495 <target>Términos de uso</target>
@@ -4288,8 +4590,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4289 </trans-unit> 4591 </trans-unit>
4290 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4592 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4291 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4593 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4292 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4594 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4294 </trans-unit> 4596 </trans-unit>
4295 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4597 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4336,8 +4638,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4337 </trans-unit> 4639 </trans-unit>
4338 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4640 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4339 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4641 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4340 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para establecer su cuota individualmente. </target> 4642 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para establecer su cuota individualmente. </target>
4341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4342 </trans-unit> 4644 </trans-unit>
4343 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4645 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4506,8 +4808,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4506 <context-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> 4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4507 </trans-unit> 4809 </trans-unit>
4508 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4810 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4509 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4811 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4510 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>con otras instancias. </target> 4812 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>con otras instancias. </target>
4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4512 </trans-unit> 4814 </trans-unit>
4513 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4815 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4526,8 +4828,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4527 </trans-unit> 4829 </trans-unit>
4528 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4830 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4529 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4831 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4530 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4832 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4531 <context-group purpose="location"> 4833 <context-group purpose="location">
4532 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4834 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4533 <context context-type="linenumber">450</context> 4835 <context context-type="linenumber">450</context>
@@ -4617,8 +4919,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4618 </trans-unit> 4920 </trans-unit>
4619 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4921 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4620 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4922 <source>
4621 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </target> 4923 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/>"/>
4924 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/>"/>
4925 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4926 <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>"/>
4927 to see if you instance is whitelisted.
4928 </source>
4929 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is whitelisted. </target>
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4623 </trans-unit> 4931 </trans-unit>
4624 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4932 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4635,7 +4943,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4636 </trans-unit> 4944 </trans-unit>
4637 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4945 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4638 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4946 <source>
4947 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4948 resources, this is a critical part of PeerTube, so tread carefully.
4949 </source>
4639 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target> 4950 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target>
4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 4951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4641 </trans-unit> 4952 </trans-unit>
@@ -4679,8 +4990,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4680 </trans-unit> 4991 </trans-unit>
4681 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4992 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4682 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 4993 <source>
4683 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4994 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4995
4996 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4997
4998 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4999
5000 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5001 </source>
5002 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4685 </trans-unit> 5004 </trans-unit>
4686 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5005 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4689,8 +5008,19 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4690 </trans-unit> 5009 </trans-unit>
4691 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5010 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4692 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5011 <source>
4693 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requiere ffmpeg&gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5012 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5013
5014 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5015 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5016 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5017 <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>"/>
5018 <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>"/>
5019 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5020
5021 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5022 </source>
5023 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requiere ffmpeg>= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4695 </trans-unit> 5025 </trans-unit>
4696 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5026 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
@@ -4750,13 +5080,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4751 </trans-unit> 5081 </trans-unit>
4752 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5082 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4753 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5083 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4754 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5084 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4756 </trans-unit> 5086 </trans-unit>
4757 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5087 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4758 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5088 <source>
4759 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5089 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/>"/>
5090 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5091 color: red;
5092 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5093 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5094 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5095 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5096 color: red;
5097 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5098 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5099 </source>
5100 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4761 </trans-unit> 5102 </trans-unit>
4762 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5103 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4946,8 +5287,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4946 <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> 5287 <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>
4947 </trans-unit> 5288 </trans-unit>
4948 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5289 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4949 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5290 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4950 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 5291 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
4951 <context-group purpose="location"> 5292 <context-group purpose="location">
4952 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5293 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4953 <context context-type="linenumber">6</context> 5294 <context context-type="linenumber">6</context>
@@ -4976,16 +5317,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5317 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
4977 </trans-unit> 5318 </trans-unit>
4978 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5319 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4979 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5320 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4980 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 5321 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4981 <context-group purpose="location"> 5322 <context-group purpose="location">
4982 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5323 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4983 <context context-type="linenumber">4</context> 5324 <context context-type="linenumber">4</context>
4984 </context-group> 5325 </context-group>
4985 </trans-unit> 5326 </trans-unit>
4986 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5327 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4987 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5328 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4988 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> está esperando la verificación por correo electrónico </target> 5329 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> está esperando la verificación por correo electrónico </target>
4989 <context-group purpose="location"> 5330 <context-group purpose="location">
4990 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5331 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4991 <context context-type="linenumber">8</context> 5332 <context context-type="linenumber">8</context>
@@ -5057,8 +5398,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5398 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5058 </trans-unit> 5399 </trans-unit>
5059 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5400 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5060 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5401 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5061 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5402 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5062 <context-group purpose="location"> 5403 <context-group purpose="location">
5063 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5404 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5064 <context context-type="linenumber">2</context> 5405 <context context-type="linenumber">2</context>
@@ -5094,10 +5435,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5094 <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> 5435 <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>
5095 </trans-unit> 5436 </trans-unit>
5096 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5437 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5097 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5438 <source>
5439 Created
5440 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5441 </source>
5098 <target> 5442 <target>
5099 Creado 5443 Creado
5100 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5444 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5101 </target> 5445 </target>
5102 <context-group name="null"> 5446 <context-group name="null">
5103 <context context-type="linenumber">15</context> 5447 <context context-type="linenumber">15</context>
@@ -5169,8 +5513,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5513 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5170 </trans-unit> 5514 </trans-unit>
5171 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5515 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5172 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5516 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5173 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br /&gt;&lt;br /&gt; Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target> 5517 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5518 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br />&lt;br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target>
5174 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5519 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5175 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5520 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5176 </trans-unit> 5521 </trans-unit>
@@ -5194,24 +5539,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5194 <context-group name="null"> 5539 <context-group name="null">
5195 <context context-type="linenumber">8</context> 5540 <context context-type="linenumber">8</context>
5196 </context-group> 5541 </context-group>
5197 <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> 5542
5198 </trans-unit> 5543 <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>
5199 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5544 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5200 <source>See the error</source> 5545 <source>See the error</source>
5201 <target state="translated">Ver el error</target> 5546 <target state="translated">Ver el error</target>
5202 <context-group purpose="location"> 5547
5203 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5548 <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">20</context></context-group></trans-unit>
5204 <context context-type="linenumber">19</context>
5205 </context-group>
5206 </trans-unit>
5207 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5549 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5208 <source>This video was deleted</source> 5550 <source>This video was deleted</source>
5209 <target state="translated">Este video ha sido eliminado</target> 5551 <target state="translated">Este video ha sido eliminado</target>
5210 <context-group purpose="location"> 5552
5211 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5553 <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">37</context></context-group></trans-unit>
5212 <context context-type="linenumber">36</context>
5213 </context-group>
5214 </trans-unit>
5215 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5554 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5216 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5555 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5217 <target state="translated">Una vez que elimine su cuenta, no hay vuelta atrás. Se le pedirá que confirme esta acción.</target> 5556 <target state="translated">Una vez que elimine su cuenta, no hay vuelta atrás. Se le pedirá que confirme esta acción.</target>
@@ -5270,8 +5609,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5270 </context-group> 5609 </context-group>
5271 </trans-unit> 5610 </trans-unit>
5272 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5611 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5273 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5612 <source>
5274 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Borrar historial </target> 5613 <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>"/>
5614 Delete history
5615 </source>
5616 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Borrar historial </target>
5275 <context-group purpose="location"> 5617 <context-group purpose="location">
5276 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5618 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5277 <context context-type="linenumber">7</context> 5619 <context context-type="linenumber">7</context>
@@ -5286,8 +5628,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5286 </context-group> 5628 </context-group>
5287 </trans-unit> 5629 </trans-unit>
5288 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5630 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5289 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5631 <source>
5290 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Preferencias de notificación </target> 5632 <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>"/>
5633 Notification preferences
5634 </source>
5635 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Preferencias de notificación </target>
5291 <context-group purpose="location"> 5636 <context-group purpose="location">
5292 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5637 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5293 <context context-type="linenumber">2</context> 5638 <context context-type="linenumber">2</context>
@@ -5362,8 +5707,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5362 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5707 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5363 </trans-unit> 5708 </trans-unit>
5364 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5709 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5365 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5710 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5366 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5711 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5367 <context-group purpose="location"> 5712 <context-group purpose="location">
5368 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5713 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5369 <context context-type="linenumber">2</context> 5714 <context context-type="linenumber">2</context>
@@ -5391,8 +5736,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5391 </context-group> 5736 </context-group>
5392 </trans-unit> 5737 </trans-unit>
5393 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5738 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5394 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5739 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5395 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5740 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5396 <context-group purpose="location"> 5741 <context-group purpose="location">
5397 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5742 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5398 <context context-type="linenumber">13</context> 5743 <context context-type="linenumber">13</context>
@@ -5841,23 +6186,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5841 </context-group> 6186 </context-group>
5842 </trans-unit> 6187 </trans-unit>
5843 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6188 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5844 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6189 <source>
5845 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6190 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6191 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6192 </source>
6193 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5846 <context-group purpose="location"> 6194 <context-group purpose="location">
5847 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6195 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5848 <context context-type="linenumber">13</context> 6196 <context context-type="linenumber">13</context>
5849 </context-group> 6197 </context-group>
5850 </trans-unit> 6198 </trans-unit>
5851 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6199 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5852 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6200 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5853 <target state="translated">Para mayor información por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6201 <target state="translated">Para mayor información por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5854 <context-group purpose="location"> 6202 <context-group purpose="location">
5855 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6203 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5856 <context context-type="linenumber">18</context> 6204 <context context-type="linenumber">18</context>
5857 </context-group> 6205 </context-group>
5858 </trans-unit> 6206 </trans-unit>
5859 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6207 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5860 <source>Use PeerTube documentation</source> 6208 <source>Use PeerTube
6209 documentation</source>
5861 <target state="translated">Use la documentación de PeerTube</target> 6210 <target state="translated">Use la documentación de PeerTube</target>
5862 <context-group purpose="location"> 6211 <context-group purpose="location">
5863 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6212 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5873,7 +6222,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5873 </context-group> 6222 </context-group>
5874 </trans-unit> 6223 </trans-unit>
5875 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6224 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5876 <source>PeerTube Applications</source> 6225 <source>PeerTube
6226 Applications</source>
5877 <target state="translated">Aplicaciones de PeerTube</target> 6227 <target state="translated">Aplicaciones de PeerTube</target>
5878 <context-group purpose="location"> 6228 <context-group purpose="location">
5879 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6229 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5889,7 +6239,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5889 </context-group> 6239 </context-group>
5890 </trans-unit> 6240 </trans-unit>
5891 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6241 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5892 <source>Contribute on PeerTube</source> 6242 <source>Contribute on
6243 PeerTube</source>
5893 <target state="translated">Contribuir en PeerTube</target> 6244 <target state="translated">Contribuir en PeerTube</target>
5894 <context-group purpose="location"> 6245 <context-group purpose="location">
5895 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6246 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5913,7 +6264,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5913 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6264 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5914 </trans-unit> 6265 </trans-unit>
5915 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6266 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5916 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6267 <source>
6268 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6269 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6270 follows applies only if you want to keep using the P2P mode of PeerTube.
6271 </source>
5917 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target> 6272 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target>
5918 <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> 6273 <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>
5919 </trans-unit> 6274 </trans-unit>
@@ -5926,17 +6281,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5926 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5927 </trans-unit> 6282 </trans-unit>
5928 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6283 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5929 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6284 <source>
6285 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6286 In practice, this is much more difficult because:
6287 </source>
5930 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target> 6288 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target>
5931 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6289 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5932 </trans-unit> 6290 </trans-unit>
5933 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6291 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5934 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6292 <source>
6293 An HTTP request has to be sent on each tracker for each video to spy.
6294 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6295 </source>
5935 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target> 6296 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target>
5936 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5937 </trans-unit> 6298 </trans-unit>
5938 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6299 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5939 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6300 <source>
6301 For each request sent, the tracker returns random peers at a limited number.
6302 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
6303 requests sent to know every peer in the swarm
6304 </source>
5940 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target> 6305 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target>
5941 <context-group purpose="location"> 6306 <context-group purpose="location">
5942 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6307 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5949,7 +6314,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5949 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6314 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
5950 </trans-unit> 6315 </trans-unit>
5951 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6316 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5952 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6317 <source>
6318 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
6319 video
6320 </source>
5953 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target> 6321 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target>
5954 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6322 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
5955 </trans-unit> 6323 </trans-unit>
@@ -5959,12 +6327,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5959 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
5960 </trans-unit> 6328 </trans-unit>
5961 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6329 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5962 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6330 <source>
5963 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para más información </target> 6331 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
6332 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6333 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6334 to forward the information to.
6335 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
6336 </source>
6337 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para más información </target>
5964 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
5965 </trans-unit> 6339 </trans-unit>
5966 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6340 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5967 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6341 <source>
6342 The worst-case scenario of an average person spying on their friends is quite unlikely.
6343 There are much more effective ways to get that kind of information.
6344 </source>
5968 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target> 6345 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target>
5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6346 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
5970 </trans-unit> 6347 </trans-unit>
@@ -5977,7 +6354,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5977 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6354 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
5978 </trans-unit> 6355 </trans-unit>
5979 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6356 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
5980 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6357 <source>
6358 The threats to privacy with YouTube are different from PeerTube's.
6359 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6360 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6361 </source>
5981 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target> 6362 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target>
5982 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6363 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
5983 </trans-unit> 6364 </trans-unit>
@@ -5990,7 +6371,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5990 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6371 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5991 </trans-unit> 6372 </trans-unit>
5992 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6373 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5993 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6374 <source>
6375 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
6376 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6377 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.
6378 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6379 </source>
5994 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target> 6380 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target>
5995 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6381 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
5996 </trans-unit> 6382 </trans-unit>
@@ -6003,7 +6389,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6003 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6004 </trans-unit> 6390 </trans-unit>
6005 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6391 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6006 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6392 <source>
6393 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6394 and render attacks less likely. Here is what we put in place so far:
6395 </source>
6007 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target> 6396 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target>
6008 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6397 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6009 </trans-unit> 6398 </trans-unit>
@@ -6028,7 +6417,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6028 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6417 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6029 </trans-unit> 6418 </trans-unit>
6030 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6419 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6031 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6420 <source>
6421 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6422 WebRTC in your browser.
6423 </source>
6032 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target> 6424 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target>
6033 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6425 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6034 </trans-unit> 6426 </trans-unit>
@@ -6065,8 +6457,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6065 </context-group> 6457 </context-group>
6066 </trans-unit> 6458 </trans-unit>
6067 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6459 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6068 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6460 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6069 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6461 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6070 <context-group purpose="location"> 6462 <context-group purpose="location">
6071 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6463 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6072 <context context-type="linenumber">3</context> 6464 <context context-type="linenumber">3</context>
@@ -6145,8 +6537,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6145 </context-group> 6537 </context-group>
6146 </trans-unit> 6538 </trans-unit>
6147 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6539 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6148 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6540 <source>
6149 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target> 6541 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/>"/>
6542 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.
6543 </source>
6544 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target>
6150 <context-group purpose="location"> 6545 <context-group purpose="location">
6151 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6546 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6152 <context context-type="linenumber">4</context> 6547 <context context-type="linenumber">4</context>
@@ -6217,8 +6612,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6217 </context-group> 6612 </context-group>
6218 </trans-unit> 6613 </trans-unit>
6219 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6614 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6220 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6615 <source>
6221 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>de esta instancia </target> 6616 I am at least 16 years old and agree
6617 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>"/>
6618 <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>"/>
6619 of this instance
6620 </source>
6621 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>de esta instancia </target>
6222 <context-group purpose="location"> 6622 <context-group purpose="location">
6223 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6623 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6224 <context context-type="linenumber">65</context> 6624 <context context-type="linenumber">65</context>
@@ -6313,8 +6713,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6313 </context-group> 6713 </context-group>
6314 </trans-unit> 6714 </trans-unit>
6315 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6715 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6316 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6716 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6317 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> que mantiene la pista de audio original, sin video</target> 6717 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> que mantiene la pista de audio original, sin video</target>
6318 <context-group purpose="location"> 6718 <context-group purpose="location">
6319 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6719 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6320 <context context-type="linenumber">1</context> 6720 <context context-type="linenumber">1</context>
@@ -7071,15 +7471,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
7071 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7471 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7072 <context context-type="linenumber">1</context> 7472 <context context-type="linenumber">1</context>
7073 </context-group> 7473 </context-group>
7074 </trans-unit> 7474 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7075 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7475 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7076 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7077 <target state="translated">Usuario<x id="INTERPOLATION" equiv-text="{{user.username}}"/> actualizado.</target>
7078 <context-group purpose="location"> 7476 <context-group purpose="location">
7079 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7477 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7080 <context context-type="linenumber">1</context> 7478 <context context-type="linenumber">1</context>
7081 </context-group> 7479 </context-group>
7082 </trans-unit> 7480 </trans-unit>
7481
7083 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7482 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7084 <source>Update user</source> 7483 <source>Update user</source>
7085 <target>Actualizar usuario</target> 7484 <target>Actualizar usuario</target>
@@ -7948,6 +8347,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
7948 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8347 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7949 <context context-type="linenumber">1</context> 8348 <context context-type="linenumber">1</context>
7950 </context-group> 8349 </context-group>
8350 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8351 <source>Unknown</source><target state="new">Unknown</target>
8352 <context-group purpose="location">
8353 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8354 <context context-type="linenumber">1</context>
8355 </context-group>
7951 </trans-unit> 8356 </trans-unit>
7952 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8357 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
7953 <source>Your password has been successfully reset!</source> 8358 <source>Your password has been successfully reset!</source>
@@ -8019,8 +8424,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8019 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8424 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8020 </trans-unit> 8425 </trans-unit>
8021 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8426 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8022 <source>Long (&gt; 10 min)</source> 8427 <source>Long (> 10 min)</source>
8023 <target>Largo (&gt; 10 min)</target> 8428 <target>Largo (> 10 min)</target>
8024 <context-group name="null"> 8429 <context-group name="null">
8025 <context context-type="linenumber">1</context> 8430 <context context-type="linenumber">1</context>
8026 </context-group> 8431 </context-group>
@@ -9379,8 +9784,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9379 <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> 9784 <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>
9380 </trans-unit> 9785 </trans-unit>
9381 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9786 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9382 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9787 <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>
9383 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target> 9788 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que soporta:</target>
9384 <context-group name="null"> 9789 <context-group name="null">
9385 <context context-type="linenumber">1</context> 9790 <context context-type="linenumber">1</context>
9386 </context-group> 9791 </context-group>
@@ -9504,7 +9909,19 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9504 <context-group name="null"> 9909 <context-group name="null">
9505 <context context-type="linenumber">1</context> 9910 <context context-type="linenumber">1</context>
9506 </context-group> 9911 </context-group>
9507 <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> 9912
9913 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9914 <source>Mute server</source><target state="new">Mute server</target>
9915 <context-group purpose="location">
9916 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9917 <context context-type="linenumber">1</context>
9918 </context-group>
9919 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9920 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9921 <context-group purpose="location">
9922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9923 <context context-type="linenumber">1</context>
9924 </context-group>
9508 </trans-unit> 9925 </trans-unit>
9509 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9926 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9510 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9927 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -9858,6 +10275,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9858 </context-group> 10275 </context-group>
9859 <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> 10276 <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>
9860 <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> 10277 <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>
10278 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10279 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10280 <context-group purpose="location">
10281 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10282 <context context-type="linenumber">1</context>
10283 </context-group>
10284 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10285 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10286 <context-group purpose="location">
10287 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10288 <context context-type="linenumber">1</context>
10289 </context-group>
10290 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10291 <source>Delete video</source><target state="new">Delete video</target>
10292 <context-group purpose="location">
10293 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10294 <context context-type="linenumber">1</context>
10295 </context-group>
9861 </trans-unit> 10296 </trans-unit>
9862 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10297 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9863 <source>Encoder</source> 10298 <source>Encoder</source>
@@ -9926,7 +10361,25 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9926 <context-group name="null"> 10361 <context-group name="null">
9927 <context context-type="linenumber">1</context> 10362 <context context-type="linenumber">1</context>
9928 </context-group> 10363 </context-group>
9929 <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> 10364
10365 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10366 <source>Video deleted.</source><target state="new">Video deleted.</target>
10367 <context-group purpose="location">
10368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10369 <context context-type="linenumber">1</context>
10370 </context-group>
10371 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10372 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10373 <context-group purpose="location">
10374 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10375 <context context-type="linenumber">1</context>
10376 </context-group>
10377 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10378 <source>Mute reporter</source><target state="new">Mute reporter</target>
10379 <context-group purpose="location">
10380 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10381 <context context-type="linenumber">1</context>
10382 </context-group>
9930 </trans-unit> 10383 </trans-unit>
9931 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10384 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9932 <source>This video will be duplicated by your instance.</source> 10385 <source>This video will be duplicated by your instance.</source>
@@ -9949,22 +10402,39 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9949 <context context-type="linenumber">1</context> 10402 <context context-type="linenumber">1</context>
9950 </context-group> 10403 </context-group>
9951 <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> 10404 <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>
9952 </trans-unit> 10405 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9953 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10406 <source>Mirror</source><target state="new">Mirror</target>
9954 <source>Duplicate (redundancy)</source>
9955 <target state="translated">Duplicado (redundancia)</target>
9956 <context-group purpose="location"> 10407 <context-group purpose="location">
9957 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10408 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9958 <context context-type="linenumber">1</context> 10409 <context context-type="linenumber">1</context>
9959 </context-group> 10410 </context-group>
9960 </trans-unit> 10411 </trans-unit>
10412
9961 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10413 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
9962 <source>Report</source> 10414 <source>Report</source>
9963 <target>Reportar</target> 10415 <target>Reportar</target>
9964 <context-group name="null"> 10416 <context-group name="null">
9965 <context context-type="linenumber">1</context> 10417 <context context-type="linenumber">1</context>
9966 </context-group> 10418 </context-group>
9967 <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> 10419
10420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10421 <source>Note</source><target state="new">Note</target>
10422 <context-group purpose="location">
10423 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10424 <context context-type="linenumber">61</context>
10425 </context-group>
10426 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10427 <source>The video was deleted</source><target state="new">The video was deleted</target>
10428 <context-group purpose="location">
10429 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10430 <context context-type="linenumber">71</context>
10431 </context-group>
10432 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10433 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10434 <context-group purpose="location">
10435 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10436 <context context-type="linenumber">72</context>
10437 </context-group>
9968 </trans-unit> 10438 </trans-unit>
9969 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10439 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
9970 <source>Published</source> 10440 <source>Published</source>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 1c2625a8a..b5899833f 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -677,9 +677,9 @@
677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
678 <source>Deleted</source> 678 <source>Deleted</source>
679 <target state="translated">Ezabatua</target> 679 <target state="translated">Ezabatua</target>
680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 680
681 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 681
682 </trans-unit> 682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
684 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
685 <target state="new">Edit starts/stops at</target> 685 <target state="new">Edit starts/stops at</target>
@@ -1098,7 +1098,7 @@
1098 1098
1099 1099
1100 1100
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1103 <source>Ban this user</source> 1103 <source>Ban this user</source>
1104 <target>Debekatu erabiltzaile hau</target> 1104 <target>Debekatu erabiltzaile hau</target>
@@ -1110,11 +1110,8 @@
1110 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1110 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1111 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1111 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1112 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1112 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1113 <context-group purpose="location"> 1113
1114 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1115 <context context-type="linenumber">11</context>
1116 </context-group>
1117 </trans-unit>
1118 1115
1119 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1116 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1120 <source>Login</source> 1117 <source>Login</source>
@@ -1125,106 +1122,120 @@
1125 <context context-type="linenumber">2</context> 1122 <context context-type="linenumber">2</context>
1126 </context-group> 1123 </context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1128 </trans-unit> 1125 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1129 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1126 <source>
1130 <source>If you are looking for an account…</source> 1127 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1131 <target state="new"> 1128 </source><target state="new">
1132 If you are looking for an account… 1129 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1133 </target> 1130 </target>
1134 <context-group purpose="location"> 1131 <context-group purpose="location">
1135 <context context-type="sourcefile">src/app/login/login.component.html</context> 1132 <context context-type="sourcefile">src/app/login/login.component.html</context>
1136 <context context-type="linenumber">7</context> 1133 <context context-type="linenumber">6</context>
1137 </context-group> 1134 </context-group>
1138 </trans-unit> 1135 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1139 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1136 <source>
1137 If you are looking for an account…
1138 </source><target state="new">
1139 If you are looking for an account…
1140 </target>
1141 <context-group purpose="location">
1142 <context context-type="sourcefile">src/app/login/login.component.html</context>
1143 <context context-type="linenumber">12</context>
1144 </context-group>
1145 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1140 <source> 1146 <source>
1141 Currently this instance doesn't allow for user registration, but you can find an instance 1147 Currently this instance doesn't allow for user registration, but you can find an instance
1142 that gives you the possibility to sign up for an account and upload your videos there. 1148 that gives you the possibility to sign up for an account and upload your videos there.
1143 1149
1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1150 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1145 1151
1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1152 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </source> 1153 </source><target state="new">
1148 <target state="new"> 1154 Currently this instance doesn't allow for user registration, but you can find an instance
1149 Currently this instance doesn't allow for user registration, but you can find an instance 1155 that gives you the possibility to sign up for an account and upload your videos there.
1150 that gives you the possibility to sign up for an account and upload your videos there.
1151 1156
1152 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1157 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1153 1158
1154 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1159 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1155 </target> 1160 </target>
1156 <context-group purpose="location"> 1161 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/login/login.component.html</context> 1162 <context context-type="sourcefile">src/app/login/login.component.html</context>
1158 <context context-type="linenumber">11</context> 1163 <context context-type="linenumber">16</context>
1159 </context-group> 1164 </context-group>
1160 </trans-unit> 1165 </trans-unit>
1166
1167
1161 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1168 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1162 <source>Request new verification email.</source> 1169 <source>Request new verification email.</source>
1163 <target>Eskatu baieztatze e-mail berria</target> 1170 <target>Eskatu baieztatze e-mail berria</target>
1164 <context-group name="null"> 1171 <context-group name="null">
1165 <context context-type="linenumber">16</context> 1172 <context context-type="linenumber">16</context>
1166 </context-group> 1173 </context-group>
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1174
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1175
1169 </trans-unit> 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1170 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1177 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1171 <source>User</source> 1178 <source>User</source>
1172 <target>Erabiltzailea</target> 1179 <target>Erabiltzailea</target>
1173 <context-group name="null"> 1180 <context-group name="null">
1174 <context context-type="linenumber">13</context> 1181 <context context-type="linenumber">13</context>
1175 </context-group> 1182 </context-group>
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1183
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1184
1178 </trans-unit> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1179 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1186 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1180 <source>Username or email address</source> 1187 <source>Username or email address</source>
1181 <target>Erabiltzaile-izena edo e-mail helbidea</target> 1188 <target>Erabiltzaile-izena edo e-mail helbidea</target>
1182 <context-group name="null"> 1189 <context-group name="null">
1183 <context context-type="linenumber">15</context> 1190 <context context-type="linenumber">15</context>
1184 </context-group> 1191 </context-group>
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1192
1186 </trans-unit> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1187 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1194 <source>
1188 <source>or create an account</source> 1195 or create an account
1189 <target> 1196 </source><target state="new">
1190 edo sortu kontu bat 1197 or create an account
1191 </target> 1198 </target>
1192 <context-group name="null"> 1199 <context-group purpose="location">
1193 <context context-type="linenumber">18</context> 1200 <context context-type="sourcefile">src/app/login/login.component.html</context>
1201 <context context-type="linenumber">40</context>
1194 </context-group> 1202 </context-group>
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1196 </trans-unit> 1203 </trans-unit>
1204
1197 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1205 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1198 <source>Password</source> 1206 <source>Password</source>
1199 <target>Pasahitza</target> 1207 <target>Pasahitza</target>
1200 <context-group name="null"> 1208 <context-group name="null">
1201 <context context-type="linenumber">54</context> 1209 <context context-type="linenumber">54</context>
1202 </context-group> 1210 </context-group>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1211
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1212
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1213
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1214
1207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1215
1208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1216
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1217
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1218
1211 </trans-unit> 1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1212 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1220 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1213 <source>Click here to reset your password</source> 1221 <source>Click here to reset your password</source>
1214 <target state="translated">Egin klik hemen zure pasahitza berrezartzeko</target> 1222 <target state="translated">Egin klik hemen zure pasahitza berrezartzeko</target>
1215 <context-group purpose="location"> 1223
1216 <context context-type="sourcefile">src/app/login/login.component.html</context> 1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1217 <context context-type="linenumber">50</context>
1218 </context-group>
1219 </trans-unit>
1220 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1225 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1221 <source>Login</source> 1226 <source>Login</source>
1222 <target>Hasi saioa</target> 1227 <target>Hasi saioa</target>
1223 <context-group name="null"> 1228 <context-group name="null">
1224 <context context-type="linenumber">32</context> 1229 <context context-type="linenumber">32</context>
1225 </context-group> 1230 </context-group>
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1231
1227 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1232
1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1234 <source>Or sign in with</source><target state="new">Or sign in with</target>
1235 <context-group purpose="location">
1236 <context context-type="sourcefile">src/app/login/login.component.html</context>
1237 <context context-type="linenumber">68</context>
1238 </context-group>
1228 </trans-unit> 1239 </trans-unit>
1229 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1240 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1230 <source>Forgot your password</source> 1241 <source>Forgot your password</source>
@@ -1232,13 +1243,13 @@
1232 <context-group name="null"> 1243 <context-group name="null">
1233 <context context-type="linenumber">58</context> 1244 <context context-type="linenumber">58</context>
1234 </context-group> 1245 </context-group>
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1246
1236 </trans-unit> 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1237 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1248 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1238 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1249 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1239 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target> 1250 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target>
1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1251
1241 </trans-unit> 1252 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1242 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1253 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1243 <source>Email</source> 1254 <source>Email</source>
1244 <target>E-mail</target> 1255 <target>E-mail</target>
@@ -1253,24 +1264,24 @@
1253 1264
1254 1265
1255 1266
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1257 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1268 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1258 <source>Email address</source> 1269 <source>Email address</source>
1259 <target>E-mail helbidea</target> 1270 <target>E-mail helbidea</target>
1260 <context-group name="null"> 1271 <context-group name="null">
1261 <context context-type="linenumber">10</context> 1272 <context context-type="linenumber">10</context>
1262 </context-group> 1273 </context-group>
1263 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1274
1264 <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">10</context></context-group> 1275
1265 </trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1266 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1277 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1267 <source>Send me an email to reset my password</source> 1278 <source>Send me an email to reset my password</source>
1268 <target>Bidali e-mail bat nire pasahitza berrezartzeko</target> 1279 <target>Bidali e-mail bat nire pasahitza berrezartzeko</target>
1269 <context-group name="null"> 1280 <context-group name="null">
1270 <context context-type="linenumber">82</context> 1281 <context context-type="linenumber">82</context>
1271 </context-group> 1282 </context-group>
1272 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1283
1273 </trans-unit> 1284 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1274 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1285 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1275 <source>Reset my password</source> 1286 <source>Reset my password</source>
1276 <target> 1287 <target>
@@ -2186,16 +2197,16 @@
2186 <context-group name="null"> 2197 <context-group name="null">
2187 <context context-type="linenumber">29</context> 2198 <context context-type="linenumber">29</context>
2188 </context-group> 2199 </context-group>
2189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2200
2190 </trans-unit> 2201 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2191 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2202 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2192 <source>Add this caption</source> 2203 <source>Add this caption</source>
2193 <target>Gehitu azpititulu hau</target> 2204 <target>Gehitu azpititulu hau</target>
2194 <context-group name="null"> 2205 <context-group name="null">
2195 <context context-type="linenumber">40</context> 2206 <context context-type="linenumber">40</context>
2196 </context-group> 2207 </context-group>
2197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2208
2198 </trans-unit> 2209 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2199 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2210 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2200 <source>Title</source> 2211 <source>Title</source>
2201 <target>Izenburua</target> 2212 <target>Izenburua</target>
@@ -3065,7 +3076,7 @@
3065 <context context-type="linenumber">215</context> 3076 <context context-type="linenumber">215</context>
3066 </context-group> 3077 </context-group>
3067 3078
3068 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3069 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3080 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3070 <source>Get more information</source> 3081 <source>Get more information</source>
3071 <target>Lortu informazio gehiago</target> 3082 <target>Lortu informazio gehiago</target>
@@ -3286,11 +3297,8 @@
3286 3297
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3288 <source>Follow domain</source><target state="new">Follow domain</target> 3299 <source>Follow domain</source><target state="new">Follow domain</target>
3289 <context-group purpose="location"> 3300
3290 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3301 <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>
3291 <context context-type="linenumber">15</context>
3292 </context-group>
3293 </trans-unit>
3294 3302
3295 3303
3296 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3304 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3302,7 +3310,37 @@
3302 3310
3303 3311
3304 3312
3305 <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">29</context></context-group></trans-unit> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3314 <source>Clear filters</source><target state="new">Clear filters</target>
3315 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3317 <context context-type="linenumber">15</context>
3318 </context-group>
3319 <context-group purpose="location">
3320 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3321 <context context-type="linenumber">15</context>
3322 </context-group>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3325 <context context-type="linenumber">34</context>
3326 </context-group>
3327 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3329 <context context-type="linenumber">16</context>
3330 </context-group>
3331 <context-group purpose="location">
3332 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3333 <context context-type="linenumber">31</context>
3334 </context-group>
3335 <context-group purpose="location">
3336 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3337 <context context-type="linenumber">15</context>
3338 </context-group>
3339 <context-group purpose="location">
3340 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3341 <context context-type="linenumber">15</context>
3342 </context-group>
3343 </trans-unit>
3306 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3344 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3307 <source>ID</source> 3345 <source>ID</source>
3308 <target>ID-a</target> 3346 <target>ID-a</target>
@@ -3314,8 +3352,8 @@
3314 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3352 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3315 <source>Follower handle</source> 3353 <source>Follower handle</source>
3316 <target state="new">Follower handle</target> 3354 <target state="new">Follower handle</target>
3317 <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> 3355
3318 </trans-unit> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3319 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3357 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3320 <source>State</source> 3358 <source>State</source>
3321 <target>Egoera</target> 3359 <target>Egoera</target>
@@ -3324,7 +3362,7 @@
3324 </context-group> 3362 </context-group>
3325 3363
3326 3364
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3328 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3366 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3329 <source>Delayed.</source> 3367 <source>Delayed.</source>
3330 <target state="new">Delayed.</target> 3368 <target state="new">Delayed.</target>
@@ -3362,7 +3400,7 @@
3362 3400
3363 3401
3364 3402
3365 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3366 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3404 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3367 <source>Accepted</source> 3405 <source>Accepted</source>
3368 <target>Onartua</target> 3406 <target>Onartua</target>
@@ -3371,7 +3409,7 @@
3371 </context-group> 3409 </context-group>
3372 3410
3373 3411
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3375 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3413 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3376 <source>Pending</source> 3414 <source>Pending</source>
3377 <target>Zain</target> 3415 <target>Zain</target>
@@ -3380,21 +3418,39 @@
3380 </context-group> 3418 </context-group>
3381 3419
3382 3420
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3384 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3422 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3385 <source>Accept</source> 3423 <source>Accept</source>
3386 <target state="new">Accept</target> 3424 <target state="new">Accept</target>
3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3425
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3426
3389 </trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3390 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3428 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3391 <source>Refuse</source> 3429 <source>Refuse</source>
3392 <target>Errefusatu</target> 3430 <target>Errefusatu</target>
3393 <context-group name="null"> 3431 <context-group name="null">
3394 <context context-type="linenumber">42</context> 3432 <context context-type="linenumber">42</context>
3395 </context-group> 3433 </context-group>
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3434
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3435
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3437 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3440 <context context-type="linenumber">55</context>
3441 </context-group>
3442 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3443 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3446 <context context-type="linenumber">56</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3452 <context context-type="linenumber">5</context>
3453 </context-group>
3398 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3454 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3399 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3455 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3400 <context-group purpose="location"> 3456 <context-group purpose="location">
@@ -3409,18 +3465,43 @@
3409 <context context-type="linenumber">19</context> 3465 <context context-type="linenumber">19</context>
3410 </context-group> 3466 </context-group>
3411 3467
3412 <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> 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3413 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3469 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3414 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3470 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3415 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3471 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3416 3472
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3418 <source>Follow domains</source><target state="new">Follow domains</target> 3474 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3419 <context-group purpose="location"> 3475 <context-group purpose="location">
3420 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3476 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3421 <context context-type="linenumber">50</context> 3477 <context context-type="linenumber">37</context>
3422 </context-group> 3478 </context-group>
3423 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3479 <context-group purpose="location">
3480 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3481 <context context-type="linenumber">35</context>
3482 </context-group>
3483 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3484 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3485 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3487 <context context-type="linenumber">62</context>
3488 </context-group>
3489 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3490 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3491 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3493 <context context-type="linenumber">63</context>
3494 </context-group>
3495 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3496 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3499 <context context-type="linenumber">5</context>
3500 </context-group>
3501 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3502 <source>Follow domains</source><target state="new">Follow domains</target>
3503
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3424 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3505 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3425 <context-group purpose="location"> 3506 <context-group purpose="location">
3426 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3507 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3493,7 +3574,7 @@
3493 3574
3494 3575
3495 3576
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3497 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3578 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3498 <source> 3579 <source>
3499 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3580 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -3580,7 +3661,7 @@
3580 <source>Batch actions</source> 3661 <source>Batch actions</source>
3581 <target state="new">Batch actions</target> 3662 <target state="new">Batch actions</target>
3582 3663
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3584 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3665 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3585 <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> 3666 <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>
3586 <target>Erabiltzaile-izena <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3667 <target>Erabiltzaile-izena <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3588,12 +3669,12 @@
3588 <context context-type="linenumber">40</context> 3669 <context context-type="linenumber">40</context>
3589 </context-group> 3670 </context-group>
3590 3671
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3592 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3673 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3593 <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> 3674 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3594 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3675 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3595 3676
3596 <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></trans-unit> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3597 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3678 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3598 <source>(banned)</source> 3679 <source>(banned)</source>
3599 <target>(debekatua)</target> 3680 <target>(debekatua)</target>
@@ -3601,17 +3682,11 @@
3601 <context context-type="linenumber">65</context> 3682 <context context-type="linenumber">65</context>
3602 </context-group> 3683 </context-group>
3603 3684
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3605 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3686 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3606 <context-group purpose="location"> 3687
3607 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3688
3608 <context context-type="linenumber">65</context> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3609 </context-group>
3610 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3612 <context context-type="linenumber">27</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3690 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3616 <source>User's email must be verified to login</source> 3691 <source>User's email must be verified to login</source>
3617 <target>Erabiltzailearen e-mail helbidea baieztatu behar da saioa hasi aurretik</target> 3692 <target>Erabiltzailearen e-mail helbidea baieztatu behar da saioa hasi aurretik</target>
@@ -3619,7 +3694,7 @@
3619 <context context-type="linenumber">72</context> 3694 <context context-type="linenumber">72</context>
3620 </context-group> 3695 </context-group>
3621 3696
3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3623 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3698 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3624 <source>User's email is verified / User can login without email verification</source> 3699 <source>User's email is verified / User can login without email verification</source>
3625 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target> 3700 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target>
@@ -3627,7 +3702,7 @@
3627 <context context-type="linenumber">76</context> 3702 <context context-type="linenumber">76</context>
3628 </context-group> 3703 </context-group>
3629 3704
3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3631 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3706 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3632 <source>Ban reason:</source> 3707 <source>Ban reason:</source>
3633 <target>Debekatzeko arrazoia:</target> 3708 <target>Debekatzeko arrazoia:</target>
@@ -3635,7 +3710,7 @@
3635 <context context-type="linenumber">95</context> 3710 <context context-type="linenumber">95</context>
3636 </context-group> 3711 </context-group>
3637 3712
3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3639 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3714 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3640 <context-group purpose="location"> 3715 <context-group purpose="location">
3641 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3716 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3692,11 +3767,8 @@
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3693 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3768 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3694 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3769 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3695 <context-group purpose="location"> 3770
3696 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3697 <context context-type="linenumber">10</context>
3698 </context-group>
3699 </trans-unit>
3700 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3772 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3701 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3773 <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>
3702 <target>Bideoaren izena <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3774 <target>Bideoaren izena <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3705,35 +3777,44 @@
3705 </context-group> 3777 </context-group>
3706 3778
3707 3779
3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3709 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3781 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3710 <source>Video URL</source> 3782 <source>Video URL</source>
3711 <target state="new">Video URL</target> 3783 <target state="new">Video URL</target>
3712 3784
3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3714 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3786 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3715 <source>Total size</source> 3787 <source>Total size</source>
3716 <target state="new">Total size</target> 3788 <target state="new">Total size</target>
3717 3789
3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3719 <source>List redundancies</source><target state="new">List redundancies</target> 3791 <source>List redundancies</source><target state="new">List redundancies</target>
3792
3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3794 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3720 <context-group purpose="location"> 3795 <context-group purpose="location">
3721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3796 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3722 <context context-type="linenumber">33</context> 3797 <context context-type="linenumber">77</context>
3798 </context-group>
3799 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3800 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3801 <context-group purpose="location">
3802 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3803 <context context-type="linenumber">78</context>
3723 </context-group> 3804 </context-group>
3724 </trans-unit> 3805 </trans-unit>
3725 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3806 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3726 <source>Enabled strategies stats</source> 3807 <source>Enabled strategies stats</source>
3727 <target state="new">Enabled strategies stats</target> 3808 <target state="new">Enabled strategies stats</target>
3728 3809
3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3730 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3811 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3731 <source>No redundancy strategy is enabled on your instance.</source> 3812 <source>No redundancy strategy is enabled on your instance.</source>
3732 <target state="new"> 3813 <target state="new">
3733 No redundancy strategy is enabled on your instance. 3814 No redundancy strategy is enabled on your instance.
3734 </target> 3815 </target>
3735 3816
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3737 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3818 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3738 <source>Sensitive</source> 3819 <source>Sensitive</source>
3739 <target>Hunkigarria</target> 3820 <target>Hunkigarria</target>
@@ -3741,12 +3822,12 @@
3741 <context context-type="linenumber">9</context> 3822 <context context-type="linenumber">9</context>
3742 </context-group> 3823 </context-group>
3743 3824
3744 <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">11</context></context-group></trans-unit> 3825 <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">25</context></context-group></trans-unit>
3745 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3826 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3746 <source>Unfederated</source> 3827 <source>Unfederated</source>
3747 <target state="new">Unfederated</target> 3828 <target state="new">Unfederated</target>
3748 3829
3749 <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">12</context></context-group></trans-unit> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3750 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3831 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3751 <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> 3832 <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>
3752 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3833 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3754,7 +3835,17 @@
3754 <context context-type="linenumber">11</context> 3835 <context context-type="linenumber">11</context>
3755 </context-group> 3836 </context-group>
3756 3837
3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3839 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3840 <context-group purpose="location">
3841 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3842 <context context-type="linenumber">50</context>
3843 </context-group>
3844 <context-group purpose="location">
3845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3846 <context context-type="linenumber">89</context>
3847 </context-group>
3848 </trans-unit>
3758 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3849 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3759 <source>Go to the video</source> 3850 <source>Go to the video</source>
3760 <target>Joan bideora</target> 3851 <target>Joan bideora</target>
@@ -3764,7 +3855,7 @@
3764 3855
3765 3856
3766 3857
3767 <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">28</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">33</context></context-group></trans-unit> 3858 <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">33</context></context-group></trans-unit>
3768 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3859 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3769 <source>Actions</source> 3860 <source>Actions</source>
3770 <target>Ekintzak</target> 3861 <target>Ekintzak</target>
@@ -3773,7 +3864,7 @@
3773 </context-group> 3864 </context-group>
3774 3865
3775 3866
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3867 <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">72</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">123</context></context-group></trans-unit>
3777 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3868 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3778 <source>Blacklist reason:</source> 3869 <source>Blacklist reason:</source>
3779 <target>Zerrenda beltzean sartzeko arrazoia:</target> 3870 <target>Zerrenda beltzean sartzeko arrazoia:</target>
@@ -3781,7 +3872,19 @@
3781 <context context-type="linenumber">43</context> 3872 <context context-type="linenumber">43</context>
3782 </context-group> 3873 </context-group>
3783 3874
3784 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3875 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3876 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3879 <context context-type="linenumber">93</context>
3880 </context-group>
3881 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3882 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3883 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3885 <context context-type="linenumber">94</context>
3886 </context-group>
3887 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3785 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3888 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3786 <context-group purpose="location"> 3889 <context-group purpose="location">
3787 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3890 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3813,7 +3916,43 @@
3813 <context context-type="linenumber">26</context> 3916 <context context-type="linenumber">26</context>
3814 </context-group> 3917 </context-group>
3815 3918
3816 <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">31</context></context-group></trans-unit> 3919 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3920 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3921 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3923 <context context-type="linenumber">18</context>
3924 </context-group>
3925 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3926 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3927 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3929 <context context-type="linenumber">19</context>
3930 </context-group>
3931 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3932 <source>Accepted reports</source><target state="new">Accepted reports</target>
3933 <context-group purpose="location">
3934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3935 <context context-type="linenumber">20</context>
3936 </context-group>
3937 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3938 <source>Refused reports</source><target state="new">Refused reports</target>
3939 <context-group purpose="location">
3940 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3941 <context context-type="linenumber">21</context>
3942 </context-group>
3943 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3944 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3945 <context-group purpose="location">
3946 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3947 <context context-type="linenumber">22</context>
3948 </context-group>
3949 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3950 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3951 <context-group purpose="location">
3952 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3953 <context context-type="linenumber">23</context>
3954 </context-group>
3955 </trans-unit>
3817 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3956 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3818 <source>Reporter</source> 3957 <source>Reporter</source>
3819 <target>Salatzailea</target> 3958 <target>Salatzailea</target>
@@ -3821,7 +3960,7 @@
3821 <context context-type="linenumber">8</context> 3960 <context context-type="linenumber">8</context>
3822 </context-group> 3961 </context-group>
3823 3962
3824 <context-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></trans-unit> 3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3825 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3964 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3826 <source>Video</source> 3965 <source>Video</source>
3827 <target>Bideoa</target> 3966 <target>Bideoa</target>
@@ -3831,13 +3970,44 @@
3831 3970
3832 3971
3833 3972
3834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3835 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3974 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3836 <context-group purpose="location"> 3975 <context-group purpose="location">
3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3976 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3838 <context context-type="linenumber">46</context> 3977 <context context-type="linenumber">80</context>
3839 </context-group> 3978 </context-group>
3840 </trans-unit> 3979 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3980 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3981 <context-group purpose="location">
3982 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3983 <context context-type="linenumber">91</context>
3984 </context-group>
3985 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3987 <context context-type="linenumber">107</context>
3988 </context-group>
3989 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3990 <source>Video was deleted</source><target state="new">Video was deleted</target>
3991 <context-group purpose="location">
3992 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3993 <context context-type="linenumber">98</context>
3994 </context-group>
3995 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3996 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3997 <context-group purpose="location">
3998 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3999 <context context-type="linenumber">141</context>
4000 </context-group>
4001 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4002 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4003 <context-group purpose="location">
4004 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4005 <context context-type="linenumber">142</context>
4006 </context-group>
4007 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4008 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4009
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3841 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4011 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3842 <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> 4012 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3843 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4013 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3847,15 +4017,12 @@
3847 4017
3848 4018
3849 4019
3850 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3851 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4021 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3852 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4022 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3853 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4023 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3854 <context-group purpose="location"> 4024
3855 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3856 <context context-type="linenumber">18</context>
3857 </context-group>
3858 </trans-unit>
3859 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4026 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3860 <source>Go to the account</source> 4027 <source>Go to the account</source>
3861 <target>Joan kontura</target> 4028 <target>Joan kontura</target>
@@ -3865,25 +4032,56 @@
3865 4032
3866 4033
3867 <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">27</context></context-group></trans-unit> 4034 <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">27</context></context-group></trans-unit>
3868 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4035 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3869 <source>Reason:</source>
3870 <target>Arrazoia:</target>
3871 <context-group name="null">
3872 <context context-type="linenumber">53</context>
3873 </context-group>
3874
3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3876 <source>Note:</source><target state="new">Note:</target>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3879 <context context-type="linenumber">72</context>
3880 </context-group>
3881 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3882 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4036 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3883 <context-group purpose="location"> 4037 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3885 <context context-type="linenumber">5</context> 4039 <context context-type="linenumber">5</context>
3886 </context-group> 4040 </context-group>
4041 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4042 <source>
4043 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4044 </source><target state="new">
4045 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4046 </target>
4047 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4049 <context context-type="linenumber">20</context>
4050 </context-group>
4051 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4052 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4053 <context-group purpose="location">
4054 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4055 <context context-type="linenumber">21</context>
4056 </context-group>
4057 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4058 <source>Reportee</source><target state="new">Reportee</target>
4059 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4061 <context context-type="linenumber">27</context>
4062 </context-group>
4063 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4064 <source>
4065 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4066 </source><target state="new">
4067 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4068 </target>
4069 <context-group purpose="location">
4070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4071 <context context-type="linenumber">40</context>
4072 </context-group>
4073 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4074 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4075 <context-group purpose="location">
4076 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4077 <context context-type="linenumber">41</context>
4078 </context-group>
4079 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4080 <source>Updated</source><target state="new">Updated</target>
4081 <context-group purpose="location">
4082 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4083 <context context-type="linenumber">47</context>
4084 </context-group>
3887 </trans-unit> 4085 </trans-unit>
3888 4086
3889 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4087 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3896,11 +4094,8 @@
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3897 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4095 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3898 <source>Mute domain</source><target state="new">Mute domain</target> 4096 <source>Mute domain</source><target state="new">Mute domain</target>
3899 <context-group purpose="location"> 4097
3900 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4098 <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></trans-unit>
3901 <context context-type="linenumber">11</context>
3902 </context-group>
3903 </trans-unit>
3904 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4099 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3905 <source>Instance</source> 4100 <source>Instance</source>
3906 <target>Instantzia</target> 4101 <target>Instantzia</target>
@@ -3910,7 +4105,7 @@
3910 4105
3911 4106
3912 4107
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3914 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4109 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3915 <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> 4110 <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>
3916 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4111 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3918,7 +4113,7 @@
3918 4113
3919 4114
3920 4115
3921 <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">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">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> 4116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3922 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4117 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3923 <source>Unmute</source> 4118 <source>Unmute</source>
3924 <target>Desmututu</target> 4119 <target>Desmututu</target>
@@ -3929,7 +4124,19 @@
3929 4124
3930 4125
3931 4126
3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4128 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4129 <context-group purpose="location">
4130 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4131 <context context-type="linenumber">51</context>
4132 </context-group>
4133 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4134 <source>No server found.</source><target state="new">No server found.</target>
4135 <context-group purpose="location">
4136 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4137 <context context-type="linenumber">52</context>
4138 </context-group>
4139 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3933 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4140 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3934 <context-group purpose="location"> 4141 <context-group purpose="location">
3935 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4142 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3941,17 +4148,11 @@
3941 </source><target state="new"> 4148 </source><target state="new">
3942 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4149 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3943 </target> 4150 </target>
3944 <context-group purpose="location"> 4151
3945 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3946 <context context-type="linenumber">37</context>
3947 </context-group>
3948 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3949 <source>Mute domains</source><target state="new">Mute domains</target> 4153 <source>Mute domains</source><target state="new">Mute domains</target>
3950 <context-group purpose="location"> 4154
3951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3952 <context context-type="linenumber">35</context>
3953 </context-group>
3954 </trans-unit>
3955 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4156 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3956 <source>Account</source> 4157 <source>Account</source>
3957 <target>Kontua</target> 4158 <target>Kontua</target>
@@ -3960,7 +4161,19 @@
3960 </context-group> 4161 </context-group>
3961 4162
3962 4163
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4165 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4166 <context-group purpose="location">
4167 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4168 <context context-type="linenumber">58</context>
4169 </context-group>
4170 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4171 <source>No account found.</source><target state="new">No account found.</target>
4172 <context-group purpose="location">
4173 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4174 <context context-type="linenumber">59</context>
4175 </context-group>
4176 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3964 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4177 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3965 <context-group purpose="location"> 4178 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4179 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4078,8 +4291,8 @@
4078 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4291 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
4079 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4292 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
4080 <target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target> 4293 <target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target>
4081 <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">29</context></context-group> 4294
4082 </trans-unit> 4295 <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">47</context></context-group></trans-unit>
4083 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4296 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4084 <source>System</source> 4297 <source>System</source>
4085 <target state="new">System</target> 4298 <target state="new">System</target>
@@ -4297,7 +4510,7 @@
4297 <source>Strategy</source> 4510 <source>Strategy</source>
4298 <target state="new">Strategy</target> 4511 <target state="new">Strategy</target>
4299 4512
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4301 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4514 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4302 <source>Terms</source> 4515 <source>Terms</source>
4303 <target>Baldintzak</target> 4516 <target>Baldintzak</target>
@@ -5393,20 +5606,14 @@
5393 <context-group name="null"> 5606 <context-group name="null">
5394 <context context-type="linenumber">8</context> 5607 <context context-type="linenumber">8</context>
5395 </context-group> 5608 </context-group>
5396 <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> 5609
5397 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5610 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5398 <source>See the error</source><target state="new">See the error</target> 5611 <source>See the error</source><target state="new">See the error</target>
5399 <context-group purpose="location"> 5612
5400 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5613 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5401 <context context-type="linenumber">19</context>
5402 </context-group>
5403 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5404 <source>This video was deleted</source><target state="new">This video was deleted</target> 5614 <source>This video was deleted</source><target state="new">This video was deleted</target>
5405 <context-group purpose="location"> 5615
5406 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5616 <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">37</context></context-group></trans-unit>
5407 <context context-type="linenumber">36</context>
5408 </context-group>
5409 </trans-unit>
5410 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5617 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5411 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5618 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5412 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5619 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -7395,15 +7602,14 @@
7395 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7602 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7396 <context context-type="linenumber">1</context> 7603 <context context-type="linenumber">1</context>
7397 </context-group> 7604 </context-group>
7398 </trans-unit> 7605 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7399 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7606 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7400 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7401 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
7402 <context-group purpose="location"> 7607 <context-group purpose="location">
7403 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7608 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7404 <context context-type="linenumber">1</context> 7609 <context context-type="linenumber">1</context>
7405 </context-group> 7610 </context-group>
7406 </trans-unit> 7611 </trans-unit>
7612
7407 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7613 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7408 <source>Update user</source> 7614 <source>Update user</source>
7409 <target>Eguneratu erabiltzailea</target> 7615 <target>Eguneratu erabiltzailea</target>
@@ -8271,6 +8477,12 @@
8271 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8477 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8272 <context context-type="linenumber">1</context> 8478 <context context-type="linenumber">1</context>
8273 </context-group> 8479 </context-group>
8480 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8481 <source>Unknown</source><target state="new">Unknown</target>
8482 <context-group purpose="location">
8483 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8484 <context context-type="linenumber">1</context>
8485 </context-group>
8274 </trans-unit> 8486 </trans-unit>
8275 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8487 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8276 <source>Your password has been successfully reset!</source> 8488 <source>Your password has been successfully reset!</source>
@@ -9833,7 +10045,19 @@
9833 <context-group name="null"> 10045 <context-group name="null">
9834 <context context-type="linenumber">1</context> 10046 <context context-type="linenumber">1</context>
9835 </context-group> 10047 </context-group>
9836 <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> 10048
10049 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10050 <source>Mute server</source><target state="new">Mute server</target>
10051 <context-group purpose="location">
10052 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10053 <context context-type="linenumber">1</context>
10054 </context-group>
10055 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10056 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10057 <context-group purpose="location">
10058 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10059 <context context-type="linenumber">1</context>
10060 </context-group>
9837 </trans-unit> 10061 </trans-unit>
9838 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10062 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9839 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10063 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10186,7 +10410,25 @@
10186 <context context-type="linenumber">1</context> 10410 <context context-type="linenumber">1</context>
10187 </context-group> 10411 </context-group>
10188 10412
10189 <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><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> 10413 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10414 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10415 <context-group purpose="location">
10416 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10417 <context context-type="linenumber">1</context>
10418 </context-group>
10419 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10420 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10421 <context-group purpose="location">
10422 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10423 <context context-type="linenumber">1</context>
10424 </context-group>
10425 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10426 <source>Delete video</source><target state="new">Delete video</target>
10427 <context-group purpose="location">
10428 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10429 <context context-type="linenumber">1</context>
10430 </context-group>
10431 </trans-unit>
10190 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10432 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10191 <source>Encoder</source> 10433 <source>Encoder</source>
10192 <target state="new">Encoder</target> 10434 <target state="new">Encoder</target>
@@ -10254,7 +10496,25 @@
10254 <context-group name="null"> 10496 <context-group name="null">
10255 <context context-type="linenumber">1</context> 10497 <context context-type="linenumber">1</context>
10256 </context-group> 10498 </context-group>
10257 <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> 10499
10500 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10501 <source>Video deleted.</source><target state="new">Video deleted.</target>
10502 <context-group purpose="location">
10503 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10504 <context context-type="linenumber">1</context>
10505 </context-group>
10506 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10507 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10508 <context-group purpose="location">
10509 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10510 <context context-type="linenumber">1</context>
10511 </context-group>
10512 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10513 <source>Mute reporter</source><target state="new">Mute reporter</target>
10514 <context-group purpose="location">
10515 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10516 <context context-type="linenumber">1</context>
10517 </context-group>
10258 </trans-unit> 10518 </trans-unit>
10259 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10519 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10260 <source>This video will be duplicated by your instance.</source> 10520 <source>This video will be duplicated by your instance.</source>
@@ -10277,22 +10537,39 @@
10277 <context context-type="linenumber">1</context> 10537 <context context-type="linenumber">1</context>
10278 </context-group> 10538 </context-group>
10279 <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> 10539 <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>
10280 </trans-unit> 10540 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10281 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10541 <source>Mirror</source><target state="new">Mirror</target>
10282 <source>Duplicate (redundancy)</source>
10283 <target state="new">Duplicate (redundancy)</target>
10284 <context-group purpose="location"> 10542 <context-group purpose="location">
10285 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10543 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10286 <context context-type="linenumber">1</context> 10544 <context context-type="linenumber">1</context>
10287 </context-group> 10545 </context-group>
10288 </trans-unit> 10546 </trans-unit>
10547
10289 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10548 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10290 <source>Report</source> 10549 <source>Report</source>
10291 <target>Salatu</target> 10550 <target>Salatu</target>
10292 <context-group name="null"> 10551 <context-group name="null">
10293 <context context-type="linenumber">1</context> 10552 <context context-type="linenumber">1</context>
10294 </context-group> 10553 </context-group>
10295 <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> 10554
10555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10556 <source>Note</source><target state="new">Note</target>
10557 <context-group purpose="location">
10558 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10559 <context context-type="linenumber">61</context>
10560 </context-group>
10561 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10562 <source>The video was deleted</source><target state="new">The video was deleted</target>
10563 <context-group purpose="location">
10564 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10565 <context context-type="linenumber">71</context>
10566 </context-group>
10567 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10568 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10569 <context-group purpose="location">
10570 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10571 <context context-type="linenumber">72</context>
10572 </context-group>
10296 </trans-unit> 10573 </trans-unit>
10297 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10574 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10298 <source>Published</source> 10575 <source>Published</source>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 91640da08..422dc11fd 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -640,7 +640,7 @@
640 <target state="new">Deleted</target> 640 <target state="new">Deleted</target>
641 641
642 642
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
645 <source>Edit starts/stops at</source> 645 <source>Edit starts/stops at</source>
646 <target state="new">Edit starts/stops at</target> 646 <target state="new">Edit starts/stops at</target>
@@ -1015,7 +1015,7 @@
1015 1015
1016 1016
1017 1017
1018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1019 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1019 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1020 <source>Ban this user</source> 1020 <source>Ban this user</source>
1021 <target state="new">Ban this user</target> 1021 <target state="new">Ban this user</target>
@@ -1024,11 +1024,8 @@
1024 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1024 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1025 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1025 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1026 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1026 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1027 <context-group purpose="location"> 1027
1028 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1029 <context context-type="linenumber">11</context>
1030 </context-group>
1031 </trans-unit>
1032 1029
1033 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1030 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1034 <source>Login</source> 1031 <source>Login</source>
@@ -1039,35 +1036,45 @@
1039 <context context-type="linenumber">2</context> 1036 <context context-type="linenumber">2</context>
1040 </context-group> 1037 </context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1042 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1039 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1043 <source> 1040 <source>
1044 If you are looking for an account… 1041 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1045 </source><target state="new"> 1042 </source><target state="new">
1046 If you are looking for an account… 1043 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1047 </target> 1044 </target>
1048 <context-group purpose="location"> 1045 <context-group purpose="location">
1049 <context context-type="sourcefile">src/app/login/login.component.html</context> 1046 <context context-type="sourcefile">src/app/login/login.component.html</context>
1050 <context context-type="linenumber">7</context> 1047 <context context-type="linenumber">6</context>
1051 </context-group> 1048 </context-group>
1052 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1049 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1053 <source> 1050 <source>
1054 Currently this instance doesn't allow for user registration, but you can find an instance 1051 If you are looking for an account…
1055 that gives you the possibility to sign up for an account and upload your videos there. 1052 </source><target state="new">
1053 If you are looking for an account…
1054 </target>
1055 <context-group purpose="location">
1056 <context context-type="sourcefile">src/app/login/login.component.html</context>
1057 <context context-type="linenumber">12</context>
1058 </context-group>
1059 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1060 <source>
1061 Currently this instance doesn't allow for user registration, but you can find an instance
1062 that gives you the possibility to sign up for an account and upload your videos there.
1056 1063
1057 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1064 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1058 1065
1059 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1066 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1060 </source><target state="new"> 1067 </source><target state="new">
1061 Currently this instance doesn't allow for user registration, but you can find an instance 1068 Currently this instance doesn't allow for user registration, but you can find an instance
1062 that gives you the possibility to sign up for an account and upload your videos there. 1069 that gives you the possibility to sign up for an account and upload your videos there.
1063 1070
1064 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1071 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1065 1072
1066 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1073 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1067 </target> 1074 </target>
1068 <context-group purpose="location"> 1075 <context-group purpose="location">
1069 <context context-type="sourcefile">src/app/login/login.component.html</context> 1076 <context context-type="sourcefile">src/app/login/login.component.html</context>
1070 <context context-type="linenumber">11</context> 1077 <context context-type="linenumber">16</context>
1071 </context-group> 1078 </context-group>
1072 </trans-unit> 1079 </trans-unit>
1073 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1080 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
@@ -1075,7 +1082,7 @@
1075 <target state="new">Request new verification email.</target> 1082 <target state="new">Request new verification email.</target>
1076 1083
1077 1084
1078 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1085 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1079 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1086 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1080 <source>User</source> 1087 <source>User</source>
1081 <target>کاربر</target> 1088 <target>کاربر</target>
@@ -1084,7 +1091,7 @@
1084 </context-group> 1091 </context-group>
1085 1092
1086 1093
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1088 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1095 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1089 <source>Username or email address</source> 1096 <source>Username or email address</source>
1090 <target>نام کاربری یا آدرس رایانامه</target> 1097 <target>نام کاربری یا آدرس رایانامه</target>
@@ -1092,17 +1099,18 @@
1092 <context context-type="linenumber">15</context> 1099 <context context-type="linenumber">15</context>
1093 </context-group> 1100 </context-group>
1094 1101
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1096 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1103 <source>
1097 <source>or create an account</source> 1104 or create an account
1098 <target> 1105 </source><target state="new">
1099 یا یک حساب بسازید 1106 or create an account
1100 </target> 1107 </target>
1101 <context-group name="null"> 1108 <context-group purpose="location">
1102 <context context-type="linenumber">18</context> 1109 <context context-type="sourcefile">src/app/login/login.component.html</context>
1110 <context context-type="linenumber">40</context>
1103 </context-group> 1111 </context-group>
1104 1112 </trans-unit>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1113
1106 1114
1107 1115
1108 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1116 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1120,13 +1128,10 @@
1120 1128
1121 1129
1122 1130
1123 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1124 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1132 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1125 <context-group purpose="location"> 1133
1126 <context context-type="sourcefile">src/app/login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1127 <context context-type="linenumber">50</context>
1128 </context-group>
1129 </trans-unit>
1130 1135
1131 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1136 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1132 <source>Login</source> 1137 <source>Login</source>
@@ -1136,7 +1141,13 @@
1136 </context-group> 1141 </context-group>
1137 1142
1138 1143
1139 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1145 <source>Or sign in with</source><target state="new">Or sign in with</target>
1146 <context-group purpose="location">
1147 <context context-type="sourcefile">src/app/login/login.component.html</context>
1148 <context context-type="linenumber">68</context>
1149 </context-group>
1150 </trans-unit>
1140 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1151 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1141 <source>Forgot your password</source> 1152 <source>Forgot your password</source>
1142 <target>گذرواژه‌تان را فراموش کرده‌اید</target> 1153 <target>گذرواژه‌تان را فراموش کرده‌اید</target>
@@ -1144,14 +1155,14 @@
1144 <context context-type="linenumber">58</context> 1155 <context context-type="linenumber">58</context>
1145 </context-group> 1156 </context-group>
1146 1157
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1148 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1159 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1149 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1160 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1150 <target state="new"> 1161 <target state="new">
1151 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1162 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1152 </target> 1163 </target>
1153 1164
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1155 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1166 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1156 <source>Email</source> 1167 <source>Email</source>
1157 <target>رایانامه</target> 1168 <target>رایانامه</target>
@@ -1167,7 +1178,7 @@
1167 1178
1168 1179
1169 1180
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1171 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1182 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1172 <source>Email address</source> 1183 <source>Email address</source>
1173 <target>آدرس رایانامه</target> 1184 <target>آدرس رایانامه</target>
@@ -1176,7 +1187,7 @@
1176 </context-group> 1187 </context-group>
1177 1188
1178 1189
1179 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1180 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1191 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1181 <source>Send me an email to reset my password</source> 1192 <source>Send me an email to reset my password</source>
1182 <target>یک رایانامه برای بازنشانی گذرواژه برای من بفرست</target> 1193 <target>یک رایانامه برای بازنشانی گذرواژه برای من بفرست</target>
@@ -1184,7 +1195,7 @@
1184 <context context-type="linenumber">82</context> 1195 <context context-type="linenumber">82</context>
1185 </context-group> 1196 </context-group>
1186 1197
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1198 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1188 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1199 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1189 <source>Reset my password</source> 1200 <source>Reset my password</source>
1190 <target> 1201 <target>
@@ -2046,17 +2057,14 @@
2046 <target state="new"> 2057 <target state="new">
2047 This will replace an existing caption! 2058 This will replace an existing caption!
2048 </target> 2059 </target>
2049 <context-group purpose="location"> 2060
2050 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2051 <context context-type="linenumber">29</context>
2052 </context-group>
2053 </trans-unit>
2054 2062
2055 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2063 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2056 <source>Add this caption</source> 2064 <source>Add this caption</source>
2057 <target state="new">Add this caption</target> 2065 <target state="new">Add this caption</target>
2058 2066
2059 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2067 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2060 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 2068 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
2061 <source>Title</source> 2069 <source>Title</source>
2062 <target state="new">Title</target> 2070 <target state="new">Title</target>
@@ -2770,7 +2778,7 @@
2770 <source>More information</source> 2778 <source>More information</source>
2771 <target state="new">More information</target> 2779 <target state="new">More information</target>
2772 2780
2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2774 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2782 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2775 <source>Get more information</source> 2783 <source>Get more information</source>
2776 <target state="new">Get more information</target> 2784 <target state="new">Get more information</target>
@@ -2972,11 +2980,8 @@
2972 2980
2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2974 <source>Follow domain</source><target state="new">Follow domain</target> 2982 <source>Follow domain</source><target state="new">Follow domain</target>
2975 <context-group purpose="location"> 2983
2976 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2984 <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>
2977 <context context-type="linenumber">15</context>
2978 </context-group>
2979 </trans-unit>
2980 2985
2981 2986
2982 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2987 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -2985,7 +2990,37 @@
2985 2990
2986 2991
2987 2992
2988 <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">29</context></context-group></trans-unit> 2993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2994 <source>Clear filters</source><target state="new">Clear filters</target>
2995 <context-group purpose="location">
2996 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2997 <context context-type="linenumber">15</context>
2998 </context-group>
2999 <context-group purpose="location">
3000 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3001 <context context-type="linenumber">15</context>
3002 </context-group>
3003 <context-group purpose="location">
3004 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3005 <context context-type="linenumber">34</context>
3006 </context-group>
3007 <context-group purpose="location">
3008 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3009 <context context-type="linenumber">16</context>
3010 </context-group>
3011 <context-group purpose="location">
3012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3013 <context context-type="linenumber">31</context>
3014 </context-group>
3015 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3017 <context context-type="linenumber">15</context>
3018 </context-group>
3019 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3021 <context context-type="linenumber">15</context>
3022 </context-group>
3023 </trans-unit>
2989 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3024 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2990 <source>ID</source> 3025 <source>ID</source>
2991 <target state="new">ID</target> 3026 <target state="new">ID</target>
@@ -2994,8 +3029,8 @@
2994 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3029 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2995 <source>Follower handle</source> 3030 <source>Follower handle</source>
2996 <target state="new">Follower handle</target> 3031 <target state="new">Follower handle</target>
2997 <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> 3032
2998 </trans-unit> 3033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2999 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3034 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3000 <source>State</source> 3035 <source>State</source>
3001 <target state="new">State</target> 3036 <target state="new">State</target>
@@ -3004,7 +3039,7 @@
3004 </context-group> 3039 </context-group>
3005 3040
3006 3041
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3008 <source>Delayed.</source><target state="new">Delayed.</target> 3043 <source>Delayed.</source><target state="new">Delayed.</target>
3009 3044
3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -3029,30 +3064,48 @@
3029 3064
3030 3065
3031 3066
3032 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3033 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3034 <source>Accepted</source> 3069 <source>Accepted</source>
3035 <target state="new">Accepted</target> 3070 <target state="new">Accepted</target>
3036 3071
3037 3072
3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3039 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3074 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3040 <source>Pending</source> 3075 <source>Pending</source>
3041 <target state="new">Pending</target> 3076 <target state="new">Pending</target>
3042 3077
3043 3078
3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3045 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3080 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3046 <source>Accept</source> 3081 <source>Accept</source>
3047 <target state="new">Accept</target> 3082 <target state="new">Accept</target>
3048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3083
3049 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3084
3050 </trans-unit> 3085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3051 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3086 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3052 <source>Refuse</source> 3087 <source>Refuse</source>
3053 <target state="new">Refuse</target> 3088 <target state="new">Refuse</target>
3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3089
3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3090
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3092 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3093 <context-group purpose="location">
3094 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3095 <context context-type="linenumber">55</context>
3096 </context-group>
3097 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3098 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3099 <context-group purpose="location">
3100 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3101 <context context-type="linenumber">56</context>
3102 </context-group>
3103 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3104 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3105 <context-group purpose="location">
3106 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3107 <context context-type="linenumber">5</context>
3108 </context-group>
3056 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3109 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3057 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3110 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3058 <context-group purpose="location"> 3111 <context-group purpose="location">
@@ -3067,18 +3120,43 @@
3067 <context context-type="linenumber">19</context> 3120 <context context-type="linenumber">19</context>
3068 </context-group> 3121 </context-group>
3069 3122
3070 <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> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3071 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3124 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3072 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3125 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3073 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3126 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3074 3127
3075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3076 <source>Follow domains</source><target state="new">Follow domains</target> 3129 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3077 <context-group purpose="location"> 3130 <context-group purpose="location">
3078 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3131 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3079 <context context-type="linenumber">50</context> 3132 <context context-type="linenumber">37</context>
3133 </context-group>
3134 <context-group purpose="location">
3135 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3136 <context context-type="linenumber">35</context>
3137 </context-group>
3138 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3139 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3140 <context-group purpose="location">
3141 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3142 <context context-type="linenumber">62</context>
3080 </context-group> 3143 </context-group>
3081 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3144 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3145 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3146 <context-group purpose="location">
3147 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3148 <context context-type="linenumber">63</context>
3149 </context-group>
3150 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3151 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3152 <context-group purpose="location">
3153 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3154 <context context-type="linenumber">5</context>
3155 </context-group>
3156 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3157 <source>Follow domains</source><target state="new">Follow domains</target>
3158
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3082 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3160 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3083 <context-group purpose="location"> 3161 <context-group purpose="location">
3084 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3162 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3150,7 +3228,7 @@
3150 3228
3151 3229
3152 3230
3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3154 <source> 3232 <source>
3155 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3233 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3156 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3234 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3232,47 +3310,41 @@
3232 <source>Batch actions</source> 3310 <source>Batch actions</source>
3233 <target state="new">Batch actions</target> 3311 <target state="new">Batch actions</target>
3234 3312
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3236 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3314 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3237 <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> 3315 <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>
3238 <target state="new">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>"/></target> 3316 <target state="new">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>"/></target>
3239 3317
3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3241 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3319 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3242 <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> 3320 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3243 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3321 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3244 3322
3245 <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></trans-unit> 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3246 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3324 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3247 <source>(banned)</source> 3325 <source>(banned)</source>
3248 <target state="new">(banned)</target> 3326 <target state="new">(banned)</target>
3249 3327
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3251 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3329 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3252 <context-group purpose="location"> 3330
3253 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3331
3254 <context context-type="linenumber">65</context> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3255 </context-group>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3258 <context context-type="linenumber">27</context>
3259 </context-group>
3260 </trans-unit>
3261 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3333 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3262 <source>User's email must be verified to login</source> 3334 <source>User's email must be verified to login</source>
3263 <target state="new">User's email must be verified to login</target> 3335 <target state="new">User's email must be verified to login</target>
3264 3336
3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3266 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3338 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3267 <source>User's email is verified / User can login without email verification</source> 3339 <source>User's email is verified / User can login without email verification</source>
3268 <target state="new">User's email is verified / User can login without email verification</target> 3340 <target state="new">User's email is verified / User can login without email verification</target>
3269 3341
3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3271 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3343 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3272 <source>Ban reason:</source> 3344 <source>Ban reason:</source>
3273 <target state="new">Ban reason:</target> 3345 <target state="new">Ban reason:</target>
3274 3346
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3276 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3348 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3277 <context-group purpose="location"> 3349 <context-group purpose="location">
3278 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3350 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3332,71 +3404,99 @@
3332 </context-group> 3404 </context-group>
3333 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3405 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3334 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3406 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3335 <context-group purpose="location"> 3407
3336 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3337 <context context-type="linenumber">10</context>
3338 </context-group>
3339 </trans-unit>
3340 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3409 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3341 <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> 3410 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3342 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3411 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3343 3412
3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3345 <source>Video URL</source><target state="new">Video URL</target> 3414 <source>Video URL</source><target state="new">Video URL</target>
3346 3415
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3348 <source>Total size</source><target state="new">Total size</target> 3417 <source>Total size</source><target state="new">Total size</target>
3349 3418
3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3351 <source>List redundancies</source><target state="new">List redundancies</target> 3420 <source>List redundancies</source><target state="new">List redundancies</target>
3421
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3423 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3352 <context-group purpose="location"> 3424 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3425 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3354 <context context-type="linenumber">33</context> 3426 <context context-type="linenumber">77</context>
3427 </context-group>
3428 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3429 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3432 <context context-type="linenumber">78</context>
3355 </context-group> 3433 </context-group>
3356 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3434 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3357 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3435 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3358 3436
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3360 <source> 3438 <source>
3361 No redundancy strategy is enabled on your instance. 3439 No redundancy strategy is enabled on your instance.
3362 </source><target state="new"> 3440 </source><target state="new">
3363 No redundancy strategy is enabled on your instance. 3441 No redundancy strategy is enabled on your instance.
3364 </target> 3442 </target>
3365 3443
3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3367 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3445 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3368 <source>Sensitive</source> 3446 <source>Sensitive</source>
3369 <target state="new">Sensitive</target> 3447 <target state="new">Sensitive</target>
3370 3448
3371 <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">11</context></context-group></trans-unit> 3449 <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">25</context></context-group></trans-unit>
3372 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3450 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3373 <source>Unfederated</source> 3451 <source>Unfederated</source>
3374 <target state="new">Unfederated</target> 3452 <target state="new">Unfederated</target>
3375 3453
3376 <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">12</context></context-group></trans-unit> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3377 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3455 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3378 <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> 3456 <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>
3379 <target state="new">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> 3457 <target state="new">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>
3380 3458
3381 <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">13</context></context-group></trans-unit> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3460 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3461 <context-group purpose="location">
3462 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3463 <context context-type="linenumber">50</context>
3464 </context-group>
3465 <context-group purpose="location">
3466 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3467 <context context-type="linenumber">89</context>
3468 </context-group>
3469 </trans-unit>
3382 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3470 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3383 <source>Go to the video</source> 3471 <source>Go to the video</source>
3384 <target state="new">Go to the video</target> 3472 <target state="new">Go to the video</target>
3385 3473
3386 3474
3387 3475
3388 <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">28</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">33</context></context-group></trans-unit> 3476 <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">33</context></context-group></trans-unit>
3389 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3477 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3390 <source>Actions</source> 3478 <source>Actions</source>
3391 <target state="new">Actions</target> 3479 <target state="new">Actions</target>
3392 3480
3393 3481
3394 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3482 <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">72</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">123</context></context-group></trans-unit>
3395 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3483 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3396 <source>Blacklist reason:</source> 3484 <source>Blacklist reason:</source>
3397 <target state="new">Blacklist reason:</target> 3485 <target state="new">Blacklist reason:</target>
3398 3486
3399 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3487 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3488 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3489 <context-group purpose="location">
3490 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3491 <context context-type="linenumber">93</context>
3492 </context-group>
3493 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3494 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3495 <context-group purpose="location">
3496 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3497 <context context-type="linenumber">94</context>
3498 </context-group>
3499 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3400 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3500 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3401 <context-group purpose="location"> 3501 <context-group purpose="location">
3402 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3502 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3422,12 +3522,48 @@
3422 <source>Update this comment</source> 3522 <source>Update this comment</source>
3423 <target state="new">Update this comment</target> 3523 <target state="new">Update this comment</target>
3424 3524
3425 <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">31</context></context-group></trans-unit> 3525 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3526 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3527 <context-group purpose="location">
3528 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3529 <context context-type="linenumber">18</context>
3530 </context-group>
3531 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3532 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3533 <context-group purpose="location">
3534 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3535 <context context-type="linenumber">19</context>
3536 </context-group>
3537 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3538 <source>Accepted reports</source><target state="new">Accepted reports</target>
3539 <context-group purpose="location">
3540 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3541 <context context-type="linenumber">20</context>
3542 </context-group>
3543 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3544 <source>Refused reports</source><target state="new">Refused reports</target>
3545 <context-group purpose="location">
3546 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3547 <context context-type="linenumber">21</context>
3548 </context-group>
3549 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3550 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3551 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3553 <context context-type="linenumber">22</context>
3554 </context-group>
3555 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3556 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3557 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3559 <context context-type="linenumber">23</context>
3560 </context-group>
3561 </trans-unit>
3426 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3562 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3427 <source>Reporter</source> 3563 <source>Reporter</source>
3428 <target state="new">Reporter</target> 3564 <target state="new">Reporter</target>
3429 3565
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3431 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3567 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3432 <source>Video</source> 3568 <source>Video</source>
3433 <target>ویدئو</target> 3569 <target>ویدئو</target>
@@ -3437,50 +3573,112 @@
3437 3573
3438 3574
3439 3575
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3441 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3577 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3442 <context-group purpose="location"> 3578 <context-group purpose="location">
3443 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3579 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3444 <context context-type="linenumber">46</context> 3580 <context context-type="linenumber">80</context>
3445 </context-group> 3581 </context-group>
3446 </trans-unit> 3582 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3583 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3584 <context-group purpose="location">
3585 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3586 <context context-type="linenumber">91</context>
3587 </context-group>
3588 <context-group purpose="location">
3589 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3590 <context context-type="linenumber">107</context>
3591 </context-group>
3592 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3593 <source>Video was deleted</source><target state="new">Video was deleted</target>
3594 <context-group purpose="location">
3595 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3596 <context context-type="linenumber">98</context>
3597 </context-group>
3598 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3599 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3600 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3602 <context context-type="linenumber">141</context>
3603 </context-group>
3604 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3605 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3608 <context context-type="linenumber">142</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3611 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3612
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3447 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3614 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3448 <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> 3615 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3449 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3616 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3450 3617
3451 3618
3452 3619
3453 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3454 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3621 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3455 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3622 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3456 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3623 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3457 <context-group purpose="location"> 3624
3458 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3459 <context context-type="linenumber">18</context>
3460 </context-group>
3461 </trans-unit>
3462 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3626 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3463 <source>Go to the account</source> 3627 <source>Go to the account</source>
3464 <target state="new">Go to the account</target> 3628 <target state="new">Go to the account</target>
3465 3629
3466 3630
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 3631 <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">27</context></context-group></trans-unit>
3468 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3632 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3469 <source>Reason:</source>
3470 <target state="new">Reason:</target>
3471
3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3473 <source>Note:</source><target state="new">Note:</target>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3476 <context context-type="linenumber">72</context>
3477 </context-group>
3478 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3479 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3633 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3480 <context-group purpose="location"> 3634 <context-group purpose="location">
3481 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3635 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3482 <context context-type="linenumber">5</context> 3636 <context context-type="linenumber">5</context>
3483 </context-group> 3637 </context-group>
3638 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3639 <source>
3640 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3641 </source><target state="new">
3642 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3643 </target>
3644 <context-group purpose="location">
3645 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3646 <context context-type="linenumber">20</context>
3647 </context-group>
3648 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3649 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3650 <context-group purpose="location">
3651 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3652 <context context-type="linenumber">21</context>
3653 </context-group>
3654 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3655 <source>Reportee</source><target state="new">Reportee</target>
3656 <context-group purpose="location">
3657 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3658 <context context-type="linenumber">27</context>
3659 </context-group>
3660 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3661 <source>
3662 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3663 </source><target state="new">
3664 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3665 </target>
3666 <context-group purpose="location">
3667 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3668 <context context-type="linenumber">40</context>
3669 </context-group>
3670 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3671 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3672 <context-group purpose="location">
3673 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3674 <context context-type="linenumber">41</context>
3675 </context-group>
3676 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3677 <source>Updated</source><target state="new">Updated</target>
3678 <context-group purpose="location">
3679 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3680 <context context-type="linenumber">47</context>
3681 </context-group>
3484 </trans-unit> 3682 </trans-unit>
3485 3683
3486 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3684 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3496,11 +3694,8 @@
3496 </context-group> 3694 </context-group>
3497 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3695 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3498 <source>Mute domain</source><target state="new">Mute domain</target> 3696 <source>Mute domain</source><target state="new">Mute domain</target>
3499 <context-group purpose="location"> 3697
3500 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3698 <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></trans-unit>
3501 <context context-type="linenumber">11</context>
3502 </context-group>
3503 </trans-unit>
3504 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3699 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3505 <source>Instance</source> 3700 <source>Instance</source>
3506 <target state="new">Instance</target> 3701 <target state="new">Instance</target>
@@ -3508,7 +3703,7 @@
3508 3703
3509 3704
3510 3705
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3512 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3707 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3513 <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> 3708 <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>
3514 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3709 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3516,7 +3711,7 @@
3516 3711
3517 3712
3518 3713
3519 <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">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">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> 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3520 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3715 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3521 <source>Unmute</source> 3716 <source>Unmute</source>
3522 <target state="new">Unmute</target> 3717 <target state="new">Unmute</target>
@@ -3524,7 +3719,19 @@
3524 3719
3525 3720
3526 3721
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3723 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3724 <context-group purpose="location">
3725 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3726 <context context-type="linenumber">51</context>
3727 </context-group>
3728 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3729 <source>No server found.</source><target state="new">No server found.</target>
3730 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3732 <context context-type="linenumber">52</context>
3733 </context-group>
3734 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3528 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3735 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3529 <context-group purpose="location"> 3736 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3737 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3536,23 +3743,29 @@
3536 </source><target state="new"> 3743 </source><target state="new">
3537 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3744 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3538 </target> 3745 </target>
3539 <context-group purpose="location"> 3746
3540 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3541 <context context-type="linenumber">37</context>
3542 </context-group>
3543 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3544 <source>Mute domains</source><target state="new">Mute domains</target> 3748 <source>Mute domains</source><target state="new">Mute domains</target>
3545 <context-group purpose="location"> 3749
3546 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3547 <context context-type="linenumber">35</context>
3548 </context-group>
3549 </trans-unit>
3550 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3751 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3551 <source>Account</source> 3752 <source>Account</source>
3552 <target state="new">Account</target> 3753 <target state="new">Account</target>
3553 3754
3554 3755
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3757 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3758 <context-group purpose="location">
3759 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3760 <context context-type="linenumber">58</context>
3761 </context-group>
3762 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3763 <source>No account found.</source><target state="new">No account found.</target>
3764 <context-group purpose="location">
3765 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3766 <context context-type="linenumber">59</context>
3767 </context-group>
3768 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3556 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3769 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3557 <context-group purpose="location"> 3770 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3771 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3665,8 +3878,8 @@
3665 <target state="new"> 3878 <target state="new">
3666 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3879 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3667 </target> 3880 </target>
3668 <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">29</context></context-group> 3881
3669 </trans-unit> 3882 <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">47</context></context-group></trans-unit>
3670 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3883 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3671 <source>System</source> 3884 <source>System</source>
3672 <target state="new">System</target> 3885 <target state="new">System</target>
@@ -3847,7 +4060,7 @@
3847 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4060 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3848 <source>Strategy</source><target state="new">Strategy</target> 4061 <source>Strategy</source><target state="new">Strategy</target>
3849 4062
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3851 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 4064 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3852 <source>Terms</source> 4065 <source>Terms</source>
3853 <target state="new">Terms</target> 4066 <target state="new">Terms</target>
@@ -4818,23 +5031,14 @@
4818 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5031 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4819 <source>Target</source> 5032 <source>Target</source>
4820 <target state="new">Target</target> 5033 <target state="new">Target</target>
4821 <context-group purpose="location"> 5034
4822 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5035 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4823 <context context-type="linenumber">8</context>
4824 </context-group>
4825 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4826 <source>See the error</source><target state="new">See the error</target> 5036 <source>See the error</source><target state="new">See the error</target>
4827 <context-group purpose="location"> 5037
4828 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5038 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4829 <context context-type="linenumber">19</context>
4830 </context-group>
4831 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4832 <source>This video was deleted</source><target state="new">This video was deleted</target> 5039 <source>This video was deleted</source><target state="new">This video was deleted</target>
4833 <context-group purpose="location"> 5040
4834 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5041 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4835 <context context-type="linenumber">36</context>
4836 </context-group>
4837 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4838 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5042 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4839 <context-group purpose="location"> 5043 <context-group purpose="location">
4840 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5044 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6803,8 +7007,8 @@
6803 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7007 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6804 <context context-type="linenumber">1</context> 7008 <context context-type="linenumber">1</context>
6805 </context-group> 7009 </context-group>
6806 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7010 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6807 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7011 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6808 <context-group purpose="location"> 7012 <context-group purpose="location">
6809 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7013 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6810 <context context-type="linenumber">1</context> 7014 <context context-type="linenumber">1</context>
@@ -7694,6 +7898,12 @@
7694 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7898 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7695 <context context-type="linenumber">1</context> 7899 <context context-type="linenumber">1</context>
7696 </context-group> 7900 </context-group>
7901 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7902 <source>Unknown</source><target state="new">Unknown</target>
7903 <context-group purpose="location">
7904 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7905 <context context-type="linenumber">1</context>
7906 </context-group>
7697 </trans-unit> 7907 </trans-unit>
7698 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 7908 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7699 <source>Your password has been successfully reset!</source> 7909 <source>Your password has been successfully reset!</source>
@@ -9280,8 +9490,17 @@
9280 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9490 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9281 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9491 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9282 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9492 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9493
9494 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9495 <source>Mute server</source><target state="new">Mute server</target>
9283 <context-group purpose="location"> 9496 <context-group purpose="location">
9284 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9497 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9498 <context context-type="linenumber">1</context>
9499 </context-group>
9500 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9501 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9502 <context-group purpose="location">
9503 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9285 <context context-type="linenumber">1</context> 9504 <context context-type="linenumber">1</context>
9286 </context-group> 9505 </context-group>
9287 </trans-unit> 9506 </trans-unit>
@@ -9608,7 +9827,25 @@
9608 <source>Video blacklisted.</source> 9827 <source>Video blacklisted.</source>
9609 <target state="new">Video blacklisted.</target> 9828 <target state="new">Video blacklisted.</target>
9610 9829
9611 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9830 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9831 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9832 <context-group purpose="location">
9833 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9834 <context context-type="linenumber">1</context>
9835 </context-group>
9836 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9837 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9838 <context-group purpose="location">
9839 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9840 <context context-type="linenumber">1</context>
9841 </context-group>
9842 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9843 <source>Delete video</source><target state="new">Delete video</target>
9844 <context-group purpose="location">
9845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9846 <context context-type="linenumber">1</context>
9847 </context-group>
9848 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9612 <source>Encoder</source><target state="new">Encoder</target> 9849 <source>Encoder</source><target state="new">Encoder</target>
9613 <context-group purpose="location"> 9850 <context-group purpose="location">
9614 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9851 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9666,7 +9903,25 @@
9666 <context-group name="null"> 9903 <context-group name="null">
9667 <context context-type="linenumber">1</context> 9904 <context context-type="linenumber">1</context>
9668 </context-group> 9905 </context-group>
9669 <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> 9906
9907 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9908 <source>Video deleted.</source><target state="new">Video deleted.</target>
9909 <context-group purpose="location">
9910 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9911 <context context-type="linenumber">1</context>
9912 </context-group>
9913 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9914 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
9915 <context-group purpose="location">
9916 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9917 <context context-type="linenumber">1</context>
9918 </context-group>
9919 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9920 <source>Mute reporter</source><target state="new">Mute reporter</target>
9921 <context-group purpose="location">
9922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9923 <context context-type="linenumber">1</context>
9924 </context-group>
9670 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 9925 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9671 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 9926 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
9672 <context-group purpose="location"> 9927 <context-group purpose="location">
@@ -9687,8 +9942,8 @@
9687 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9942 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9688 <context context-type="linenumber">1</context> 9943 <context context-type="linenumber">1</context>
9689 </context-group> 9944 </context-group>
9690 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 9945 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9691 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 9946 <source>Mirror</source><target state="new">Mirror</target>
9692 <context-group purpose="location"> 9947 <context-group purpose="location">
9693 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9948 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9694 <context context-type="linenumber">1</context> 9949 <context context-type="linenumber">1</context>
@@ -9697,9 +9952,24 @@
9697 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 9952 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9698 <source>Report</source> 9953 <source>Report</source>
9699 <target state="new">Report</target> 9954 <target state="new">Report</target>
9955
9956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
9957 <source>Note</source><target state="new">Note</target>
9700 <context-group purpose="location"> 9958 <context-group purpose="location">
9701 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9959 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9702 <context context-type="linenumber">1</context> 9960 <context context-type="linenumber">61</context>
9961 </context-group>
9962 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
9963 <source>The video was deleted</source><target state="new">The video was deleted</target>
9964 <context-group purpose="location">
9965 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9966 <context context-type="linenumber">71</context>
9967 </context-group>
9968 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
9969 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
9970 <context-group purpose="location">
9971 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9972 <context context-type="linenumber">72</context>
9703 </context-group> 9973 </context-group>
9704 </trans-unit> 9974 </trans-unit>
9705 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 9975 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index e0f451e16..03ffe5669 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -704,7 +704,7 @@
704 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 704 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
705 <source>Deleted</source><target state="new">Deleted</target> 705 <source>Deleted</source><target state="new">Deleted</target>
706 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
708 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 708 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
709 <source>Edit starts/stops at</source> 709 <source>Edit starts/stops at</source>
710 <target>Muokkaus alkaa/loppuu kohdassa</target> 710 <target>Muokkaus alkaa/loppuu kohdassa</target>
@@ -1099,7 +1099,7 @@
1099 1099
1100 1100
1101 1101
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1103 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1103 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1104 <source>Ban this user</source> 1104 <source>Ban this user</source>
1105 <target>Sulje tämä käyttäjä</target> 1105 <target>Sulje tämä käyttäjä</target>
@@ -1114,8 +1114,8 @@
1114 <context-group name="null"> 1114 <context-group name="null">
1115 <context context-type="linenumber">11</context> 1115 <context context-type="linenumber">11</context>
1116 </context-group> 1116 </context-group>
1117 <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> 1117
1118 </trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1119 1119
1120 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1120 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1121 <source>Login</source> 1121 <source>Login</source>
@@ -1126,35 +1126,45 @@
1126 <context context-type="linenumber">2</context> 1126 <context context-type="linenumber">2</context>
1127 </context-group> 1127 </context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1129 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1129 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1130 <source> 1130 <source>
1131 If you are looking for an account… 1131 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1132 </source><target state="new"> 1132 </source><target state="new">
1133 If you are looking for an account… 1133 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1134 </target> 1134 </target>
1135 <context-group purpose="location"> 1135 <context-group purpose="location">
1136 <context context-type="sourcefile">src/app/login/login.component.html</context> 1136 <context context-type="sourcefile">src/app/login/login.component.html</context>
1137 <context context-type="linenumber">7</context> 1137 <context context-type="linenumber">6</context>
1138 </context-group> 1138 </context-group>
1139 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1139 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1140 <source> 1140 <source>
1141 Currently this instance doesn't allow for user registration, but you can find an instance 1141 If you are looking for an account…
1142 that gives you the possibility to sign up for an account and upload your videos there. 1142 </source><target state="new">
1143 If you are looking for an account…
1144 </target>
1145 <context-group purpose="location">
1146 <context context-type="sourcefile">src/app/login/login.component.html</context>
1147 <context context-type="linenumber">12</context>
1148 </context-group>
1149 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1150 <source>
1151 Currently this instance doesn't allow for user registration, but you can find an instance
1152 that gives you the possibility to sign up for an account and upload your videos there.
1143 1153
1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1154 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1145 1155
1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1156 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </source><target state="new"> 1157 </source><target state="new">
1148 Currently this instance doesn't allow for user registration, but you can find an instance 1158 Currently this instance doesn't allow for user registration, but you can find an instance
1149 that gives you the possibility to sign up for an account and upload your videos there. 1159 that gives you the possibility to sign up for an account and upload your videos there.
1150 1160
1151 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1161 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1152 1162
1153 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1163 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1154 </target> 1164 </target>
1155 <context-group purpose="location"> 1165 <context-group purpose="location">
1156 <context context-type="sourcefile">src/app/login/login.component.html</context> 1166 <context context-type="sourcefile">src/app/login/login.component.html</context>
1157 <context context-type="linenumber">11</context> 1167 <context context-type="linenumber">16</context>
1158 </context-group> 1168 </context-group>
1159 </trans-unit> 1169 </trans-unit>
1160 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1170 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1165,7 +1175,7 @@
1165 </context-group> 1175 </context-group>
1166 1176
1167 1177
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1169 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1179 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1170 <source>User</source> 1180 <source>User</source>
1171 <target>Käyttäjä</target> 1181 <target>Käyttäjä</target>
@@ -1174,7 +1184,7 @@
1174 </context-group> 1184 </context-group>
1175 1185
1176 1186
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1178 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1188 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1179 <source>Username or email address</source> 1189 <source>Username or email address</source>
1180 <target>Käyttäjänimi tai sähköpostiosoite</target> 1190 <target>Käyttäjänimi tai sähköpostiosoite</target>
@@ -1182,17 +1192,18 @@
1182 <context context-type="linenumber">15</context> 1192 <context context-type="linenumber">15</context>
1183 </context-group> 1193 </context-group>
1184 1194
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1186 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1196 <source>
1187 <source>or create an account</source> 1197 or create an account
1188 <target> 1198 </source><target state="new">
1189 tai luo uusi tili 1199 or create an account
1190 </target> 1200 </target>
1191 <context-group name="null"> 1201 <context-group purpose="location">
1192 <context context-type="linenumber">18</context> 1202 <context context-type="sourcefile">src/app/login/login.component.html</context>
1203 <context context-type="linenumber">40</context>
1193 </context-group> 1204 </context-group>
1194 1205 </trans-unit>
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1206
1196 1207
1197 1208
1198 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1209 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1210,13 +1221,10 @@
1210 1221
1211 1222
1212 1223
1213 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1214 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1225 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1215 <context-group purpose="location"> 1226
1216 <context context-type="sourcefile">src/app/login/login.component.html</context> 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1217 <context context-type="linenumber">50</context>
1218 </context-group>
1219 </trans-unit>
1220 1228
1221 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1229 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1222 <source>Login</source> 1230 <source>Login</source>
@@ -1226,7 +1234,13 @@
1226 </context-group> 1234 </context-group>
1227 1235
1228 1236
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1238 <source>Or sign in with</source><target state="new">Or sign in with</target>
1239 <context-group purpose="location">
1240 <context context-type="sourcefile">src/app/login/login.component.html</context>
1241 <context context-type="linenumber">68</context>
1242 </context-group>
1243 </trans-unit>
1230 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1244 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1231 <source>Forgot your password</source> 1245 <source>Forgot your password</source>
1232 <target>Unohda salasanasi</target> 1246 <target>Unohda salasanasi</target>
@@ -1234,11 +1248,11 @@
1234 <context context-type="linenumber">58</context> 1248 <context context-type="linenumber">58</context>
1235 </context-group> 1249 </context-group>
1236 1250
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1251 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1238 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1252 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1239 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source><target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target> 1253 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source><target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target>
1240 1254
1241 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1242 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1256 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1243 <source>Email</source> 1257 <source>Email</source>
1244 <target>Sähköposti</target> 1258 <target>Sähköposti</target>
@@ -1254,7 +1268,7 @@
1254 1268
1255 1269
1256 1270
1257 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1258 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1272 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1259 <source>Email address</source> 1273 <source>Email address</source>
1260 <target>Sähköpostiosoite</target> 1274 <target>Sähköpostiosoite</target>
@@ -1263,7 +1277,7 @@
1263 </context-group> 1277 </context-group>
1264 1278
1265 1279
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1280 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1267 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1281 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1268 <source>Send me an email to reset my password</source> 1282 <source>Send me an email to reset my password</source>
1269 <target>Lähetä minulle sähköpostiviesti nollatakseni salasanani</target> 1283 <target>Lähetä minulle sähköpostiviesti nollatakseni salasanani</target>
@@ -1271,7 +1285,7 @@
1271 <context context-type="linenumber">82</context> 1285 <context context-type="linenumber">82</context>
1272 </context-group> 1286 </context-group>
1273 1287
1274 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1288 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1275 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1289 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1276 <source>Reset my password</source> 1290 <source>Reset my password</source>
1277 <target> 1291 <target>
@@ -2135,8 +2149,8 @@
2135 <context-group name="null"> 2149 <context-group name="null">
2136 <context context-type="linenumber">29</context> 2150 <context context-type="linenumber">29</context>
2137 </context-group> 2151 </context-group>
2138 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2152
2139 </trans-unit> 2153 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2140 2154
2141 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2155 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2142 <source>Add this caption</source> 2156 <source>Add this caption</source>
@@ -2145,7 +2159,7 @@
2145 <context context-type="linenumber">40</context> 2159 <context context-type="linenumber">40</context>
2146 </context-group> 2160 </context-group>
2147 2161
2148 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2149 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2163 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2150 <source>Title</source> 2164 <source>Title</source>
2151 <target>Otsikko</target> 2165 <target>Otsikko</target>
@@ -3002,7 +3016,7 @@
3002 <context context-type="linenumber">215</context> 3016 <context context-type="linenumber">215</context>
3003 </context-group> 3017 </context-group>
3004 3018
3005 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3006 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3020 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3007 <source>Get more information</source> 3021 <source>Get more information</source>
3008 <target>Näytä lisätietoa</target> 3022 <target>Näytä lisätietoa</target>
@@ -3212,11 +3226,8 @@
3212 3226
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3214 <source>Follow domain</source><target state="new">Follow domain</target> 3228 <source>Follow domain</source><target state="new">Follow domain</target>
3215 <context-group purpose="location"> 3229
3216 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3230 <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>
3217 <context context-type="linenumber">15</context>
3218 </context-group>
3219 </trans-unit>
3220 3231
3221 3232
3222 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3233 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3228,7 +3239,37 @@
3228 3239
3229 3240
3230 3241
3231 <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">29</context></context-group></trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3243 <source>Clear filters</source><target state="new">Clear filters</target>
3244 <context-group purpose="location">
3245 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3246 <context context-type="linenumber">15</context>
3247 </context-group>
3248 <context-group purpose="location">
3249 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3250 <context context-type="linenumber">15</context>
3251 </context-group>
3252 <context-group purpose="location">
3253 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3254 <context context-type="linenumber">34</context>
3255 </context-group>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3258 <context context-type="linenumber">16</context>
3259 </context-group>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3262 <context context-type="linenumber">31</context>
3263 </context-group>
3264 <context-group purpose="location">
3265 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3266 <context context-type="linenumber">15</context>
3267 </context-group>
3268 <context-group purpose="location">
3269 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3270 <context context-type="linenumber">15</context>
3271 </context-group>
3272 </trans-unit>
3232 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3273 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3233 <source>ID</source> 3274 <source>ID</source>
3234 <target>ID</target> 3275 <target>ID</target>
@@ -3246,7 +3287,7 @@
3246 <context context-type="linenumber">17</context> 3287 <context context-type="linenumber">17</context>
3247 </context-group> 3288 </context-group>
3248 3289
3249 <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></trans-unit> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3250 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3291 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3251 <source>State</source> 3292 <source>State</source>
3252 <target>Tila</target> 3293 <target>Tila</target>
@@ -3257,7 +3298,7 @@
3257 3298
3258 3299
3259 3300
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3261 <source>Delayed.</source><target state="new">Delayed.</target> 3302 <source>Delayed.</source><target state="new">Delayed.</target>
3262 3303
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -3286,7 +3327,7 @@
3286 3327
3287 3328
3288 3329
3289 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3290 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3331 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3291 <source>Accepted</source> 3332 <source>Accepted</source>
3292 <target>Hyväksytty</target> 3333 <target>Hyväksytty</target>
@@ -3295,7 +3336,7 @@
3295 </context-group> 3336 </context-group>
3296 3337
3297 3338
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3299 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3340 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3300 <source>Pending</source> 3341 <source>Pending</source>
3301 <target>Odottaa</target> 3342 <target>Odottaa</target>
@@ -3304,7 +3345,7 @@
3304 </context-group> 3345 </context-group>
3305 3346
3306 3347
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3308 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3349 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3309 <source>Accept</source> 3350 <source>Accept</source>
3310 <target>Hyväksy</target> 3351 <target>Hyväksy</target>
@@ -3313,7 +3354,7 @@
3313 </context-group> 3354 </context-group>
3314 3355
3315 3356
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3317 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3358 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3318 <source>Refuse</source> 3359 <source>Refuse</source>
3319 <target>Kieltäydy</target> 3360 <target>Kieltäydy</target>
@@ -3322,7 +3363,25 @@
3322 </context-group> 3363 </context-group>
3323 3364
3324 3365
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3367 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3368 <context-group purpose="location">
3369 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3370 <context context-type="linenumber">55</context>
3371 </context-group>
3372 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3373 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3374 <context-group purpose="location">
3375 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3376 <context context-type="linenumber">56</context>
3377 </context-group>
3378 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3379 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3380 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3382 <context context-type="linenumber">5</context>
3383 </context-group>
3384 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3326 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3385 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3327 <context-group purpose="location"> 3386 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3387 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -3336,16 +3395,41 @@
3336 <context context-type="linenumber">19</context> 3395 <context context-type="linenumber">19</context>
3337 </context-group> 3396 </context-group>
3338 3397
3339 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3340 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3399 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3341 3400
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3343 <source>Follow domains</source><target state="new">Follow domains</target> 3402 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3344 <context-group purpose="location"> 3403 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3404 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3346 <context context-type="linenumber">50</context> 3405 <context context-type="linenumber">37</context>
3406 </context-group>
3407 <context-group purpose="location">
3408 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3409 <context context-type="linenumber">35</context>
3347 </context-group> 3410 </context-group>
3348 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3411 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3412 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3413 <context-group purpose="location">
3414 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3415 <context context-type="linenumber">62</context>
3416 </context-group>
3417 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3418 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3419 <context-group purpose="location">
3420 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3421 <context context-type="linenumber">63</context>
3422 </context-group>
3423 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3424 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3425 <context-group purpose="location">
3426 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3427 <context context-type="linenumber">5</context>
3428 </context-group>
3429 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3430 <source>Follow domains</source><target state="new">Follow domains</target>
3431
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3349 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3433 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3350 <context-group purpose="location"> 3434 <context-group purpose="location">
3351 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3435 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3421,7 +3505,7 @@
3421 3505
3422 3506
3423 3507
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3425 <source> 3509 <source>
3426 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3510 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3427 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3511 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3518,7 +3602,7 @@
3518 <context context-type="linenumber">19</context> 3602 <context context-type="linenumber">19</context>
3519 </context-group> 3603 </context-group>
3520 3604
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3522 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3606 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3523 <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> 3607 <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>
3524 <target>Käyttäjänimi <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3608 <target>Käyttäjänimi <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3526,7 +3610,7 @@
3526 <context context-type="linenumber">40</context> 3610 <context context-type="linenumber">40</context>
3527 </context-group> 3611 </context-group>
3528 3612
3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3530 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3614 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3531 <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> 3615 <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>
3532 <target>Videokiintiö <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3616 <target>Videokiintiö <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3534,7 +3618,7 @@
3534 <context context-type="linenumber">42</context> 3618 <context context-type="linenumber">42</context>
3535 </context-group> 3619 </context-group>
3536 3620
3537 <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></trans-unit> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3538 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3622 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3539 <source>(banned)</source> 3623 <source>(banned)</source>
3540 <target>(suljettu)</target> 3624 <target>(suljettu)</target>
@@ -3542,17 +3626,11 @@
3542 <context context-type="linenumber">65</context> 3626 <context context-type="linenumber">65</context>
3543 </context-group> 3627 </context-group>
3544 3628
3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3546 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3630 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3547 <context-group purpose="location"> 3631
3548 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3632
3549 <context context-type="linenumber">65</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3550 </context-group>
3551 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3553 <context context-type="linenumber">27</context>
3554 </context-group>
3555 </trans-unit>
3556 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3634 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3557 <source>User's email must be verified to login</source> 3635 <source>User's email must be verified to login</source>
3558 <target>Käyttäjän sähköpostiosoite pitää olla vahvistettu, jotta hän voi kirjautua.</target> 3636 <target>Käyttäjän sähköpostiosoite pitää olla vahvistettu, jotta hän voi kirjautua.</target>
@@ -3560,7 +3638,7 @@
3560 <context context-type="linenumber">72</context> 3638 <context context-type="linenumber">72</context>
3561 </context-group> 3639 </context-group>
3562 3640
3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3564 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3642 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3565 <source>User's email is verified / User can login without email verification</source> 3643 <source>User's email is verified / User can login without email verification</source>
3566 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target> 3644 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target>
@@ -3568,7 +3646,7 @@
3568 <context context-type="linenumber">76</context> 3646 <context context-type="linenumber">76</context>
3569 </context-group> 3647 </context-group>
3570 3648
3571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3572 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3650 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3573 <source>Ban reason:</source> 3651 <source>Ban reason:</source>
3574 <target>Sulkemisen syy:</target> 3652 <target>Sulkemisen syy:</target>
@@ -3576,7 +3654,7 @@
3576 <context context-type="linenumber">95</context> 3654 <context context-type="linenumber">95</context>
3577 </context-group> 3655 </context-group>
3578 3656
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3580 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3658 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3581 <context-group purpose="location"> 3659 <context-group purpose="location">
3582 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3660 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3633,11 +3711,8 @@
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3634 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3712 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3635 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3713 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3636 <context-group purpose="location"> 3714
3637 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3638 <context context-type="linenumber">10</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3716 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3642 <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> 3717 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3643 <target>Videon nimi <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3718 <target>Videon nimi <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3645,29 +3720,38 @@
3645 <context context-type="linenumber">8</context> 3720 <context context-type="linenumber">8</context>
3646 </context-group> 3721 </context-group>
3647 3722
3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3649 <source>Video URL</source><target state="new">Video URL</target> 3724 <source>Video URL</source><target state="new">Video URL</target>
3650 3725
3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3652 <source>Total size</source><target state="new">Total size</target> 3727 <source>Total size</source><target state="new">Total size</target>
3653 3728
3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3655 <source>List redundancies</source><target state="new">List redundancies</target> 3730 <source>List redundancies</source><target state="new">List redundancies</target>
3731
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3733 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3656 <context-group purpose="location"> 3734 <context-group purpose="location">
3657 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3735 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3658 <context context-type="linenumber">33</context> 3736 <context context-type="linenumber">77</context>
3737 </context-group>
3738 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3739 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3740 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3742 <context context-type="linenumber">78</context>
3659 </context-group> 3743 </context-group>
3660 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3744 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3661 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3745 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3662 3746
3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3664 <source> 3748 <source>
3665 No redundancy strategy is enabled on your instance. 3749 No redundancy strategy is enabled on your instance.
3666 </source><target state="new"> 3750 </source><target state="new">
3667 No redundancy strategy is enabled on your instance. 3751 No redundancy strategy is enabled on your instance.
3668 </target> 3752 </target>
3669 3753
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3671 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3755 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3672 <source>Sensitive</source> 3756 <source>Sensitive</source>
3673 <target>Arkaluonteinen</target> 3757 <target>Arkaluonteinen</target>
@@ -3675,7 +3759,7 @@
3675 <context context-type="linenumber">9</context> 3759 <context context-type="linenumber">9</context>
3676 </context-group> 3760 </context-group>
3677 3761
3678 <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">11</context></context-group></trans-unit> 3762 <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">25</context></context-group></trans-unit>
3679 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3763 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3680 <source>Unfederated</source> 3764 <source>Unfederated</source>
3681 <target>Ei federoitu</target> 3765 <target>Ei federoitu</target>
@@ -3683,7 +3767,7 @@
3683 <context context-type="linenumber">10</context> 3767 <context context-type="linenumber">10</context>
3684 </context-group> 3768 </context-group>
3685 3769
3686 <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">12</context></context-group></trans-unit> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3687 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3771 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3688 <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> 3772 <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>
3689 <target>Päivämäärä <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3773 <target>Päivämäärä <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3691,7 +3775,17 @@
3691 <context context-type="linenumber">11</context> 3775 <context context-type="linenumber">11</context>
3692 </context-group> 3776 </context-group>
3693 3777
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3779 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3780 <context-group purpose="location">
3781 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3782 <context context-type="linenumber">50</context>
3783 </context-group>
3784 <context-group purpose="location">
3785 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3786 <context context-type="linenumber">89</context>
3787 </context-group>
3788 </trans-unit>
3695 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3789 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3696 <source>Go to the video</source> 3790 <source>Go to the video</source>
3697 <target>Mene videolle</target> 3791 <target>Mene videolle</target>
@@ -3701,7 +3795,7 @@
3701 3795
3702 3796
3703 3797
3704 <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">28</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">33</context></context-group></trans-unit> 3798 <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">33</context></context-group></trans-unit>
3705 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3799 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3706 <source>Actions</source> 3800 <source>Actions</source>
3707 <target>Toiminnot</target> 3801 <target>Toiminnot</target>
@@ -3710,7 +3804,7 @@
3710 </context-group> 3804 </context-group>
3711 3805
3712 3806
3713 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3807 <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">72</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">123</context></context-group></trans-unit>
3714 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3808 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3715 <source>Blacklist reason:</source> 3809 <source>Blacklist reason:</source>
3716 <target>Estoliston syy:</target> 3810 <target>Estoliston syy:</target>
@@ -3718,7 +3812,19 @@
3718 <context context-type="linenumber">43</context> 3812 <context context-type="linenumber">43</context>
3719 </context-group> 3813 </context-group>
3720 3814
3721 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3815 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3816 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3817 <context-group purpose="location">
3818 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3819 <context context-type="linenumber">93</context>
3820 </context-group>
3821 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3822 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3823 <context-group purpose="location">
3824 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3825 <context context-type="linenumber">94</context>
3826 </context-group>
3827 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3722 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3828 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3723 <context-group purpose="location"> 3829 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3830 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3750,7 +3856,43 @@
3750 <context context-type="linenumber">26</context> 3856 <context context-type="linenumber">26</context>
3751 </context-group> 3857 </context-group>
3752 3858
3753 <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">31</context></context-group></trans-unit> 3859 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3860 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3861 <context-group purpose="location">
3862 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3863 <context context-type="linenumber">18</context>
3864 </context-group>
3865 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3866 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3867 <context-group purpose="location">
3868 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3869 <context context-type="linenumber">19</context>
3870 </context-group>
3871 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3872 <source>Accepted reports</source><target state="new">Accepted reports</target>
3873 <context-group purpose="location">
3874 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3875 <context context-type="linenumber">20</context>
3876 </context-group>
3877 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3878 <source>Refused reports</source><target state="new">Refused reports</target>
3879 <context-group purpose="location">
3880 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3881 <context context-type="linenumber">21</context>
3882 </context-group>
3883 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3884 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3885 <context-group purpose="location">
3886 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3887 <context context-type="linenumber">22</context>
3888 </context-group>
3889 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3890 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3891 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3893 <context context-type="linenumber">23</context>
3894 </context-group>
3895 </trans-unit>
3754 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3896 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3755 <source>Reporter</source> 3897 <source>Reporter</source>
3756 <target>Lähettäjä</target> 3898 <target>Lähettäjä</target>
@@ -3758,7 +3900,7 @@
3758 <context context-type="linenumber">8</context> 3900 <context context-type="linenumber">8</context>
3759 </context-group> 3901 </context-group>
3760 3902
3761 <context-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></trans-unit> 3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3762 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3904 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3763 <source>Video</source> 3905 <source>Video</source>
3764 <target>Video</target> 3906 <target>Video</target>
@@ -3768,13 +3910,44 @@
3768 3910
3769 3911
3770 3912
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3772 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3914 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3773 <context-group purpose="location"> 3915 <context-group purpose="location">
3774 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3916 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3775 <context context-type="linenumber">46</context> 3917 <context context-type="linenumber">80</context>
3776 </context-group> 3918 </context-group>
3777 </trans-unit> 3919 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3920 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3921 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3923 <context context-type="linenumber">91</context>
3924 </context-group>
3925 <context-group purpose="location">
3926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3927 <context context-type="linenumber">107</context>
3928 </context-group>
3929 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3930 <source>Video was deleted</source><target state="new">Video was deleted</target>
3931 <context-group purpose="location">
3932 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3933 <context context-type="linenumber">98</context>
3934 </context-group>
3935 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3936 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3937 <context-group purpose="location">
3938 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3939 <context context-type="linenumber">141</context>
3940 </context-group>
3941 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3942 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3943 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3945 <context context-type="linenumber">142</context>
3946 </context-group>
3947 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3948 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3949
3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3778 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3951 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3779 <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> 3952 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3780 <target>Tila <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3953 <target>Tila <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3782,13 +3955,10 @@
3782 <context context-type="linenumber">11</context> 3955 <context context-type="linenumber">11</context>
3783 </context-group> 3956 </context-group>
3784 3957
3785 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3786 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3959 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3787 <context-group purpose="location"> 3960
3788 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3789 <context context-type="linenumber">18</context>
3790 </context-group>
3791 </trans-unit>
3792 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3962 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3793 <source>Go to the account</source> 3963 <source>Go to the account</source>
3794 <target>Mene käyttäjään</target> 3964 <target>Mene käyttäjään</target>
@@ -3798,25 +3968,56 @@
3798 3968
3799 3969
3800 <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">27</context></context-group></trans-unit> 3970 <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">27</context></context-group></trans-unit>
3801 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3971 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3802 <source>Reason:</source>
3803 <target>Syy:</target>
3804 <context-group name="null">
3805 <context context-type="linenumber">53</context>
3806 </context-group>
3807
3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3809 <source>Note:</source><target state="new">Note:</target>
3810 <context-group purpose="location">
3811 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3812 <context context-type="linenumber">72</context>
3813 </context-group>
3814 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3815 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3972 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3816 <context-group purpose="location"> 3973 <context-group purpose="location">
3817 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3974 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3818 <context context-type="linenumber">5</context> 3975 <context context-type="linenumber">5</context>
3819 </context-group> 3976 </context-group>
3977 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3978 <source>
3979 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3980 </source><target state="new">
3981 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3982 </target>
3983 <context-group purpose="location">
3984 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3985 <context context-type="linenumber">20</context>
3986 </context-group>
3987 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3988 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3989 <context-group purpose="location">
3990 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3991 <context context-type="linenumber">21</context>
3992 </context-group>
3993 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3994 <source>Reportee</source><target state="new">Reportee</target>
3995 <context-group purpose="location">
3996 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3997 <context context-type="linenumber">27</context>
3998 </context-group>
3999 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4000 <source>
4001 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4002 </source><target state="new">
4003 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4004 </target>
4005 <context-group purpose="location">
4006 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4007 <context context-type="linenumber">40</context>
4008 </context-group>
4009 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4010 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4011 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4013 <context context-type="linenumber">41</context>
4014 </context-group>
4015 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4016 <source>Updated</source><target state="new">Updated</target>
4017 <context-group purpose="location">
4018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4019 <context context-type="linenumber">47</context>
4020 </context-group>
3820 </trans-unit> 4021 </trans-unit>
3821 4022
3822 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4023 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3829,11 +4030,8 @@
3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3830 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4031 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3831 <source>Mute domain</source><target state="new">Mute domain</target> 4032 <source>Mute domain</source><target state="new">Mute domain</target>
3832 <context-group purpose="location"> 4033
3833 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4034 <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></trans-unit>
3834 <context context-type="linenumber">11</context>
3835 </context-group>
3836 </trans-unit>
3837 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4035 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3838 <source>Instance</source> 4036 <source>Instance</source>
3839 <target>Instanssi</target> 4037 <target>Instanssi</target>
@@ -3844,7 +4042,7 @@
3844 4042
3845 4043
3846 4044
3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3848 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4046 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3849 <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> 4047 <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>
3850 <target>Mykistetty kohdassa <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4048 <target>Mykistetty kohdassa <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3855,7 +4053,7 @@
3855 4053
3856 4054
3857 4055
3858 <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">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">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> 4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3859 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4057 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3860 <source>Unmute</source> 4058 <source>Unmute</source>
3861 <target>Poista mykistys</target> 4059 <target>Poista mykistys</target>
@@ -3866,7 +4064,19 @@
3866 4064
3867 4065
3868 4066
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4068 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4069 <context-group purpose="location">
4070 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4071 <context context-type="linenumber">51</context>
4072 </context-group>
4073 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4074 <source>No server found.</source><target state="new">No server found.</target>
4075 <context-group purpose="location">
4076 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4077 <context context-type="linenumber">52</context>
4078 </context-group>
4079 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4080 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3871 <context-group purpose="location"> 4081 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4082 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3878,17 +4088,11 @@
3878 </source><target state="new"> 4088 </source><target state="new">
3879 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4089 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3880 </target> 4090 </target>
3881 <context-group purpose="location"> 4091
3882 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3883 <context context-type="linenumber">37</context>
3884 </context-group>
3885 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3886 <source>Mute domains</source><target state="new">Mute domains</target> 4093 <source>Mute domains</source><target state="new">Mute domains</target>
3887 <context-group purpose="location"> 4094
3888 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3889 <context context-type="linenumber">35</context>
3890 </context-group>
3891 </trans-unit>
3892 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4096 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3893 <source>Account</source> 4097 <source>Account</source>
3894 <target>Tili</target> 4098 <target>Tili</target>
@@ -3897,7 +4101,19 @@
3897 </context-group> 4101 </context-group>
3898 4102
3899 4103
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4105 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4106 <context-group purpose="location">
4107 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4108 <context context-type="linenumber">58</context>
4109 </context-group>
4110 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4111 <source>No account found.</source><target state="new">No account found.</target>
4112 <context-group purpose="location">
4113 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4114 <context context-type="linenumber">59</context>
4115 </context-group>
4116 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3901 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4117 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3902 <context-group purpose="location"> 4118 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4119 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4024,7 +4240,7 @@
4024 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4240 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
4025 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source><target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target> 4241 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source><target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target>
4026 4242
4027 <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">29</context></context-group></trans-unit> 4243 <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">47</context></context-group></trans-unit>
4028 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4244 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4029 <source>System</source> 4245 <source>System</source>
4030 <target>Järjestelmä</target> 4246 <target>Järjestelmä</target>
@@ -4221,7 +4437,7 @@
4221 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4437 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4222 <source>Strategy</source><target state="new">Strategy</target> 4438 <source>Strategy</source><target state="new">Strategy</target>
4223 4439
4224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4225 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4441 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4226 <source>Terms</source> 4442 <source>Terms</source>
4227 <target>Käyttöehdot</target> 4443 <target>Käyttöehdot</target>
@@ -5238,20 +5454,14 @@
5238 <context-group name="null"> 5454 <context-group name="null">
5239 <context context-type="linenumber">8</context> 5455 <context context-type="linenumber">8</context>
5240 </context-group> 5456 </context-group>
5241 <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> 5457
5242 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5458 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5243 <source>See the error</source><target state="new">See the error</target> 5459 <source>See the error</source><target state="new">See the error</target>
5244 <context-group purpose="location"> 5460
5245 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5461 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5246 <context context-type="linenumber">19</context>
5247 </context-group>
5248 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5249 <source>This video was deleted</source><target state="new">This video was deleted</target> 5462 <source>This video was deleted</source><target state="new">This video was deleted</target>
5250 <context-group purpose="location"> 5463
5251 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5464 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5252 <context context-type="linenumber">36</context>
5253 </context-group>
5254 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5255 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5465 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5256 <context-group purpose="location"> 5466 <context-group purpose="location">
5257 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5467 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7157,8 +7367,8 @@
7157 <context context-type="linenumber">1</context> 7367 <context context-type="linenumber">1</context>
7158 </context-group> 7368 </context-group>
7159 <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> 7369 <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>
7160 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7370 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7161 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7371 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7162 <context-group purpose="location"> 7372 <context-group purpose="location">
7163 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7373 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7164 <context context-type="linenumber">1</context> 7374 <context context-type="linenumber">1</context>
@@ -7997,6 +8207,12 @@
7997 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8207 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7998 <context context-type="linenumber">1</context> 8208 <context context-type="linenumber">1</context>
7999 </context-group> 8209 </context-group>
8210 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8211 <source>Unknown</source><target state="new">Unknown</target>
8212 <context-group purpose="location">
8213 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8214 <context context-type="linenumber">1</context>
8215 </context-group>
8000 </trans-unit> 8216 </trans-unit>
8001 8217
8002 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8218 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
@@ -9492,8 +9708,17 @@
9492 </trans-unit> 9708 </trans-unit>
9493 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9709 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9494 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9710 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9711
9712 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9713 <source>Mute server</source><target state="new">Mute server</target>
9495 <context-group purpose="location"> 9714 <context-group purpose="location">
9496 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9715 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9716 <context context-type="linenumber">1</context>
9717 </context-group>
9718 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9719 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9720 <context-group purpose="location">
9721 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9497 <context context-type="linenumber">1</context> 9722 <context context-type="linenumber">1</context>
9498 </context-group> 9723 </context-group>
9499 </trans-unit> 9724 </trans-unit>
@@ -9800,7 +10025,25 @@
9800 <context context-type="linenumber">1</context> 10025 <context context-type="linenumber">1</context>
9801 </context-group> 10026 </context-group>
9802 10027
9803 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10028 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10029 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10030 <context-group purpose="location">
10031 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10032 <context context-type="linenumber">1</context>
10033 </context-group>
10034 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10035 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10036 <context-group purpose="location">
10037 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10038 <context context-type="linenumber">1</context>
10039 </context-group>
10040 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10041 <source>Delete video</source><target state="new">Delete video</target>
10042 <context-group purpose="location">
10043 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10044 <context context-type="linenumber">1</context>
10045 </context-group>
10046 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9804 <source>Encoder</source><target state="new">Encoder</target> 10047 <source>Encoder</source><target state="new">Encoder</target>
9805 <context-group purpose="location"> 10048 <context-group purpose="location">
9806 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10049 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9858,7 +10101,25 @@
9858 <context-group name="null"> 10101 <context-group name="null">
9859 <context context-type="linenumber">1</context> 10102 <context context-type="linenumber">1</context>
9860 </context-group> 10103 </context-group>
9861 <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> 10104
10105 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10106 <source>Video deleted.</source><target state="new">Video deleted.</target>
10107 <context-group purpose="location">
10108 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10109 <context context-type="linenumber">1</context>
10110 </context-group>
10111 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10112 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10113 <context-group purpose="location">
10114 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10115 <context context-type="linenumber">1</context>
10116 </context-group>
10117 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10118 <source>Mute reporter</source><target state="new">Mute reporter</target>
10119 <context-group purpose="location">
10120 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10121 <context context-type="linenumber">1</context>
10122 </context-group>
9862 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10123 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9863 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10124 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
9864 <context-group purpose="location"> 10125 <context-group purpose="location">
@@ -9881,8 +10142,8 @@
9881 <context context-type="linenumber">1</context> 10142 <context context-type="linenumber">1</context>
9882 </context-group> 10143 </context-group>
9883 <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> 10144 <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>
9884 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10145 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9885 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10146 <source>Mirror</source><target state="new">Mirror</target>
9886 <context-group purpose="location"> 10147 <context-group purpose="location">
9887 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10148 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9888 <context context-type="linenumber">1</context> 10149 <context context-type="linenumber">1</context>
@@ -9894,7 +10155,25 @@
9894 <context-group name="null"> 10155 <context-group name="null">
9895 <context context-type="linenumber">1</context> 10156 <context context-type="linenumber">1</context>
9896 </context-group> 10157 </context-group>
9897 <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> 10158
10159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10160 <source>Note</source><target state="new">Note</target>
10161 <context-group purpose="location">
10162 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10163 <context context-type="linenumber">61</context>
10164 </context-group>
10165 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10166 <source>The video was deleted</source><target state="new">The video was deleted</target>
10167 <context-group purpose="location">
10168 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10169 <context context-type="linenumber">71</context>
10170 </context-group>
10171 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10172 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10173 <context-group purpose="location">
10174 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10175 <context context-type="linenumber">72</context>
10176 </context-group>
9898 </trans-unit> 10177 </trans-unit>
9899 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10178 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
9900 <source>Published</source> 10179 <source>Published</source>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index e4c4860e5..1af0e0152 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été retirée de la liste noire </target> 284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été retirée de la liste noire </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été mise sur liste noire </target> 289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été mise sur liste noire </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée </target> 320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publiée </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s’est enregistré sur votre instance </target> 335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s’est enregistré sur votre instance </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -535,9 +543,9 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="new"> 547 <target state="new">
540 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 548 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
541 </target> 549 </target>
542 <context-group purpose="location"> 550 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 551 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -676,9 +684,9 @@
676 <context-group name="null"> 684 <context-group name="null">
677 <context context-type="linenumber">34</context> 685 <context context-type="linenumber">34</context>
678 </context-group> 686 </context-group>
679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 687
680 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 688
681 </trans-unit> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
682 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
683 <source>Edit starts/stops at</source> 691 <source>Edit starts/stops at</source>
684 <target>Modifier le début / la fin à</target> 692 <target>Modifier le début / la fin à</target>
@@ -833,10 +841,13 @@
833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
834 </trans-unit> 842 </trans-unit>
835 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 843 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
836 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 844 <source>
845 <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>"/>
846 <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>"/>
847 </source>
837 <target> 848 <target>
838 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <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>"/>
839 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 850 <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>"/>
840 </target> 851 </target>
841 <context-group name="null"> 852 <context-group name="null">
842 <context context-type="linenumber">10</context> 853 <context context-type="linenumber">10</context>
@@ -844,9 +855,12 @@
844 <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> 855 <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>
845 </trans-unit> 856 </trans-unit>
846 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 857 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
847 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 858 <source>
859 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
861 </source>
848 <target> 862 <target>
849 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 863 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/>"/>
850 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 864 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
851 </target> 865 </target>
852 <context-group name="null"> 866 <context-group name="null">
@@ -855,9 +869,12 @@
855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
856 </trans-unit> 870 </trans-unit>
857 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 871 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
858 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 872 <source>
873 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
874 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
875 </source>
859 <target> 876 <target>
860 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 877 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/>"/>
861 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 878 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
862 </target> 879 </target>
863 <context-group name="null"> 880 <context-group name="null">
@@ -874,10 +891,13 @@
874 </context-group> 891 </context-group>
875 </trans-unit> 892 </trans-unit>
876 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 893 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
877 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 894 <source>
895 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 <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>"/>
897 </source>
878 <target> 898 <target>
879 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <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>"/>
880 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 900 <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>"/>
881 </target> 901 </target>
882 <context-group name="null"> 902 <context-group name="null">
883 <context context-type="linenumber">5</context> 903 <context context-type="linenumber">5</context>
@@ -936,9 +956,9 @@
936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
937 </trans-unit> 957 </trans-unit>
938 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 958 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
939 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 959 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
940 <target> 960 <target>
941 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 961 <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>"/>
942 </target> 962 </target>
943 <context-group name="null"> 963 <context-group name="null">
944 <context context-type="linenumber">53</context> 964 <context context-type="linenumber">53</context>
@@ -1094,20 +1114,20 @@
1094 <context-group name="null"> 1114 <context-group name="null">
1095 <context context-type="linenumber">23</context> 1115 <context context-type="linenumber">23</context>
1096 </context-group> 1116 </context-group>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1119
1100 <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> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1121
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1123
1104 <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> 1124
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1125
1106 <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">26</context></context-group> 1126
1107 <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">22</context></context-group> 1127
1108 <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">25</context></context-group> 1128
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1129
1110 </trans-unit> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1111 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1131 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1112 <source>Ban this user</source> 1132 <source>Ban this user</source>
1113 <target>Bannir cet utilisateur</target> 1133 <target>Bannir cet utilisateur</target>
@@ -1122,8 +1142,8 @@
1122 <context-group name="null"> 1142 <context-group name="null">
1123 <context context-type="linenumber">11</context> 1143 <context context-type="linenumber">11</context>
1124 </context-group> 1144 </context-group>
1125 <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> 1145
1126 </trans-unit> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1147 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1128 <source>Login</source> 1148 <source>Login</source>
1129 <target> 1149 <target>
@@ -1132,90 +1152,120 @@
1132 <context context-type="linenumber">2</context> 1152 <context context-type="linenumber">2</context>
1133 </context-group> 1153 </context-group>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1135 </trans-unit> 1155 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1136 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1156 <source>
1137 <source>If you are looking for an account…</source> 1157 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1138 <target state="translated">Si vous cherchez un compte…</target> 1158 </source><target state="new">
1159 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1160 </target>
1139 <context-group purpose="location"> 1161 <context-group purpose="location">
1140 <context context-type="sourcefile">src/app/login/login.component.html</context> 1162 <context context-type="sourcefile">src/app/login/login.component.html</context>
1141 <context context-type="linenumber">7</context> 1163 <context context-type="linenumber">6</context>
1142 </context-group> 1164 </context-group>
1143 </trans-unit> 1165 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1144 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1166 <source>
1145 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1167 If you are looking for an account…
1146 <target state="translated">Actuellement, cette instance ne permet pas la création de comptes, mais vous pouvez trouver une instance qui vous permet de créer votre compte et d’y téléverser vos vidéos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Trouvez la vôtre parmi de multiples instances à cette adresse <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1168 </source><target state="new">
1169 If you are looking for an account…
1170 </target>
1147 <context-group purpose="location"> 1171 <context-group purpose="location">
1148 <context context-type="sourcefile">src/app/login/login.component.html</context> 1172 <context context-type="sourcefile">src/app/login/login.component.html</context>
1149 <context context-type="linenumber">11</context> 1173 <context context-type="linenumber">12</context>
1174 </context-group>
1175 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1176 <source>
1177 Currently this instance doesn't allow for user registration, but you can find an instance
1178 that gives you the possibility to sign up for an account and upload your videos there.
1179
1180 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1181
1182 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1183 </source><target state="new">
1184 Currently this instance doesn't allow for user registration, but you can find an instance
1185 that gives you the possibility to sign up for an account and upload your videos there.
1186
1187 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1188
1189 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1190 </target>
1191 <context-group purpose="location">
1192 <context context-type="sourcefile">src/app/login/login.component.html</context>
1193 <context context-type="linenumber">16</context>
1150 </context-group> 1194 </context-group>
1151 </trans-unit> 1195 </trans-unit>
1196
1197
1152 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1198 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1153 <source>Request new verification email.</source> 1199 <source>Request new verification email.</source>
1154 <target>Demander un nouvel email de vérification.</target> 1200 <target>Demander un nouvel email de vérification.</target>
1155 <context-group name="null"> 1201 <context-group name="null">
1156 <context context-type="linenumber">16</context> 1202 <context context-type="linenumber">16</context>
1157 </context-group> 1203 </context-group>
1158 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1204
1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1205
1160 </trans-unit> 1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1161 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1207 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1162 <source>User</source> 1208 <source>User</source>
1163 <target>Utilisateur</target> 1209 <target>Utilisateur</target>
1164 <context-group name="null"> 1210 <context-group name="null">
1165 <context context-type="linenumber">13</context> 1211 <context context-type="linenumber">13</context>
1166 </context-group> 1212 </context-group>
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1213
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1214
1169 </trans-unit> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1170 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1216 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1171 <source>Username or email address</source> 1217 <source>Username or email address</source>
1172 <target>Identifiant ou courriel</target> 1218 <target>Identifiant ou courriel</target>
1173 <context-group name="null"> 1219 <context-group name="null">
1174 <context context-type="linenumber">15</context> 1220 <context context-type="linenumber">15</context>
1175 </context-group> 1221 </context-group>
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1222
1177 </trans-unit> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1178 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1224 <source>
1179 <source>or create an account</source> 1225 or create an account
1180 <target> 1226 </source><target state="new">
1181 ou créer un compte 1227 or create an account
1182 </target> 1228 </target>
1183 <context-group name="null"> 1229 <context-group purpose="location">
1184 <context context-type="linenumber">18</context> 1230 <context context-type="sourcefile">src/app/login/login.component.html</context>
1231 <context context-type="linenumber">40</context>
1185 </context-group> 1232 </context-group>
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1187 </trans-unit> 1233 </trans-unit>
1234
1188 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1235 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1189 <source>Password</source> 1236 <source>Password</source>
1190 <target>Mot de passe</target> 1237 <target>Mot de passe</target>
1191 <context-group name="null"> 1238 <context-group name="null">
1192 <context context-type="linenumber">54</context> 1239 <context context-type="linenumber">54</context>
1193 </context-group> 1240 </context-group>
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1241
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1242
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1243
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1244
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1245
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1246
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1247
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1248
1202 </trans-unit> 1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1203 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1250 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1204 <source>Click here to reset your password</source> 1251 <source>Click here to reset your password</source>
1205 <target state="translated">Cliquez ici pour réinitialiser votre mot de passe</target> 1252 <target state="translated">Cliquez ici pour réinitialiser votre mot de passe</target>
1206 <context-group purpose="location"> 1253
1207 <context context-type="sourcefile">src/app/login/login.component.html</context> 1254 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1208 <context context-type="linenumber">50</context>
1209 </context-group>
1210 </trans-unit>
1211 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1255 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1212 <source>Login</source> 1256 <source>Login</source>
1213 <target>Se connecter</target> 1257 <target>Se connecter</target>
1214 <context-group name="null"> 1258 <context-group name="null">
1215 <context context-type="linenumber">32</context> 1259 <context context-type="linenumber">32</context>
1216 </context-group> 1260 </context-group>
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1261
1218 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1262
1263 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1264 <source>Or sign in with</source><target state="new">Or sign in with</target>
1265 <context-group purpose="location">
1266 <context context-type="sourcefile">src/app/login/login.component.html</context>
1267 <context context-type="linenumber">68</context>
1268 </context-group>
1219 </trans-unit> 1269 </trans-unit>
1220 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1270 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1221 <source>Forgot your password</source> 1271 <source>Forgot your password</source>
@@ -1223,8 +1273,8 @@
1223 <context-group name="null"> 1273 <context-group name="null">
1224 <context context-type="linenumber">58</context> 1274 <context context-type="linenumber">58</context>
1225 </context-group> 1275 </context-group>
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1276
1227 </trans-unit> 1277 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1228 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a"> 1278 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a">
1229 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1279 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1230 <target> 1280 <target>
@@ -1233,40 +1283,40 @@
1233 <context-group name="null"> 1283 <context-group name="null">
1234 <context context-type="linenumber">65</context> 1284 <context context-type="linenumber">65</context>
1235 </context-group> 1285 </context-group>
1236 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1286
1237 </trans-unit> 1287 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1238 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1288 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1239 <source>Email</source> 1289 <source>Email</source>
1240 <target>Courriel</target> 1290 <target>Courriel</target>
1241 <context-group name="null"> 1291 <context-group name="null">
1242 <context context-type="linenumber">43</context> 1292 <context context-type="linenumber">43</context>
1243 </context-group> 1293 </context-group>
1244 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1294
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1295
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1296
1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1297
1248 <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">4</context></context-group> 1298
1249 <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">8</context></context-group> 1299
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1300
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1301
1252 </trans-unit> 1302 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1253 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1303 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1254 <source>Email address</source> 1304 <source>Email address</source>
1255 <target>Courriel</target> 1305 <target>Courriel</target>
1256 <context-group name="null"> 1306 <context-group name="null">
1257 <context context-type="linenumber">10</context> 1307 <context context-type="linenumber">10</context>
1258 </context-group> 1308 </context-group>
1259 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1309
1260 <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">10</context></context-group> 1310
1261 </trans-unit> 1311 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1262 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1312 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1263 <source>Send me an email to reset my password</source> 1313 <source>Send me an email to reset my password</source>
1264 <target>M'envoyer un courriel pour réinitialiser mon mot de passe</target> 1314 <target>M'envoyer un courriel pour réinitialiser mon mot de passe</target>
1265 <context-group name="null"> 1315 <context-group name="null">
1266 <context context-type="linenumber">82</context> 1316 <context context-type="linenumber">82</context>
1267 </context-group> 1317 </context-group>
1268 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1318
1269 </trans-unit> 1319 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1270 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1320 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1271 <source>Reset my password</source> 1321 <source>Reset my password</source>
1272 <target> 1322 <target>
@@ -1310,9 +1360,9 @@
1310 </context-group> 1360 </context-group>
1311 </trans-unit> 1361 </trans-unit>
1312 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1362 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1313 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1363 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1314 <target> 1364 <target>
1315 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1365 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>"/>
1316 </target> 1366 </target>
1317 <context-group name="null"> 1367 <context-group name="null">
1318 <context context-type="linenumber">6</context> 1368 <context context-type="linenumber">6</context>
@@ -1320,10 +1370,13 @@
1320 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1370 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1321 </trans-unit> 1371 </trans-unit>
1322 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1372 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1323 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1373 <source>
1374 Filters
1375 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1376 </source>
1324 <target> 1377 <target>
1325 Filtres 1378 Filtres
1326 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1379 <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>"/>
1327 </target> 1380 </target>
1328 <context-group name="null"> 1381 <context-group name="null">
1329 <context context-type="linenumber">16</context> 1382 <context context-type="linenumber">16</context>
@@ -1357,7 +1410,8 @@
1357 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1410 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1358 </trans-unit> 1411 </trans-unit>
1359 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1412 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1360 <source>CLI documentation</source> 1413 <source>CLI
1414 documentation</source>
1361 <target>Documentation de la CLI</target> 1415 <target>Documentation de la CLI</target>
1362 <context-group name="null"> 1416 <context-group name="null">
1363 <context context-type="linenumber">12</context> 1417 <context context-type="linenumber">12</context>
@@ -1373,7 +1427,8 @@
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1427 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1374 </trans-unit> 1428 </trans-unit>
1375 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1429 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1376 <source>Administer documentation</source> 1430 <source>Administer
1431 documentation</source>
1377 <target>Documentation sur l'administration</target> 1432 <target>Documentation sur l'administration</target>
1378 <context-group name="null"> 1433 <context-group name="null">
1379 <context context-type="linenumber">19</context> 1434 <context context-type="linenumber">19</context>
@@ -1389,7 +1444,8 @@
1389 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1444 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1390 </trans-unit> 1445 </trans-unit>
1391 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1446 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1392 <source>Use documentation</source> 1447 <source>Use
1448 documentation</source>
1393 <target>Documentation d'utilisation</target> 1449 <target>Documentation d'utilisation</target>
1394 <context-group name="null"> 1450 <context-group name="null">
1395 <context context-type="linenumber">26</context> 1451 <context context-type="linenumber">26</context>
@@ -1413,16 +1469,16 @@
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1414 </trans-unit> 1470 </trans-unit>
1415 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1471 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1416 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1472 <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>
1417 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1473 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1418 <context-group name="null"> 1474 <context-group name="null">
1419 <context context-type="linenumber">44</context> 1475 <context context-type="linenumber">44</context>
1420 </context-group> 1476 </context-group>
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1477 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1422 </trans-unit> 1478 </trans-unit>
1423 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1479 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1424 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1480 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1425 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1481 <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>"/>
1426 </target> 1482 </target>
1427 <context-group name="null"> 1483 <context-group name="null">
1428 <context context-type="linenumber">47</context> 1484 <context context-type="linenumber">47</context>
@@ -1438,9 +1494,13 @@
1438 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1494 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1439 </trans-unit> 1495 </trans-unit>
1440 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1496 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1441 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1497 <source>
1498 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1499 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1500 is very important for visitors to understand on what type of instance they are.
1501 </source>
1442 <target> 1502 <target>
1443 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 1503 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.
1444 </target> 1504 </target>
1445 <context-group name="null"> 1505 <context-group name="null">
1446 <context context-type="linenumber">61</context> 1506 <context context-type="linenumber">61</context>
@@ -1448,10 +1508,16 @@
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1449 </trans-unit> 1509 </trans-unit>
1450 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1510 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1451 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1511 <source>
1512 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1513 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1514 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1515 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1516 PeerTube instance.
1517 </source>
1452 <target> 1518 <target>
1453 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1519 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>"/>
1454 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1520 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>"/>.
1455 </target> 1521 </target>
1456 <context-group name="null"> 1522 <context-group name="null">
1457 <context context-type="linenumber">67</context> 1523 <context context-type="linenumber">67</context>
@@ -1547,8 +1613,11 @@
1547 <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> 1613 <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>
1548 </trans-unit> 1614 </trans-unit>
1549 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1615 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1550 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1616 <source>
1551 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1617 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1618 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1619 </source>
1620 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1552 <context-group purpose="location"> 1621 <context-group purpose="location">
1553 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1622 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1554 <context context-type="linenumber">24</context> 1623 <context context-type="linenumber">24</context>
@@ -1981,8 +2050,11 @@
1981 </context-group> 2050 </context-group>
1982 </trans-unit> 2051 </trans-unit>
1983 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2052 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1984 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2053 <source>
1985 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2054 Jump to channel
2055 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2056 </source>
2057 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1986 <context-group purpose="location"> 2058 <context-group purpose="location">
1987 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2059 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1988 <context context-type="linenumber">18</context> 2060 <context context-type="linenumber">18</context>
@@ -2192,16 +2264,16 @@
2192 <context-group name="null"> 2264 <context-group name="null">
2193 <context context-type="linenumber">29</context> 2265 <context context-type="linenumber">29</context>
2194 </context-group> 2266 </context-group>
2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2267
2196 </trans-unit> 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2197 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2269 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2198 <source>Add this caption</source> 2270 <source>Add this caption</source>
2199 <target>Ajouter ce sous-titre</target> 2271 <target>Ajouter ce sous-titre</target>
2200 <context-group name="null"> 2272 <context-group name="null">
2201 <context context-type="linenumber">40</context> 2273 <context context-type="linenumber">40</context>
2202 </context-group> 2274 </context-group>
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2275
2204 </trans-unit> 2276 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2205 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2277 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2206 <source>Title</source> 2278 <source>Title</source>
2207 <target>Titre</target> 2279 <target>Titre</target>
@@ -2220,8 +2292,12 @@
2220 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2221 </trans-unit> 2293 </trans-unit>
2222 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2294 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2223 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2295 <source>
2224 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target> 2296 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2297 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2298 Press Enter to add a new tag.
2299 </source>
2300 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2225 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2226 </trans-unit> 2302 </trans-unit>
2227 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2303 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2386,7 +2462,7 @@
2386 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2462 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2387 </trans-unit> 2463 </trans-unit>
2388 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2464 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2389 <source>Already uploaded ✔</source> 2465 <source>Already uploaded ✔</source>
2390 <target>Déjà téléversé ✔</target> 2466 <target>Déjà téléversé ✔</target>
2391 <context-group name="null"> 2467 <context-group name="null">
2392 <context context-type="linenumber">179</context> 2468 <context context-type="linenumber">179</context>
@@ -2517,8 +2593,12 @@
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2518 </trans-unit> 2594 </trans-unit>
2519 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2595 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2520 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2596 <source>
2521 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target> 2597 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>"/>
2598 or URL that points to a raw MP4 file.
2599 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.
2600 </source>
2601 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2522 <context-group purpose="location"> 2602 <context-group purpose="location">
2523 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2603 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2524 <context context-type="linenumber">10</context> 2604 <context context-type="linenumber">10</context>
@@ -2580,10 +2660,14 @@
2580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2660 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2581 </trans-unit> 2661 </trans-unit>
2582 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2662 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2583 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2663 <source>
2664 Image that will be merged with your audio file.
2665 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2666 The chosen image will be definitive and cannot be modified.
2667 </source>
2584 <target> 2668 <target>
2585 Image qui sera fusionnée avec le fichier audio. 2669 Image qui sera fusionnée avec le fichier audio.
2586 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2670 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2587 L'image choisie sera définitive et ne pourra pas être modifiée. 2671 L'image choisie sera définitive et ne pourra pas être modifiée.
2588 </target> 2672 </target>
2589 <context-group name="null"> 2673 <context-group name="null">
@@ -2653,7 +2737,10 @@
2653 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2654 </trans-unit> 2738 </trans-unit>
2655 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2739 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2656 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2740 <source>
2741 You can import any torrent file that points to a mp4 file.
2742 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.
2743 </source>
2657 <target> 2744 <target>
2658 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. 2745 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4.
2659 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. 2746 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance.
@@ -2673,8 +2760,12 @@
2673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2760 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2674 </trans-unit> 2761 </trans-unit>
2675 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2762 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2676 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2763 <source>
2677 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour téléverser vos vidéos. </target> 2764 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2765 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2766 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2767 </source>
2768 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour téléverser vos vidéos. </target>
2678 <context-group purpose="location"> 2769 <context-group purpose="location">
2679 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2770 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2680 <context context-type="linenumber">2</context> 2771 <context context-type="linenumber">2</context>
@@ -2916,16 +3007,16 @@
2916 <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> 3007 <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>
2917 </trans-unit> 3008 </trans-unit>
2918 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3009 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2919 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3010 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2920 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3011 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2921 <context-group purpose="location"> 3012 <context-group purpose="location">
2922 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3013 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2923 <context context-type="linenumber">45</context> 3014 <context context-type="linenumber">45</context>
2924 </context-group> 3015 </context-group>
2925 </trans-unit> 3016 </trans-unit>
2926 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3017 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2927 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3018 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2928 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3019 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2929 <context-group purpose="location"> 3020 <context-group purpose="location">
2930 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3021 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2931 <context context-type="linenumber">56</context> 3022 <context context-type="linenumber">56</context>
@@ -3091,11 +3182,11 @@
3091 <context-group name="null"> 3182 <context-group name="null">
3092 <context context-type="linenumber">215</context> 3183 <context context-type="linenumber">215</context>
3093 </context-group> 3184 </context-group>
3094 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3185
3095 <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">21</context></context-group> 3186
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3187
3097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3188
3098 </trans-unit> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3099 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3190 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3100 <source>Get more information</source> 3191 <source>Get more information</source>
3101 <target>Obtenir plus d'informations</target> 3192 <target>Obtenir plus d'informations</target>
@@ -3220,7 +3311,11 @@
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3221 </trans-unit> 3312 </trans-unit>
3222 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3313 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3223 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3314 <source>
3315 You can comment using an account on any ActivityPub-compatible instance.
3316 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3317 from within the software's interface.
3318 </source>
3224 <target state="new"> 3319 <target state="new">
3225 You can comment using an account on any ActivityPub-compatible instance. 3320 You can comment using an account on any ActivityPub-compatible instance.
3226 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3321 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3307,20 +3402,47 @@
3307 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3402 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3308 <source>Follow domain</source> 3403 <source>Follow domain</source>
3309 <target state="new">Follow domain</target> 3404 <target state="new">Follow domain</target>
3310 <context-group purpose="location"> 3405
3311 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3406 <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>
3312 <context context-type="linenumber">15</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3407 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3316 <source>Filter...</source> 3408 <source>Filter...</source>
3317 <target>Filtrage...</target> 3409 <target>Filtrage...</target>
3318 <context-group name="null"> 3410 <context-group name="null">
3319 <context context-type="linenumber">27</context> 3411 <context context-type="linenumber">27</context>
3320 </context-group> 3412 </context-group>
3321 <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> 3413
3322 <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> 3414
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3415
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3417 <source>Clear filters</source><target state="new">Clear filters</target>
3418 <context-group purpose="location">
3419 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3420 <context context-type="linenumber">15</context>
3421 </context-group>
3422 <context-group purpose="location">
3423 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3424 <context context-type="linenumber">15</context>
3425 </context-group>
3426 <context-group purpose="location">
3427 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3428 <context context-type="linenumber">34</context>
3429 </context-group>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3432 <context context-type="linenumber">16</context>
3433 </context-group>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3436 <context context-type="linenumber">31</context>
3437 </context-group>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3440 <context context-type="linenumber">15</context>
3441 </context-group>
3442 <context-group purpose="location">
3443 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3444 <context context-type="linenumber">15</context>
3445 </context-group>
3324 </trans-unit> 3446 </trans-unit>
3325 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3447 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3326 <source>ID</source> 3448 <source>ID</source>
@@ -3336,17 +3458,17 @@
3336 <context-group name="null"> 3458 <context-group name="null">
3337 <context context-type="linenumber">17</context> 3459 <context context-type="linenumber">17</context>
3338 </context-group> 3460 </context-group>
3339 <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> 3461
3340 </trans-unit> 3462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3341 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3463 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3342 <source>State</source> 3464 <source>State</source>
3343 <target>Statut</target> 3465 <target>Statut</target>
3344 <context-group name="null"> 3466 <context-group name="null">
3345 <context context-type="linenumber">10</context> 3467 <context context-type="linenumber">10</context>
3346 </context-group> 3468 </context-group>
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3469
3348 <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> 3470
3349 </trans-unit> 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3350 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3472 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3351 <source>Delayed.</source> 3473 <source>Delayed.</source>
3352 <target state="translated">Retardé.</target> 3474 <target state="translated">Retardé.</target>
@@ -3373,53 +3495,71 @@
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3374 </trans-unit> 3496 </trans-unit>
3375 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3497 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3376 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3498 <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>
3377 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3499 <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>
3378 <context-group name="null"> 3500 <context-group name="null">
3379 <context context-type="linenumber">11</context> 3501 <context context-type="linenumber">11</context>
3380 </context-group> 3502 </context-group>
3381 <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> 3503
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3504
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3505
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3506
3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3507
3386 <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> 3508
3387 </trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3388 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3510 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3389 <source>Accepted</source> 3511 <source>Accepted</source>
3390 <target>Accepté</target> 3512 <target>Accepté</target>
3391 <context-group name="null"> 3513 <context-group name="null">
3392 <context context-type="linenumber">32</context> 3514 <context context-type="linenumber">32</context>
3393 </context-group> 3515 </context-group>
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3516
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3517
3396 </trans-unit> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3397 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3519 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3398 <source>Pending</source> 3520 <source>Pending</source>
3399 <target>En attente</target> 3521 <target>En attente</target>
3400 <context-group name="null"> 3522 <context-group name="null">
3401 <context context-type="linenumber">33</context> 3523 <context context-type="linenumber">33</context>
3402 </context-group> 3524 </context-group>
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3525
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3526
3405 </trans-unit> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3406 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3528 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3407 <source>Accept</source> 3529 <source>Accept</source>
3408 <target>Accepter</target> 3530 <target>Accepter</target>
3409 <context-group name="null"> 3531 <context-group name="null">
3410 <context context-type="linenumber">41</context> 3532 <context context-type="linenumber">41</context>
3411 </context-group> 3533 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3534
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3535
3414 </trans-unit> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3415 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3537 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3416 <source>Refuse</source> 3538 <source>Refuse</source>
3417 <target>Refuser</target> 3539 <target>Refuser</target>
3418 <context-group name="null"> 3540 <context-group name="null">
3419 <context context-type="linenumber">42</context> 3541 <context context-type="linenumber">42</context>
3420 </context-group> 3542 </context-group>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3543
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3544
3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3546 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3547 <context-group purpose="location">
3548 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3549 <context context-type="linenumber">55</context>
3550 </context-group>
3551 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3552 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3553 <context-group purpose="location">
3554 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3555 <context context-type="linenumber">56</context>
3556 </context-group>
3557 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3558 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3559 <context-group purpose="location">
3560 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3561 <context context-type="linenumber">5</context>
3562 </context-group>
3423 </trans-unit> 3563 </trans-unit>
3424 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3564 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3425 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3565 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3435,21 +3575,46 @@
3435 <context-group name="null"> 3575 <context-group name="null">
3436 <context context-type="linenumber">19</context> 3576 <context context-type="linenumber">19</context>
3437 </context-group> 3577 </context-group>
3438 <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> 3578
3439 </trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3440 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3580 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3441 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3581 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3442 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3582 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3583
3444 </trans-unit> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3445 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3585 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3446 <source>Follow domains</source>
3447 <target state="new">Follow domains</target>
3448 <context-group purpose="location"> 3586 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3450 <context context-type="linenumber">50</context> 3588 <context context-type="linenumber">37</context>
3589 </context-group>
3590 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3592 <context context-type="linenumber">35</context>
3593 </context-group>
3594 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3595 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3596 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3598 <context context-type="linenumber">62</context>
3599 </context-group>
3600 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3601 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3602 <context-group purpose="location">
3603 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3604 <context context-type="linenumber">63</context>
3605 </context-group>
3606 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3607 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3608 <context-group purpose="location">
3609 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3610 <context context-type="linenumber">5</context>
3451 </context-group> 3611 </context-group>
3452 </trans-unit> 3612 </trans-unit>
3613 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3614 <source>Follow domains</source>
3615 <target state="new">Follow domains</target>
3616
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3453 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3618 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3454 <source>My videos duplicated by remote instances</source> 3619 <source>My videos duplicated by remote instances</source>
3455 <target state="new">My videos duplicated by remote instances</target> 3620 <target state="new">My videos duplicated by remote instances</target>
@@ -3522,14 +3687,17 @@
3522 <context-group name="null"> 3687 <context-group name="null">
3523 <context context-type="linenumber">43</context> 3688 <context context-type="linenumber">43</context>
3524 </context-group> 3689 </context-group>
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3690
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3691
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3692
3528 </trans-unit> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3529 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3694 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3530 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3695 <source>
3696 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3697 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3698 </source>
3531 <target state="new"> 3699 <target state="new">
3532 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3700 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3533 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3701 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3534 </target> 3702 </target>
3535 <context-group purpose="location"> 3703 <context-group purpose="location">
@@ -3620,68 +3788,62 @@
3620 <context-group name="null"> 3788 <context-group name="null">
3621 <context context-type="linenumber">19</context> 3789 <context context-type="linenumber">19</context>
3622 </context-group> 3790 </context-group>
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3791
3624 </trans-unit> 3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3625 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3793 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3626 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3794 <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>
3627 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3795 <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>
3628 <context-group name="null"> 3796 <context-group name="null">
3629 <context context-type="linenumber">40</context> 3797 <context context-type="linenumber">40</context>
3630 </context-group> 3798 </context-group>
3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3799
3632 </trans-unit> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3633 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3801 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3634 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3802 <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>
3635 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3803 <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>
3636 <context-group name="null"> 3804 <context-group name="null">
3637 <context context-type="linenumber">42</context> 3805 <context context-type="linenumber">42</context>
3638 </context-group> 3806 </context-group>
3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3807
3640 </trans-unit> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3641 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3809 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3642 <source>(banned)</source> 3810 <source>(banned)</source>
3643 <target>(banni)</target> 3811 <target>(banni)</target>
3644 <context-group name="null"> 3812 <context-group name="null">
3645 <context context-type="linenumber">65</context> 3813 <context context-type="linenumber">65</context>
3646 </context-group> 3814 </context-group>
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3815
3648 </trans-unit> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3649 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3817 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3650 <source>Open account in a new tab</source> 3818 <source>Open account in a new tab</source>
3651 <target state="new">Open account in a new tab</target> 3819 <target state="new">Open account in a new tab</target>
3652 <context-group purpose="location"> 3820
3653 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3821
3654 <context context-type="linenumber">65</context> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3655 </context-group>
3656 <context-group purpose="location">
3657 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3658 <context context-type="linenumber">27</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3823 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3662 <source>User's email must be verified to login</source> 3824 <source>User's email must be verified to login</source>
3663 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target> 3825 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target>
3664 <context-group name="null"> 3826 <context-group name="null">
3665 <context context-type="linenumber">72</context> 3827 <context context-type="linenumber">72</context>
3666 </context-group> 3828 </context-group>
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3829
3668 </trans-unit> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3669 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3831 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3670 <source>User's email is verified / User can login without email verification</source> 3832 <source>User's email is verified / User can login without email verification</source>
3671 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target> 3833 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
3672 <context-group name="null"> 3834 <context-group name="null">
3673 <context context-type="linenumber">76</context> 3835 <context context-type="linenumber">76</context>
3674 </context-group> 3836 </context-group>
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3837
3676 </trans-unit> 3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3677 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3839 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3678 <source>Ban reason:</source> 3840 <source>Ban reason:</source>
3679 <target>Raison du bannissement :</target> 3841 <target>Raison du bannissement :</target>
3680 <context-group name="null"> 3842 <context-group name="null">
3681 <context context-type="linenumber">95</context> 3843 <context context-type="linenumber">95</context>
3682 </context-group> 3844 </context-group>
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3845
3684 </trans-unit> 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3685 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3847 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3686 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3848 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3687 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3849 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3740,72 +3902,88 @@
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3741 </trans-unit> 3903 </trans-unit>
3742 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3904 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3743 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3905 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3744 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3906 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3745 <context-group purpose="location"> 3907
3746 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3747 <context context-type="linenumber">10</context>
3748 </context-group>
3749 </trans-unit>
3750 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3909 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3751 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3910 <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>
3752 <target>Nom de la vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3911 <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>
3753 <context-group name="null"> 3912 <context-group name="null">
3754 <context context-type="linenumber">8</context> 3913 <context context-type="linenumber">8</context>
3755 </context-group> 3914 </context-group>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3915
3757 </trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3758 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3917 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3759 <source>Video URL</source> 3918 <source>Video URL</source>
3760 <target state="translated">URL de la vidéo</target> 3919 <target state="translated">URL de la vidéo</target>
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3920
3762 </trans-unit> 3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3763 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3922 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3764 <source>Total size</source> 3923 <source>Total size</source>
3765 <target state="translated">Taille totale</target> 3924 <target state="translated">Taille totale</target>
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3925
3767 </trans-unit> 3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3768 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3927 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3769 <source>List redundancies</source> 3928 <source>List redundancies</source>
3770 <target state="new">List redundancies</target> 3929 <target state="new">List redundancies</target>
3930
3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3932 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3771 <context-group purpose="location"> 3933 <context-group purpose="location">
3772 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3934 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3773 <context context-type="linenumber">33</context> 3935 <context context-type="linenumber">77</context>
3936 </context-group>
3937 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3938 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3939 <context-group purpose="location">
3940 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3941 <context context-type="linenumber">78</context>
3774 </context-group> 3942 </context-group>
3775 </trans-unit> 3943 </trans-unit>
3776 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3944 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3777 <source>Enabled strategies stats</source> 3945 <source>Enabled strategies stats</source>
3778 <target state="translated">Statistiques des stratégies activée</target> 3946 <target state="translated">Statistiques des stratégies activée</target>
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3947
3780 </trans-unit> 3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3781 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3949 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3782 <source>No redundancy strategy is enabled on your instance.</source> 3950 <source>No redundancy strategy is enabled on your instance.</source>
3783 <target state="translated">Aucune stratégie de redondance n'est activée sur votre instance.</target> 3951 <target state="translated">Aucune stratégie de redondance n'est activée sur votre instance.</target>
3784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3952
3785 </trans-unit> 3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3786 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3954 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3787 <source>Sensitive</source> 3955 <source>Sensitive</source>
3788 <target>Sensible</target> 3956 <target>Sensible</target>
3789 <context-group name="null"> 3957 <context-group name="null">
3790 <context context-type="linenumber">9</context> 3958 <context context-type="linenumber">9</context>
3791 </context-group> 3959 </context-group>
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">11</context></context-group> 3960
3793 </trans-unit> 3961 <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">25</context></context-group></trans-unit>
3794 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3962 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3795 <source>Unfederated</source> 3963 <source>Unfederated</source>
3796 <target>Non fédéré</target> 3964 <target>Non fédéré</target>
3797 <context-group name="null"> 3965 <context-group name="null">
3798 <context context-type="linenumber">10</context> 3966 <context context-type="linenumber">10</context>
3799 </context-group> 3967 </context-group>
3800 <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">12</context></context-group> 3968
3801 </trans-unit> 3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3802 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3970 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3803 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3971 <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>
3804 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3972 <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>
3805 <context-group name="null"> 3973 <context-group name="null">
3806 <context context-type="linenumber">11</context> 3974 <context context-type="linenumber">11</context>
3807 </context-group> 3975 </context-group>
3808 <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">13</context></context-group> 3976
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3978 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3981 <context context-type="linenumber">50</context>
3982 </context-group>
3983 <context-group purpose="location">
3984 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3985 <context context-type="linenumber">89</context>
3986 </context-group>
3809 </trans-unit> 3987 </trans-unit>
3810 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3988 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3811 <source>Go to the video</source> 3989 <source>Go to the video</source>
@@ -3813,25 +3991,37 @@
3813 <context-group name="null"> 3991 <context-group name="null">
3814 <context context-type="linenumber">33</context> 3992 <context context-type="linenumber">33</context>
3815 </context-group> 3993 </context-group>
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">28</context></context-group> 3994
3817 <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">33</context></context-group> 3995
3818 </trans-unit> 3996 <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">33</context></context-group></trans-unit>
3819 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3997 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3820 <source>Actions</source> 3998 <source>Actions</source>
3821 <target>Actions</target> 3999 <target>Actions</target>
3822 <context-group name="null"> 4000 <context-group name="null">
3823 <context context-type="linenumber">44</context> 4001 <context context-type="linenumber">44</context>
3824 </context-group> 4002 </context-group>
3825 <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">38</context></context-group> 4003
3826 <context-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> 4004
3827 </trans-unit> 4005 <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">72</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">123</context></context-group></trans-unit>
3828 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 4006 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3829 <source>Blacklist reason:</source> 4007 <source>Blacklist reason:</source>
3830 <target>Raison de mise sur liste noire :</target> 4008 <target>Raison de mise sur liste noire :</target>
3831 <context-group name="null"> 4009 <context-group name="null">
3832 <context context-type="linenumber">43</context> 4010 <context context-type="linenumber">43</context>
3833 </context-group> 4011 </context-group>
3834 <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">46</context></context-group> 4012
4013 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4014 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4017 <context context-type="linenumber">93</context>
4018 </context-group>
4019 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4020 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
4021 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4023 <context context-type="linenumber">94</context>
4024 </context-group>
3835 </trans-unit> 4025 </trans-unit>
3836 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4026 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3837 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 4027 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3866,6 +4056,42 @@
3866 <context context-type="linenumber">26</context> 4056 <context context-type="linenumber">26</context>
3867 </context-group> 4057 </context-group>
3868 <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">31</context></context-group> 4058 <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">31</context></context-group>
4059 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4060 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4063 <context context-type="linenumber">18</context>
4064 </context-group>
4065 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4066 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4067 <context-group purpose="location">
4068 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4069 <context context-type="linenumber">19</context>
4070 </context-group>
4071 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4072 <source>Accepted reports</source><target state="new">Accepted reports</target>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4075 <context context-type="linenumber">20</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4078 <source>Refused reports</source><target state="new">Refused reports</target>
4079 <context-group purpose="location">
4080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4081 <context context-type="linenumber">21</context>
4082 </context-group>
4083 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4084 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4085 <context-group purpose="location">
4086 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4087 <context context-type="linenumber">22</context>
4088 </context-group>
4089 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4090 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4091 <context-group purpose="location">
4092 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4093 <context context-type="linenumber">23</context>
4094 </context-group>
3869 </trans-unit> 4095 </trans-unit>
3870 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4096 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3871 <source>Reporter</source> 4097 <source>Reporter</source>
@@ -3873,44 +4099,72 @@
3873 <context-group name="null"> 4099 <context-group name="null">
3874 <context context-type="linenumber">8</context> 4100 <context context-type="linenumber">8</context>
3875 </context-group> 4101 </context-group>
3876 <context-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> 4102
3877 </trans-unit> 4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3878 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4104 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3879 <source>Video</source> 4105 <source>Video</source>
3880 <target>Vidéo</target> 4106 <target>Vidéo</target>
3881 <context-group name="null"> 4107 <context-group name="null">
3882 <context context-type="linenumber">9</context> 4108 <context context-type="linenumber">9</context>
3883 </context-group> 4109 </context-group>
3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 4110
3885 <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> 4111
3886 <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> 4112
3887 </trans-unit> 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3888 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4114 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3889 <source>Open video in a new tab</source>
3890 <target state="new">Open video in a new tab</target>
3891 <context-group purpose="location"> 4115 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4116 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3893 <context context-type="linenumber">46</context> 4117 <context context-type="linenumber">80</context>
4118 </context-group>
4119 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4120 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4121 <context-group purpose="location">
4122 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4123 <context context-type="linenumber">91</context>
4124 </context-group>
4125 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4127 <context context-type="linenumber">107</context>
4128 </context-group>
4129 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4130 <source>Video was deleted</source><target state="new">Video was deleted</target>
4131 <context-group purpose="location">
4132 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4133 <context context-type="linenumber">98</context>
4134 </context-group>
4135 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4136 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4137 <context-group purpose="location">
4138 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4139 <context context-type="linenumber">141</context>
4140 </context-group>
4141 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4142 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4143 <context-group purpose="location">
4144 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4145 <context context-type="linenumber">142</context>
3894 </context-group> 4146 </context-group>
3895 </trans-unit> 4147 </trans-unit>
4148 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4149 <source>Open video in a new tab</source>
4150 <target state="new">Open video in a new tab</target>
4151
4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3896 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4153 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3897 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4154 <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>
3898 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4155 <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>
3899 <context-group name="null"> 4156 <context-group name="null">
3900 <context context-type="linenumber">11</context> 4157 <context context-type="linenumber">11</context>
3901 </context-group> 4158 </context-group>
3902 <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> 4159
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 4160
3904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 4161
3905 </trans-unit> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3906 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4163 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3907 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4164 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3908 <target state="translated">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4165 <target state="translated">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3909 <context-group purpose="location"> 4166
3910 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3911 <context context-type="linenumber">18</context>
3912 </context-group>
3913 </trans-unit>
3914 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4168 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3915 <source>Go to the account</source> 4169 <source>Go to the account</source>
3916 <target>Aller sur le compte</target> 4170 <target>Aller sur le compte</target>
@@ -3919,22 +4173,8 @@
3919 </context-group> 4173 </context-group>
3920 <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">27</context></context-group> 4174 <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">27</context></context-group>
3921 </trans-unit> 4175 </trans-unit>
3922 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4176
3923 <source>Reason:</source> 4177
3924 <target>Raison :</target>
3925 <context-group name="null">
3926 <context context-type="linenumber">53</context>
3927 </context-group>
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3929 </trans-unit>
3930 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3931 <source>Note:</source>
3932 <target state="new">Note:</target>
3933 <context-group purpose="location">
3934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3935 <context context-type="linenumber">72</context>
3936 </context-group>
3937 </trans-unit>
3938 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4178 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3939 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4179 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3940 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4180 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -3942,6 +4182,50 @@
3942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4182 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3943 <context context-type="linenumber">5</context> 4183 <context context-type="linenumber">5</context>
3944 </context-group> 4184 </context-group>
4185 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4186 <source>
4187 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4188 </source><target state="new">
4189 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4190 </target>
4191 <context-group purpose="location">
4192 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4193 <context context-type="linenumber">20</context>
4194 </context-group>
4195 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4196 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4197 <context-group purpose="location">
4198 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4199 <context context-type="linenumber">21</context>
4200 </context-group>
4201 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4202 <source>Reportee</source><target state="new">Reportee</target>
4203 <context-group purpose="location">
4204 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4205 <context context-type="linenumber">27</context>
4206 </context-group>
4207 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4208 <source>
4209 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4210 </source><target state="new">
4211 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4212 </target>
4213 <context-group purpose="location">
4214 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4215 <context context-type="linenumber">40</context>
4216 </context-group>
4217 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4218 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4219 <context-group purpose="location">
4220 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4221 <context context-type="linenumber">41</context>
4222 </context-group>
4223 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4224 <source>Updated</source><target state="new">Updated</target>
4225 <context-group purpose="location">
4226 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4227 <context context-type="linenumber">47</context>
4228 </context-group>
3945 </trans-unit> 4229 </trans-unit>
3946 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4230 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3947 <source>Unblacklist</source> 4231 <source>Unblacklist</source>
@@ -3955,42 +4239,51 @@
3955 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4239 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3956 <source>Mute domain</source> 4240 <source>Mute domain</source>
3957 <target state="new">Mute domain</target> 4241 <target state="new">Mute domain</target>
3958 <context-group purpose="location"> 4242
3959 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4243 <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></trans-unit>
3960 <context context-type="linenumber">11</context>
3961 </context-group>
3962 </trans-unit>
3963 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4244 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3964 <source>Instance</source> 4245 <source>Instance</source>
3965 <target>Instance</target> 4246 <target>Instance</target>
3966 <context-group name="null"> 4247 <context-group name="null">
3967 <context context-type="linenumber">5</context> 4248 <context context-type="linenumber">5</context>
3968 </context-group> 4249 </context-group>
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4250
3970 <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> 4251
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4252
3972 </trans-unit> 4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3973 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4254 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3974 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4255 <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>
3975 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4256 <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>
3976 <context-group name="null"> 4257 <context-group name="null">
3977 <context context-type="linenumber">13</context> 4258 <context context-type="linenumber">13</context>
3978 </context-group> 4259 </context-group>
3979 <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> 4260
3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4261
3981 <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> 4262
3982 <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> 4263
3983 </trans-unit> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3984 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4265 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3985 <source>Unmute</source> 4266 <source>Unmute</source>
3986 <target>Réactiver</target> 4267 <target>Réactiver</target>
3987 <context-group name="null"> 4268 <context-group name="null">
3988 <context context-type="linenumber">23</context> 4269 <context context-type="linenumber">23</context>
3989 </context-group> 4270 </context-group>
3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4271
3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4272
3992 <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">23</context></context-group> 4273
3993 <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> 4274
4275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4276 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4277 <context-group purpose="location">
4278 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4279 <context context-type="linenumber">51</context>
4280 </context-group>
4281 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4282 <source>No server found.</source><target state="new">No server found.</target>
4283 <context-group purpose="location">
4284 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4285 <context context-type="linenumber">52</context>
4286 </context-group>
3994 </trans-unit> 4287 </trans-unit>
3995 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4288 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3996 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4289 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -4005,27 +4298,33 @@
4005 <target state="new"> 4298 <target state="new">
4006 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4299 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4007 </target> 4300 </target>
4008 <context-group purpose="location"> 4301
4009 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
4010 <context context-type="linenumber">37</context>
4011 </context-group>
4012 </trans-unit>
4013 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4303 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4014 <source>Mute domains</source> 4304 <source>Mute domains</source>
4015 <target state="new">Mute domains</target> 4305 <target state="new">Mute domains</target>
4016 <context-group purpose="location"> 4306
4017 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4018 <context context-type="linenumber">35</context>
4019 </context-group>
4020 </trans-unit>
4021 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4308 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4022 <source>Account</source> 4309 <source>Account</source>
4023 <target>Comptes</target> 4310 <target>Comptes</target>
4024 <context-group name="null"> 4311 <context-group name="null">
4025 <context context-type="linenumber">12</context> 4312 <context context-type="linenumber">12</context>
4026 </context-group> 4313 </context-group>
4027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4314
4028 <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> 4315
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4317 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4318 <context-group purpose="location">
4319 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4320 <context context-type="linenumber">58</context>
4321 </context-group>
4322 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4323 <source>No account found.</source><target state="new">No account found.</target>
4324 <context-group purpose="location">
4325 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4326 <context context-type="linenumber">59</context>
4327 </context-group>
4029 </trans-unit> 4328 </trans-unit>
4030 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4329 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4031 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4330 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -4167,8 +4466,8 @@
4167 <context-group name="null"> 4466 <context-group name="null">
4168 <context context-type="linenumber">22</context> 4467 <context context-type="linenumber">22</context>
4169 </context-group> 4468 </context-group>
4170 <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">29</context></context-group> 4469
4171 </trans-unit> 4470 <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">47</context></context-group></trans-unit>
4172 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4471 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4173 <source>System</source> 4472 <source>System</source>
4174 <target>Système</target> 4473 <target>Système</target>
@@ -4236,8 +4535,8 @@
4236 </context-group> 4535 </context-group>
4237 </trans-unit> 4536 </trans-unit>
4238 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4537 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4239 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4538 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4240 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4539 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4241 <context-group purpose="location"> 4540 <context-group purpose="location">
4242 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4541 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4243 <context context-type="linenumber">32</context> 4542 <context context-type="linenumber">32</context>
@@ -4285,8 +4584,8 @@
4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4286 </trans-unit> 4585 </trans-unit>
4287 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4586 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4288 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4587 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4289 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4588 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4291 </trans-unit> 4590 </trans-unit>
4292 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4591 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4328,9 +4627,9 @@
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4329 </trans-unit> 4628 </trans-unit>
4330 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4629 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4331 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4630 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4332 <target state="new"> 4631 <target state="new">
4333 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4632 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4334 </target> 4633 </target>
4335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4336 </trans-unit> 4635 </trans-unit>
@@ -4343,9 +4642,12 @@
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4344 </trans-unit> 4643 </trans-unit>
4345 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4644 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4346 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4645 <source>
4646 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/>"/>
4647 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4648 </source>
4347 <target state="new"> 4649 <target state="new">
4348 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4650 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/>"/>
4349 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4651 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4350 </target> 4652 </target>
4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4359,9 +4661,9 @@
4359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4360 </trans-unit> 4662 </trans-unit>
4361 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4663 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4362 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4664 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4363 <target state="new"> 4665 <target state="new">
4364 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4666 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.
4365 </target> 4667 </target>
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4367 </trans-unit> 4669 </trans-unit>
@@ -4396,8 +4698,8 @@
4396 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4698 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4397 <source>Strategy</source> 4699 <source>Strategy</source>
4398 <target state="translated">Stratégie</target> 4700 <target state="translated">Stratégie</target>
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4701
4400 </trans-unit> 4702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4401 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4703 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4402 <source>Terms</source> 4704 <source>Terms</source>
4403 <target>Conditions d'utilisation</target> 4705 <target>Conditions d'utilisation</target>
@@ -4516,9 +4818,9 @@
4516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4517 </trans-unit> 4819 </trans-unit>
4518 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4820 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4519 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4821 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4520 <target state="new"> 4822 <target state="new">
4521 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4823 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4522 </target> 4824 </target>
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4524 </trans-unit> 4826 </trans-unit>
@@ -4581,9 +4883,9 @@
4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4582 </trans-unit> 4884 </trans-unit>
4583 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4885 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4584 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4886 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4585 <target state="new"> 4887 <target state="new">
4586 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4888 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4587 </target> 4889 </target>
4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4589 </trans-unit> 4891 </trans-unit>
@@ -4753,9 +5055,9 @@
4753 <context-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> 5055 <context-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>
4754 </trans-unit> 5056 </trans-unit>
4755 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5057 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4756 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5058 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4757 <target state="new"> 5059 <target state="new">
4758 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 5060 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4759 </target> 5061 </target>
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4761 </trans-unit> 5063 </trans-unit>
@@ -4775,9 +5077,9 @@
4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4776 </trans-unit> 5078 </trans-unit>
4777 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5079 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4778 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5080 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4779 <target state="new"> 5081 <target state="new">
4780 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5082 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4781 </target> 5083 </target>
4782 <context-group purpose="location"> 5084 <context-group purpose="location">
4783 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5085 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4873,12 +5175,18 @@
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4874 </trans-unit> 5176 </trans-unit>
4875 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5177 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4876 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5178 <source>
5179 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/>"/>
5180 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/>"/>
5181 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5182 <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>"/>
5183 to see if you instance is whitelisted.
5184 </source>
4877 <target state="new"> 5185 <target state="new">
4878 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5186 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/>"/>
4879 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5187 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/>"/>
4880 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5188 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4881 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 5189 <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>"/>
4882 to see if you instance is whitelisted. 5190 to see if you instance is whitelisted.
4883 </target> 5191 </target>
4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4897,7 +5205,10 @@
4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4898 </trans-unit> 5206 </trans-unit>
4899 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5207 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4900 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5208 <source>
5209 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5210 resources, this is a critical part of PeerTube, so tread carefully.
5211 </source>
4901 <target state="new"> 5212 <target state="new">
4902 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5213 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4903 resources, this is a critical part of PeerTube, so tread carefully. 5214 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4947,15 +5258,23 @@
4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4948 </trans-unit> 5259 </trans-unit>
4949 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5260 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4950 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5261 <source>
5262 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5263
5264 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5265
5266 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5267
5268 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5269 </source>
4951 <target state="new"> 5270 <target state="new">
4952 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5271 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4953 5272
4954 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5273 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4955 5274
4956 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5275 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4957 5276
4958 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5277 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4959 </target> 5278 </target>
4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4961 </trans-unit> 5280 </trans-unit>
@@ -4965,18 +5284,29 @@
4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4966 </trans-unit> 5285 </trans-unit>
4967 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5286 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4968 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5287 <source>
5288 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5289
5290 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5291 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5292 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5293 <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>"/>
5294 <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>"/>
5295 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5296
5297 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5298 </source>
4969 <target state="new"> 5299 <target state="new">
4970 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5300 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4971 5301
4972 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5302 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4973 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5303 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4974 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5304 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4975 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5305 <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>"/>
4976 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5306 <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>"/>
4977 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5307 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4978 5308
4979 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5309 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4980 </target> 5310 </target>
4981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4982 </trans-unit> 5312 </trans-unit>
@@ -5041,25 +5371,36 @@
5041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5042 </trans-unit> 5372 </trans-unit>
5043 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5373 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5044 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5374 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5045 <target state="new"> 5375 <target state="new">
5046 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5376 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>"/>
5047 </target> 5377 </target>
5048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5049 </trans-unit> 5379 </trans-unit>
5050 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5380 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5051 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5381 <source>
5382 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/>"/>
5383 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5384 color: red;
5385 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5386 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5387 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5388 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5389 color: red;
5390 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5391 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5392 </source>
5052 <target state="new"> 5393 <target state="new">
5053 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5394 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/>"/>
5054 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5395 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5055 color: red; 5396 color: red;
5056 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5397 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5057 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5398 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5058 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5399 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5059 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5400 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5060 color: red; 5401 color: red;
5061 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5402 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5062 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5403 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5063 </target> 5404 </target>
5064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5065 </trans-unit> 5406 </trans-unit>
@@ -5250,8 +5591,8 @@
5250 <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> 5591 <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>
5251 </trans-unit> 5592 </trans-unit>
5252 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5593 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5253 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5594 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5254 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target> 5595 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target>
5255 <context-group purpose="location"> 5596 <context-group purpose="location">
5256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5597 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5257 <context context-type="linenumber">6</context> 5598 <context context-type="linenumber">6</context>
@@ -5280,9 +5621,9 @@
5280 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5621 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5281 </trans-unit> 5622 </trans-unit>
5282 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5623 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5283 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5624 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5284 <target> 5625 <target>
5285 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5626 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>"/>
5286</target> 5627</target>
5287 <context-group name="null"> 5628 <context-group name="null">
5288 <context context-type="linenumber">4</context> 5629 <context context-type="linenumber">4</context>
@@ -5290,9 +5631,9 @@
5290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5631 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5291 </trans-unit> 5632 </trans-unit>
5292 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5633 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5293 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5634 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5294 <target> 5635 <target>
5295 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> est en attente de la vérification de votre courriel. 5636 <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.
5296</target> 5637</target>
5297 <context-group name="null"> 5638 <context-group name="null">
5298 <context context-type="linenumber">8</context> 5639 <context context-type="linenumber">8</context>
@@ -5374,8 +5715,8 @@
5374 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5715 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5375 </trans-unit> 5716 </trans-unit>
5376 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5717 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5377 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5718 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5378 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5719 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5379 <context-group purpose="location"> 5720 <context-group purpose="location">
5380 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5721 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5381 <context context-type="linenumber">2</context> 5722 <context context-type="linenumber">2</context>
@@ -5411,10 +5752,13 @@
5411 <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> 5752 <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>
5412 </trans-unit> 5753 </trans-unit>
5413 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5754 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5414 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5755 <source>
5756 Created
5757 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5758 </source>
5415 <target> 5759 <target>
5416 Créé 5760 Créé
5417 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5761 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5418 </target> 5762 </target>
5419 <context-group name="null"> 5763 <context-group name="null">
5420 <context context-type="linenumber">15</context> 5764 <context context-type="linenumber">15</context>
@@ -5486,8 +5830,9 @@
5486 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5830 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5487 </trans-unit> 5831 </trans-unit>
5488 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5832 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5489 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5833 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5490 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5834 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5835 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5491 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5836 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5492 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5837 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5493 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5838 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5515,24 +5860,18 @@
5515 <context-group name="null"> 5860 <context-group name="null">
5516 <context context-type="linenumber">8</context> 5861 <context context-type="linenumber">8</context>
5517 </context-group> 5862 </context-group>
5518 <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> 5863
5519 </trans-unit> 5864 <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>
5520 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5865 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5521 <source>See the error</source> 5866 <source>See the error</source>
5522 <target state="new">See the error</target> 5867 <target state="new">See the error</target>
5523 <context-group purpose="location"> 5868
5524 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5869 <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">20</context></context-group></trans-unit>
5525 <context context-type="linenumber">19</context>
5526 </context-group>
5527 </trans-unit>
5528 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5870 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5529 <source>This video was deleted</source> 5871 <source>This video was deleted</source>
5530 <target state="new">This video was deleted</target> 5872 <target state="new">This video was deleted</target>
5531 <context-group purpose="location"> 5873
5532 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5874 <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">37</context></context-group></trans-unit>
5533 <context context-type="linenumber">36</context>
5534 </context-group>
5535 </trans-unit>
5536 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5875 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5537 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5876 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5538 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5877 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -5591,9 +5930,12 @@
5591 </context-group> 5930 </context-group>
5592 </trans-unit> 5931 </trans-unit>
5593 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5932 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5594 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5933 <source>
5934 <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>"/>
5935 Delete history
5936 </source>
5595 <target> 5937 <target>
5596 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5938 <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>"/>
5597 Supprimer l'historique 5939 Supprimer l'historique
5598 </target> 5940 </target>
5599 <context-group name="null"> 5941 <context-group name="null">
@@ -5610,9 +5952,12 @@
5610 </context-group> 5952 </context-group>
5611 </trans-unit> 5953 </trans-unit>
5612 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5954 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5613 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5955 <source>
5956 <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>"/>
5957 Notification preferences
5958 </source>
5614 <target> 5959 <target>
5615 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5960 <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>"/>
5616 Préférences de notification 5961 Préférences de notification
5617 </target> 5962 </target>
5618 <context-group name="null"> 5963 <context-group name="null">
@@ -5692,8 +6037,8 @@
5692 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6037 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5693 </trans-unit> 6038 </trans-unit>
5694 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6039 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5695 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6040 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5696 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6041 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5697 <context-group purpose="location"> 6042 <context-group purpose="location">
5698 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6043 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5699 <context context-type="linenumber">2</context> 6044 <context context-type="linenumber">2</context>
@@ -5721,8 +6066,8 @@
5721 <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> 6066 <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>
5722 </trans-unit> 6067 </trans-unit>
5723 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6068 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5724 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6069 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5725 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6070 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5726 <context-group purpose="location"> 6071 <context-group purpose="location">
5727 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6072 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5728 <context context-type="linenumber">13</context> 6073 <context context-type="linenumber">13</context>
@@ -6177,23 +6522,27 @@
6177 </context-group> 6522 </context-group>
6178 </trans-unit> 6523 </trans-unit>
6179 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6524 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6180 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6525 <source>
6181 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6526 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6527 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6528 </source>
6529 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6182 <context-group purpose="location"> 6530 <context-group purpose="location">
6183 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6531 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6184 <context context-type="linenumber">13</context> 6532 <context context-type="linenumber">13</context>
6185 </context-group> 6533 </context-group>
6186 </trans-unit> 6534 </trans-unit>
6187 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6535 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6188 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6536 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6189 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6537 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6190 <context-group purpose="location"> 6538 <context-group purpose="location">
6191 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6539 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6192 <context context-type="linenumber">18</context> 6540 <context context-type="linenumber">18</context>
6193 </context-group> 6541 </context-group>
6194 </trans-unit> 6542 </trans-unit>
6195 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6543 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6196 <source>Use PeerTube documentation</source> 6544 <source>Use PeerTube
6545 documentation</source>
6197 <target state="translated">Utiliser la documentation de PeerTube</target> 6546 <target state="translated">Utiliser la documentation de PeerTube</target>
6198 <context-group purpose="location"> 6547 <context-group purpose="location">
6199 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6548 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6209,7 +6558,8 @@
6209 </context-group> 6558 </context-group>
6210 </trans-unit> 6559 </trans-unit>
6211 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6560 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6212 <source>PeerTube Applications</source> 6561 <source>PeerTube
6562 Applications</source>
6213 <target state="translated">Applications PeerTube</target> 6563 <target state="translated">Applications PeerTube</target>
6214 <context-group purpose="location"> 6564 <context-group purpose="location">
6215 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6565 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6225,7 +6575,8 @@
6225 </context-group> 6575 </context-group>
6226 </trans-unit> 6576 </trans-unit>
6227 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6577 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6228 <source>Contribute on PeerTube</source> 6578 <source>Contribute on
6579 PeerTube</source>
6229 <target state="translated">Contribuer à PeerTube</target> 6580 <target state="translated">Contribuer à PeerTube</target>
6230 <context-group purpose="location"> 6581 <context-group purpose="location">
6231 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6582 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6249,7 +6600,11 @@
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6600 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6250 </trans-unit> 6601 </trans-unit>
6251 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6602 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6252 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6603 <source>
6604 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6605 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6606 follows applies only if you want to keep using the P2P mode of PeerTube.
6607 </source>
6253 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target> 6608 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target>
6254 <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> 6609 <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>
6255 </trans-unit> 6610 </trans-unit>
@@ -6262,17 +6617,27 @@
6262 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6617 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6263 </trans-unit> 6618 </trans-unit>
6264 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6619 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6265 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6620 <source>
6621 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6622 In practice, this is much more difficult because:
6623 </source>
6266 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target> 6624 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target>
6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6625 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6268 </trans-unit> 6626 </trans-unit>
6269 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6627 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6270 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6628 <source>
6629 An HTTP request has to be sent on each tracker for each video to spy.
6630 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6631 </source>
6271 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target> 6632 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target>
6272 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6273 </trans-unit> 6634 </trans-unit>
6274 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6635 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6275 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6636 <source>
6637 For each request sent, the tracker returns random peers at a limited number.
6638 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
6639 requests sent to know every peer in the swarm
6640 </source>
6276 <target state="new"> 6641 <target state="new">
6277 For each request sent, the tracker returns random peers at a limited number. 6642 For each request sent, the tracker returns random peers at a limited number.
6278 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 6643 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
@@ -6289,7 +6654,10 @@
6289 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6654 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6290 </trans-unit> 6655 </trans-unit>
6291 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6656 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6292 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6657 <source>
6658 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
6659 video
6660 </source>
6293 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target> 6661 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target>
6294 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6662 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6295 </trans-unit> 6663 </trans-unit>
@@ -6299,12 +6667,21 @@
6299 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6667 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6300 </trans-unit> 6668 </trans-unit>
6301 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6669 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6302 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6670 <source>
6303 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour plus d’informations </target> 6671 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
6672 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6673 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6674 to forward the information to.
6675 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
6676 </source>
6677 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus d’informations </target>
6304 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6305 </trans-unit> 6679 </trans-unit>
6306 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6680 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6307 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6681 <source>
6682 The worst-case scenario of an average person spying on their friends is quite unlikely.
6683 There are much more effective ways to get that kind of information.
6684 </source>
6308 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target> 6685 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target>
6309 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6686 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6310 </trans-unit> 6687 </trans-unit>
@@ -6317,7 +6694,11 @@
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6694 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6318 </trans-unit> 6695 </trans-unit>
6319 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6696 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6320 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6697 <source>
6698 The threats to privacy with YouTube are different from PeerTube's.
6699 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6700 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6701 </source>
6321 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target> 6702 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target>
6322 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6323 </trans-unit> 6704 </trans-unit>
@@ -6330,7 +6711,12 @@
6330 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6711 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6331 </trans-unit> 6712 </trans-unit>
6332 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6713 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6333 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6714 <source>
6715 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
6716 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6717 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.
6718 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6719 </source>
6334 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target> 6720 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target>
6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6721 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6336 </trans-unit> 6722 </trans-unit>
@@ -6343,7 +6729,10 @@
6343 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6729 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6344 </trans-unit> 6730 </trans-unit>
6345 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6731 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6346 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6732 <source>
6733 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6734 and render attacks less likely. Here is what we put in place so far:
6735 </source>
6347 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target> 6736 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target>
6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6737 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6349 </trans-unit> 6738 </trans-unit>
@@ -6368,7 +6757,10 @@
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6757 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6369 </trans-unit> 6758 </trans-unit>
6370 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6759 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6371 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6760 <source>
6761 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6762 WebRTC in your browser.
6763 </source>
6372 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target> 6764 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target>
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6374 </trans-unit> 6766 </trans-unit>
@@ -6405,8 +6797,8 @@
6405 </context-group> 6797 </context-group>
6406 </trans-unit> 6798 </trans-unit>
6407 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6799 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6408 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6800 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6409 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6801 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6410 <context-group purpose="location"> 6802 <context-group purpose="location">
6411 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6803 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6412 <context context-type="linenumber">3</context> 6804 <context context-type="linenumber">3</context>
@@ -6489,8 +6881,11 @@
6489 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6881 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6490 </trans-unit> 6882 </trans-unit>
6491 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6883 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6492 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6884 <source>
6493 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target> 6885 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/>"/>
6886 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.
6887 </source>
6888 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
6494 <context-group name="null"> 6889 <context-group name="null">
6495 <context context-type="linenumber">4</context> 6890 <context context-type="linenumber">4</context>
6496 </context-group> 6891 </context-group>
@@ -6564,11 +6959,16 @@
6564 </context-group> 6959 </context-group>
6565 </trans-unit> 6960 </trans-unit>
6566 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6961 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6567 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6962 <source>
6963 I am at least 16 years old and agree
6964 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6965 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6966 of this instance
6967 </source>
6568 <target> 6968 <target>
6569 J'ai au moins 16 ans et je suis d'accord 6969 J'ai au moins 16 ans et je suis d'accord
6570 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6970 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>"/>
6571 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6971 <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>"/>
6572 de cette instance 6972 de cette instance
6573 </target> 6973 </target>
6574 <context-group name="null"> 6974 <context-group name="null">
@@ -6671,8 +7071,8 @@
6671 </context-group> 7071 </context-group>
6672 </trans-unit> 7072 </trans-unit>
6673 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7073 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6674 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7074 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6675 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> qui conserve le son original, sans la vidéo</target> 7075 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> qui conserve le son original, sans la vidéo</target>
6676 <context-group purpose="location"> 7076 <context-group purpose="location">
6677 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6678 <context context-type="linenumber">1</context> 7078 <context context-type="linenumber">1</context>
@@ -7423,15 +7823,14 @@
7423 <context context-type="linenumber">1</context> 7823 <context context-type="linenumber">1</context>
7424 </context-group> 7824 </context-group>
7425 <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> 7825 <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>
7426 </trans-unit> 7826 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7427 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7827 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7428 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7429 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
7430 <context-group purpose="location"> 7828 <context-group purpose="location">
7431 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7829 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7432 <context context-type="linenumber">1</context> 7830 <context context-type="linenumber">1</context>
7433 </context-group> 7831 </context-group>
7434 </trans-unit> 7832 </trans-unit>
7833
7435 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7834 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7436 <source>Update user</source> 7835 <source>Update user</source>
7437 <target>Mettre à jour l'utilisateur·rice</target> 7836 <target>Mettre à jour l'utilisateur·rice</target>
@@ -8300,6 +8699,12 @@
8300 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8699 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8301 <context context-type="linenumber">1</context> 8700 <context context-type="linenumber">1</context>
8302 </context-group> 8701 </context-group>
8702 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8703 <source>Unknown</source><target state="new">Unknown</target>
8704 <context-group purpose="location">
8705 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8706 <context context-type="linenumber">1</context>
8707 </context-group>
8303 </trans-unit> 8708 </trans-unit>
8304 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8709 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8305 <source>Your password has been successfully reset!</source> 8710 <source>Your password has been successfully reset!</source>
@@ -8371,8 +8776,8 @@
8371 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8776 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8372 </trans-unit> 8777 </trans-unit>
8373 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8778 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8374 <source>Long (&gt; 10 min)</source> 8779 <source>Long (> 10 min)</source>
8375 <target>Longue (&gt; 10 min)</target> 8780 <target>Longue (> 10 min)</target>
8376 <context-group name="null"> 8781 <context-group name="null">
8377 <context context-type="linenumber">1</context> 8782 <context context-type="linenumber">1</context>
8378 </context-group> 8783 </context-group>
@@ -9731,8 +10136,8 @@
9731 <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> 10136 <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>
9732 </trans-unit> 10137 </trans-unit>
9733 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10138 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9734 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10139 <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>
9735 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> supportant :</target> 10140 <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>
9736 <context-group name="null"> 10141 <context-group name="null">
9737 <context context-type="linenumber">1</context> 10142 <context context-type="linenumber">1</context>
9738 </context-group> 10143 </context-group>
@@ -9856,7 +10261,19 @@
9856 <context-group name="null"> 10261 <context-group name="null">
9857 <context context-type="linenumber">1</context> 10262 <context context-type="linenumber">1</context>
9858 </context-group> 10263 </context-group>
9859 <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> 10264
10265 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10266 <source>Mute server</source><target state="new">Mute server</target>
10267 <context-group purpose="location">
10268 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10269 <context context-type="linenumber">1</context>
10270 </context-group>
10271 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10272 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10273 <context-group purpose="location">
10274 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10275 <context context-type="linenumber">1</context>
10276 </context-group>
9860 </trans-unit> 10277 </trans-unit>
9861 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10278 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9862 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10279 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10204,6 +10621,24 @@
10204 </context-group> 10621 </context-group>
10205 <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> 10622 <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>
10206 <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> 10623 <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>
10624 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10625 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10626 <context-group purpose="location">
10627 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10628 <context context-type="linenumber">1</context>
10629 </context-group>
10630 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10631 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10632 <context-group purpose="location">
10633 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10634 <context context-type="linenumber">1</context>
10635 </context-group>
10636 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10637 <source>Delete video</source><target state="new">Delete video</target>
10638 <context-group purpose="location">
10639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10640 <context context-type="linenumber">1</context>
10641 </context-group>
10207 </trans-unit> 10642 </trans-unit>
10208 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10643 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10209 <source>Encoder</source> 10644 <source>Encoder</source>
@@ -10272,7 +10707,25 @@
10272 <context-group name="null"> 10707 <context-group name="null">
10273 <context context-type="linenumber">1</context> 10708 <context context-type="linenumber">1</context>
10274 </context-group> 10709 </context-group>
10275 <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> 10710
10711 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10712 <source>Video deleted.</source><target state="new">Video deleted.</target>
10713 <context-group purpose="location">
10714 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10715 <context context-type="linenumber">1</context>
10716 </context-group>
10717 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10718 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10719 <context-group purpose="location">
10720 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10721 <context context-type="linenumber">1</context>
10722 </context-group>
10723 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10724 <source>Mute reporter</source><target state="new">Mute reporter</target>
10725 <context-group purpose="location">
10726 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10727 <context context-type="linenumber">1</context>
10728 </context-group>
10276 </trans-unit> 10729 </trans-unit>
10277 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10730 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10278 <source>This video will be duplicated by your instance.</source> 10731 <source>This video will be duplicated by your instance.</source>
@@ -10298,22 +10751,39 @@
10298 <context context-type="linenumber">1</context> 10751 <context context-type="linenumber">1</context>
10299 </context-group> 10752 </context-group>
10300 <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> 10753 <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>
10301 </trans-unit> 10754 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10302 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10755 <source>Mirror</source><target state="new">Mirror</target>
10303 <source>Duplicate (redundancy)</source>
10304 <target state="translated">Dupliquer (redondance)</target>
10305 <context-group purpose="location"> 10756 <context-group purpose="location">
10306 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10757 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10307 <context context-type="linenumber">1</context> 10758 <context context-type="linenumber">1</context>
10308 </context-group> 10759 </context-group>
10309 </trans-unit> 10760 </trans-unit>
10761
10310 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10762 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10311 <source>Report</source> 10763 <source>Report</source>
10312 <target>Signaler</target> 10764 <target>Signaler</target>
10313 <context-group name="null"> 10765 <context-group name="null">
10314 <context context-type="linenumber">1</context> 10766 <context context-type="linenumber">1</context>
10315 </context-group> 10767 </context-group>
10316 <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> 10768
10769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10770 <source>Note</source><target state="new">Note</target>
10771 <context-group purpose="location">
10772 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10773 <context context-type="linenumber">61</context>
10774 </context-group>
10775 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10776 <source>The video was deleted</source><target state="new">The video was deleted</target>
10777 <context-group purpose="location">
10778 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10779 <context context-type="linenumber">71</context>
10780 </context-group>
10781 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10782 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10783 <context-group purpose="location">
10784 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10785 <context context-type="linenumber">72</context>
10786 </context-group>
10317 </trans-unit> 10787 </trans-unit>
10318 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10788 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10319 <source>Published</source> 10789 <source>Published</source>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index fb260303c..d4ffdad28 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -618,7 +618,7 @@
618 <target state="translated">Air a sguabadh às</target> 618 <target state="translated">Air a sguabadh às</target>
619 619
620 620
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
623 <source>Edit starts/stops at</source> 623 <source>Edit starts/stops at</source>
624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target> 624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target>
@@ -955,7 +955,7 @@
955 955
956 956
957 957
958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
959 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 959 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
960 <source>Ban this user</source> 960 <source>Ban this user</source>
961 <target state="translated">Toirmisg an cleachdaiche seo</target> 961 <target state="translated">Toirmisg an cleachdaiche seo</target>
@@ -964,11 +964,8 @@
964 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 964 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
965 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 965 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
966 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 966 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
967 <context-group purpose="location"> 967
968 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
969 <context context-type="linenumber">11</context>
970 </context-group>
971 </trans-unit>
972 969
973 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 970 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
974 <source>Login</source> 971 <source>Login</source>
@@ -977,35 +974,45 @@
977 <context context-type="sourcefile">src/app/login/login.component.html</context> 974 <context context-type="sourcefile">src/app/login/login.component.html</context>
978 <context context-type="linenumber">2</context> 975 <context context-type="linenumber">2</context>
979 </context-group> 976 </context-group>
980 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 977 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
981 <source> 978 <source>
982 If you are looking for an account… 979 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
983 </source><target state="new"> 980 </source><target state="new">
984 If you are looking for an account… 981 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
985 </target> 982 </target>
986 <context-group purpose="location"> 983 <context-group purpose="location">
987 <context context-type="sourcefile">src/app/login/login.component.html</context> 984 <context context-type="sourcefile">src/app/login/login.component.html</context>
988 <context context-type="linenumber">7</context> 985 <context context-type="linenumber">6</context>
989 </context-group> 986 </context-group>
990 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 987 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
991 <source> 988 <source>
992 Currently this instance doesn't allow for user registration, but you can find an instance 989 If you are looking for an account…
993 that gives you the possibility to sign up for an account and upload your videos there. 990 </source><target state="new">
991 If you are looking for an account…
992 </target>
993 <context-group purpose="location">
994 <context context-type="sourcefile">src/app/login/login.component.html</context>
995 <context context-type="linenumber">12</context>
996 </context-group>
997 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
998 <source>
999 Currently this instance doesn't allow for user registration, but you can find an instance
1000 that gives you the possibility to sign up for an account and upload your videos there.
994 1001
995 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1002 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
996 1003
997 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1004 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
998 </source><target state="new"> 1005 </source><target state="new">
999 Currently this instance doesn't allow for user registration, but you can find an instance 1006 Currently this instance doesn't allow for user registration, but you can find an instance
1000 that gives you the possibility to sign up for an account and upload your videos there. 1007 that gives you the possibility to sign up for an account and upload your videos there.
1001 1008
1002 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1009 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1003 1010
1004 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1011 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1005 </target> 1012 </target>
1006 <context-group purpose="location"> 1013 <context-group purpose="location">
1007 <context context-type="sourcefile">src/app/login/login.component.html</context> 1014 <context context-type="sourcefile">src/app/login/login.component.html</context>
1008 <context context-type="linenumber">11</context> 1015 <context context-type="linenumber">16</context>
1009 </context-group> 1016 </context-group>
1010 </trans-unit> 1017 </trans-unit>
1011 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1018 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
@@ -1013,23 +1020,29 @@
1013 <target state="translated">Iarr post-d dearbhaidh ùr.</target> 1020 <target state="translated">Iarr post-d dearbhaidh ùr.</target>
1014 1021
1015 1022
1016 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1023 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1017 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 1024 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1018 <source>User</source> 1025 <source>User</source>
1019 <target state="translated">Cleachdaiche</target> 1026 <target state="translated">Cleachdaiche</target>
1020 1027
1021 1028
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1029 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1023 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 1030 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1024 <source>Username or email address</source> 1031 <source>Username or email address</source>
1025 <target state="translated">Ainm-cleachdaiche no seòladh puist-d</target> 1032 <target state="translated">Ainm-cleachdaiche no seòladh puist-d</target>
1026 1033
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1034 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1028 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 1035 <source>
1029 <source>or create an account</source> 1036 or create an account
1030 <target state="translated">no cruthaich cunntas</target> 1037 </source><target state="new">
1031 1038 or create an account
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1039 </target>
1040 <context-group purpose="location">
1041 <context context-type="sourcefile">src/app/login/login.component.html</context>
1042 <context context-type="linenumber">40</context>
1043 </context-group>
1044 </trans-unit>
1045
1033 1046
1034 1047
1035 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 1048 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
@@ -1044,30 +1057,33 @@
1044 1057
1045 1058
1046 1059
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1048 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1061 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1049 <context-group purpose="location"> 1062
1050 <context context-type="sourcefile">src/app/login/login.component.html</context> 1063 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1051 <context context-type="linenumber">50</context>
1052 </context-group>
1053 </trans-unit>
1054 1064
1055 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html"> 1065 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1056 <source>Login</source> 1066 <source>Login</source>
1057 <target state="translated">Clàraich a-steach</target> 1067 <target state="translated">Clàraich a-steach</target>
1058 1068
1059 1069
1060 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1071 <source>Or sign in with</source><target state="new">Or sign in with</target>
1072 <context-group purpose="location">
1073 <context context-type="sourcefile">src/app/login/login.component.html</context>
1074 <context context-type="linenumber">68</context>
1075 </context-group>
1076 </trans-unit>
1061 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1077 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1062 <source>Forgot your password</source> 1078 <source>Forgot your password</source>
1063 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target> 1079 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target>
1064 1080
1065 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1066 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1082 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1067 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1083 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1068 <target state="translated">Tha sinn duilich ach chan urrainn dhut am facal-faire agad aiseag air sgàth ’s nach do rèitich rianaire an ionstans seo siostam puist-d PeerTube.</target> 1084 <target state="translated">Tha sinn duilich ach chan urrainn dhut am facal-faire agad aiseag air sgàth ’s nach do rèitich rianaire an ionstans seo siostam puist-d PeerTube.</target>
1069 1085
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1071 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1087 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1072 <source>Email</source> 1088 <source>Email</source>
1073 <target state="translated">Post-d</target> 1089 <target state="translated">Post-d</target>
@@ -1080,18 +1096,18 @@
1080 1096
1081 1097
1082 1098
1083 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1084 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1100 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1085 <source>Email address</source> 1101 <source>Email address</source>
1086 <target state="translated">Seòladh puist-d</target> 1102 <target state="translated">Seòladh puist-d</target>
1087 1103
1088 1104
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1090 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1106 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1091 <source>Send me an email to reset my password</source> 1107 <source>Send me an email to reset my password</source>
1092 <target state="translated">Cuir post-d thugam ach an ath-shuidhichinn am facal-faire agam</target> 1108 <target state="translated">Cuir post-d thugam ach an ath-shuidhichinn am facal-faire agam</target>
1093 1109
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1095 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1111 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1096 <source>Reset my password</source> 1112 <source>Reset my password</source>
1097 <target state="translated">Ath-shuidhich am facal-faire agam</target> 1113 <target state="translated">Ath-shuidhich am facal-faire agam</target>
@@ -1859,17 +1875,14 @@
1859 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html"> 1875 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
1860 <source>This will replace an existing caption!</source> 1876 <source>This will replace an existing caption!</source>
1861 <target state="translated">Cuidich le eadar-theangachadh PeerTube!</target> 1877 <target state="translated">Cuidich le eadar-theangachadh PeerTube!</target>
1862 <context-group purpose="location"> 1878
1863 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1879 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1864 <context context-type="linenumber">29</context>
1865 </context-group>
1866 </trans-unit>
1867 1880
1868 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 1881 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1869 <source>Add this caption</source> 1882 <source>Add this caption</source>
1870 <target state="translated">Cuir am fo-thiotal seo ris</target> 1883 <target state="translated">Cuir am fo-thiotal seo ris</target>
1871 1884
1872 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1873 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1886 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1874 <source>Title</source> 1887 <source>Title</source>
1875 <target state="translated">Tiotal</target> 1888 <target state="translated">Tiotal</target>
@@ -2540,7 +2553,7 @@
2540 <source>More information</source> 2553 <source>More information</source>
2541 <target state="translated">Barrachd fiosrachaidh</target> 2554 <target state="translated">Barrachd fiosrachaidh</target>
2542 2555
2543 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2544 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2557 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2545 <source>Get more information</source> 2558 <source>Get more information</source>
2546 <target state="translated">Faigh barrachd fiosrachaidh</target> 2559 <target state="translated">Faigh barrachd fiosrachaidh</target>
@@ -2726,11 +2739,8 @@
2726 2739
2727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2728 <source>Follow domain</source><target state="new">Follow domain</target> 2741 <source>Follow domain</source><target state="new">Follow domain</target>
2729 <context-group purpose="location"> 2742
2730 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2743 <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>
2731 <context context-type="linenumber">15</context>
2732 </context-group>
2733 </trans-unit>
2734 2744
2735 2745
2736 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2746 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -2739,7 +2749,37 @@
2739 2749
2740 2750
2741 2751
2742 <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">29</context></context-group></trans-unit> 2752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2753 <source>Clear filters</source><target state="new">Clear filters</target>
2754 <context-group purpose="location">
2755 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2756 <context context-type="linenumber">15</context>
2757 </context-group>
2758 <context-group purpose="location">
2759 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2760 <context context-type="linenumber">15</context>
2761 </context-group>
2762 <context-group purpose="location">
2763 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2764 <context context-type="linenumber">34</context>
2765 </context-group>
2766 <context-group purpose="location">
2767 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2768 <context context-type="linenumber">16</context>
2769 </context-group>
2770 <context-group purpose="location">
2771 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2772 <context context-type="linenumber">31</context>
2773 </context-group>
2774 <context-group purpose="location">
2775 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2776 <context context-type="linenumber">15</context>
2777 </context-group>
2778 <context-group purpose="location">
2779 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2780 <context context-type="linenumber">15</context>
2781 </context-group>
2782 </trans-unit>
2743 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2783 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2744 <source>ID</source> 2784 <source>ID</source>
2745 <target state="translated">ID</target> 2785 <target state="translated">ID</target>
@@ -2748,14 +2788,14 @@
2748 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2788 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2749 <source>Follower handle</source> 2789 <source>Follower handle</source>
2750 <target state="translated">Làimhsichear neach-leantainn</target> 2790 <target state="translated">Làimhsichear neach-leantainn</target>
2751 <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> 2791
2752 </trans-unit> 2792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2753 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2793 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2754 <source>State</source> 2794 <source>State</source>
2755 <target state="translated">Staid</target> 2795 <target state="translated">Staid</target>
2756 2796
2757 2797
2758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2759 <source>Delayed.</source><target state="new">Delayed.</target> 2799 <source>Delayed.</source><target state="new">Delayed.</target>
2760 2800
2761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2780,30 +2820,48 @@
2780 2820
2781 2821
2782 2822
2783 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2784 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2824 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2785 <source>Accepted</source> 2825 <source>Accepted</source>
2786 <target state="translated">Air a ghabhail ris</target> 2826 <target state="translated">Air a ghabhail ris</target>
2787 2827
2788 2828
2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2790 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2830 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2791 <source>Pending</source> 2831 <source>Pending</source>
2792 <target state="translated">Ri lèirmheasadh</target> 2832 <target state="translated">Ri lèirmheasadh</target>
2793 2833
2794 2834
2795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2796 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2836 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2797 <source>Accept</source> 2837 <source>Accept</source>
2798 <target state="translated">Gabh ris</target> 2838 <target state="translated">Gabh ris</target>
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 2839
2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 2840
2801 </trans-unit> 2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2802 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2842 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2803 <source>Refuse</source> 2843 <source>Refuse</source>
2804 <target state="translated">Diùlt</target> 2844 <target state="translated">Diùlt</target>
2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 2845
2806 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 2846
2847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2848 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2849 <context-group purpose="location">
2850 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2851 <context context-type="linenumber">55</context>
2852 </context-group>
2853 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2854 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2855 <context-group purpose="location">
2856 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2857 <context context-type="linenumber">56</context>
2858 </context-group>
2859 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2860 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2861 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2863 <context context-type="linenumber">5</context>
2864 </context-group>
2807 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2865 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2808 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2866 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2809 <context-group purpose="location"> 2867 <context-group purpose="location">
@@ -2815,18 +2873,43 @@
2815 <source>Host</source> 2873 <source>Host</source>
2816 <target state="translated">Òstair</target> 2874 <target state="translated">Òstair</target>
2817 2875
2818 <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> 2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
2819 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2877 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2820 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2878 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
2821 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2879 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2822 2880
2823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2824 <source>Follow domains</source><target state="new">Follow domains</target> 2882 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2825 <context-group purpose="location"> 2883 <context-group purpose="location">
2826 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2884 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2827 <context context-type="linenumber">50</context> 2885 <context context-type="linenumber">37</context>
2886 </context-group>
2887 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2889 <context context-type="linenumber">35</context>
2890 </context-group>
2891 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2892 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2893 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2895 <context context-type="linenumber">62</context>
2828 </context-group> 2896 </context-group>
2829 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2897 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2898 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2899 <context-group purpose="location">
2900 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2901 <context context-type="linenumber">63</context>
2902 </context-group>
2903 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2904 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2905 <context-group purpose="location">
2906 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2907 <context context-type="linenumber">5</context>
2908 </context-group>
2909 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2910 <source>Follow domains</source><target state="new">Follow domains</target>
2911
2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2830 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2913 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2831 <context-group purpose="location"> 2914 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2915 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2886,7 +2969,7 @@
2886 2969
2887 2970
2888 2971
2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2890 <source> 2973 <source>
2891 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2974 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2892 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2975 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2968,47 +3051,41 @@
2968 <source>Batch actions</source> 3051 <source>Batch actions</source>
2969 <target state="translated">Gnìomhan ’nan grunnan</target> 3052 <target state="translated">Gnìomhan ’nan grunnan</target>
2970 3053
2971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2972 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3055 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2973 <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> 3056 <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>
2974 <target state="translated">Ainm-cleachdaiche <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3057 <target state="translated">Ainm-cleachdaiche <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2975 3058
2976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
2977 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3060 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2978 <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> 3061 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
2979 <target state="translated">Cuota de videothan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3062 <target state="translated">Cuota de videothan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2980 3063
2981 <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></trans-unit> 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
2982 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3065 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2983 <source>(banned)</source> 3066 <source>(banned)</source>
2984 <target state="translated">(air a thoirmeasg)</target> 3067 <target state="translated">(air a thoirmeasg)</target>
2985 3068
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2987 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3070 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2988 <context-group purpose="location"> 3071
2989 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3072
2990 <context context-type="linenumber">65</context> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2991 </context-group>
2992 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2994 <context context-type="linenumber">27</context>
2995 </context-group>
2996 </trans-unit>
2997 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3074 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2998 <source>User's email must be verified to login</source> 3075 <source>User's email must be verified to login</source>
2999 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target> 3076 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target>
3000 3077
3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3002 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3079 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3003 <source>User's email is verified / User can login without email verification</source> 3080 <source>User's email is verified / User can login without email verification</source>
3004 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target> 3081 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target>
3005 3082
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3007 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3084 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3008 <source>Ban reason:</source> 3085 <source>Ban reason:</source>
3009 <target state="translated">Adhbhar an toirmisg:</target> 3086 <target state="translated">Adhbhar an toirmisg:</target>
3010 3087
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3012 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3089 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3013 <context-group purpose="location"> 3090 <context-group purpose="location">
3014 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3091 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3068,71 +3145,99 @@
3068 </context-group> 3145 </context-group>
3069 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3146 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3070 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3147 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3071 <context-group purpose="location"> 3148
3072 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3073 <context context-type="linenumber">10</context>
3074 </context-group>
3075 </trans-unit>
3076 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3150 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3077 <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> 3151 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3078 <target state="translated">Ainm a’ video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3152 <target state="translated">Ainm a’ video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3079 3153
3080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3081 <source>Video URL</source><target state="new">Video URL</target> 3155 <source>Video URL</source><target state="new">Video URL</target>
3082 3156
3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3084 <source>Total size</source><target state="new">Total size</target> 3158 <source>Total size</source><target state="new">Total size</target>
3085 3159
3086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3087 <source>List redundancies</source><target state="new">List redundancies</target> 3161 <source>List redundancies</source><target state="new">List redundancies</target>
3162
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3164 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3088 <context-group purpose="location"> 3165 <context-group purpose="location">
3089 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3166 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3090 <context context-type="linenumber">33</context> 3167 <context context-type="linenumber">77</context>
3168 </context-group>
3169 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3170 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3171 <context-group purpose="location">
3172 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3173 <context context-type="linenumber">78</context>
3091 </context-group> 3174 </context-group>
3092 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3175 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3093 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3176 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3094 3177
3095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3096 <source> 3179 <source>
3097 No redundancy strategy is enabled on your instance. 3180 No redundancy strategy is enabled on your instance.
3098 </source><target state="new"> 3181 </source><target state="new">
3099 No redundancy strategy is enabled on your instance. 3182 No redundancy strategy is enabled on your instance.
3100 </target> 3183 </target>
3101 3184
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3103 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3186 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3104 <source>Sensitive</source> 3187 <source>Sensitive</source>
3105 <target state="translated">Dìomhair</target> 3188 <target state="translated">Dìomhair</target>
3106 3189
3107 <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">11</context></context-group></trans-unit> 3190 <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">25</context></context-group></trans-unit>
3108 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3191 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3109 <source>Unfederated</source> 3192 <source>Unfederated</source>
3110 <target state="translated">Gun cho-nasgadh</target> 3193 <target state="translated">Gun cho-nasgadh</target>
3111 3194
3112 <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">12</context></context-group></trans-unit> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3113 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3196 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3114 <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> 3197 <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>
3115 <target state="translated">Ceann-là <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3198 <target state="translated">Ceann-là <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3116 3199
3117 <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">13</context></context-group></trans-unit> 3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3201 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3202 <context-group purpose="location">
3203 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3204 <context context-type="linenumber">50</context>
3205 </context-group>
3206 <context-group purpose="location">
3207 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3208 <context context-type="linenumber">89</context>
3209 </context-group>
3210 </trans-unit>
3118 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3211 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3119 <source>Go to the video</source> 3212 <source>Go to the video</source>
3120 <target state="translated">Tadhail air a’ video</target> 3213 <target state="translated">Tadhail air a’ video</target>
3121 3214
3122 3215
3123 3216
3124 <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">28</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">33</context></context-group></trans-unit> 3217 <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">33</context></context-group></trans-unit>
3125 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3218 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3126 <source>Actions</source> 3219 <source>Actions</source>
3127 <target state="translated">Gnìomhan</target> 3220 <target state="translated">Gnìomhan</target>
3128 3221
3129 3222
3130 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3223 <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">72</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">123</context></context-group></trans-unit>
3131 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3224 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3132 <source>Blacklist reason:</source> 3225 <source>Blacklist reason:</source>
3133 <target state="translated">Adhbhar a’ chuir air an dubh-liosta:</target> 3226 <target state="translated">Adhbhar a’ chuir air an dubh-liosta:</target>
3134 3227
3135 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3228 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3229 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3232 <context context-type="linenumber">93</context>
3233 </context-group>
3234 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3235 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3236 <context-group purpose="location">
3237 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3238 <context context-type="linenumber">94</context>
3239 </context-group>
3240 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3136 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3241 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3137 <context-group purpose="location"> 3242 <context-group purpose="location">
3138 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3243 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3156,62 +3261,160 @@
3156 <source>Update this comment</source> 3261 <source>Update this comment</source>
3157 <target state="translated">Ùraich am beachd seo</target> 3262 <target state="translated">Ùraich am beachd seo</target>
3158 3263
3159 <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">31</context></context-group></trans-unit> 3264 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3265 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3268 <context context-type="linenumber">18</context>
3269 </context-group>
3270 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3271 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3272 <context-group purpose="location">
3273 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3274 <context context-type="linenumber">19</context>
3275 </context-group>
3276 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3277 <source>Accepted reports</source><target state="new">Accepted reports</target>
3278 <context-group purpose="location">
3279 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3280 <context context-type="linenumber">20</context>
3281 </context-group>
3282 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3283 <source>Refused reports</source><target state="new">Refused reports</target>
3284 <context-group purpose="location">
3285 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3286 <context context-type="linenumber">21</context>
3287 </context-group>
3288 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3289 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3290 <context-group purpose="location">
3291 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3292 <context context-type="linenumber">22</context>
3293 </context-group>
3294 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3295 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3296 <context-group purpose="location">
3297 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3298 <context context-type="linenumber">23</context>
3299 </context-group>
3300 </trans-unit>
3160 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3301 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3161 <source>Reporter</source> 3302 <source>Reporter</source>
3162 <target state="translated">Cò rinn an gearan</target> 3303 <target state="translated">Cò rinn an gearan</target>
3163 3304
3164 <context-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></trans-unit> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3165 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3306 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3166 <source>Video</source> 3307 <source>Video</source>
3167 <target state="translated">Video</target> 3308 <target state="translated">Video</target>
3168 3309
3169 3310
3170 3311
3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3172 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3313 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3173 <context-group purpose="location"> 3314 <context-group purpose="location">
3174 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3315 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3175 <context context-type="linenumber">46</context> 3316 <context context-type="linenumber">80</context>
3176 </context-group> 3317 </context-group>
3177 </trans-unit> 3318 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3319 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3322 <context context-type="linenumber">91</context>
3323 </context-group>
3324 <context-group purpose="location">
3325 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3326 <context context-type="linenumber">107</context>
3327 </context-group>
3328 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3329 <source>Video was deleted</source><target state="new">Video was deleted</target>
3330 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3332 <context context-type="linenumber">98</context>
3333 </context-group>
3334 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3335 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3336 <context-group purpose="location">
3337 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3338 <context context-type="linenumber">141</context>
3339 </context-group>
3340 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3341 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3342 <context-group purpose="location">
3343 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3344 <context context-type="linenumber">142</context>
3345 </context-group>
3346 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3347 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3348
3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3178 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3350 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3179 <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> 3351 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3180 <target state="translated">Staid <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3352 <target state="translated">Staid <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3181 3353
3182 3354
3183 3355
3184 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3185 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3357 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3186 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3358 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3187 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3359 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3188 <context-group purpose="location"> 3360
3189 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3190 <context context-type="linenumber">18</context>
3191 </context-group>
3192 </trans-unit>
3193 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3362 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3194 <source>Go to the account</source> 3363 <source>Go to the account</source>
3195 <target state="translated">Tadhail air a’ chunntas</target> 3364 <target state="translated">Tadhail air a’ chunntas</target>
3196 3365
3197 3366
3198 <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">27</context></context-group></trans-unit> 3367 <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">27</context></context-group></trans-unit>
3199 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3368 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3200 <source>Reason:</source>
3201 <target state="translated">Adhbhar:</target>
3202
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3204 <source>Note:</source><target state="new">Note:</target>
3205 <context-group purpose="location">
3206 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3207 <context context-type="linenumber">72</context>
3208 </context-group>
3209 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3210 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3369 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3211 <context-group purpose="location"> 3370 <context-group purpose="location">
3212 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3371 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3213 <context context-type="linenumber">5</context> 3372 <context context-type="linenumber">5</context>
3214 </context-group> 3373 </context-group>
3374 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3375 <source>
3376 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3377 </source><target state="new">
3378 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3379 </target>
3380 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3382 <context context-type="linenumber">20</context>
3383 </context-group>
3384 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3385 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3386 <context-group purpose="location">
3387 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3388 <context context-type="linenumber">21</context>
3389 </context-group>
3390 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3391 <source>Reportee</source><target state="new">Reportee</target>
3392 <context-group purpose="location">
3393 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3394 <context context-type="linenumber">27</context>
3395 </context-group>
3396 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3397 <source>
3398 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3399 </source><target state="new">
3400 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3401 </target>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3404 <context context-type="linenumber">40</context>
3405 </context-group>
3406 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3407 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3408 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3410 <context context-type="linenumber">41</context>
3411 </context-group>
3412 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3413 <source>Updated</source><target state="new">Updated</target>
3414 <context-group purpose="location">
3415 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3416 <context context-type="linenumber">47</context>
3417 </context-group>
3215 </trans-unit> 3418 </trans-unit>
3216 3419
3217 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3420 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3227,11 +3430,8 @@
3227 </context-group> 3430 </context-group>
3228 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3431 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3229 <source>Mute domain</source><target state="new">Mute domain</target> 3432 <source>Mute domain</source><target state="new">Mute domain</target>
3230 <context-group purpose="location"> 3433
3231 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3434 <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></trans-unit>
3232 <context context-type="linenumber">11</context>
3233 </context-group>
3234 </trans-unit>
3235 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3435 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3236 <source>Instance</source> 3436 <source>Instance</source>
3237 <target state="translated">Ionstans</target> 3437 <target state="translated">Ionstans</target>
@@ -3239,7 +3439,7 @@
3239 3439
3240 3440
3241 3441
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3243 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3443 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3244 <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> 3444 <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>
3245 <target state="translated">Air a mhùchadh <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3445 <target state="translated">Air a mhùchadh <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3247,7 +3447,7 @@
3247 3447
3248 3448
3249 3449
3250 <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">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">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> 3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3251 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3451 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3252 <source>Unmute</source> 3452 <source>Unmute</source>
3253 <target state="translated">Dì-mhùch</target> 3453 <target state="translated">Dì-mhùch</target>
@@ -3255,7 +3455,19 @@
3255 3455
3256 3456
3257 3457
3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3459 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3462 <context context-type="linenumber">51</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3465 <source>No server found.</source><target state="new">No server found.</target>
3466 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3468 <context context-type="linenumber">52</context>
3469 </context-group>
3470 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3259 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3471 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3260 <context-group purpose="location"> 3472 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3473 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3267,23 +3479,29 @@
3267 </source><target state="new"> 3479 </source><target state="new">
3268 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3480 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3269 </target> 3481 </target>
3270 <context-group purpose="location"> 3482
3271 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3272 <context context-type="linenumber">37</context>
3273 </context-group>
3274 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3275 <source>Mute domains</source><target state="new">Mute domains</target> 3484 <source>Mute domains</source><target state="new">Mute domains</target>
3276 <context-group purpose="location"> 3485
3277 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3278 <context context-type="linenumber">35</context>
3279 </context-group>
3280 </trans-unit>
3281 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3487 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3282 <source>Account</source> 3488 <source>Account</source>
3283 <target state="translated">Cunntas</target> 3489 <target state="translated">Cunntas</target>
3284 3490
3285 3491
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3493 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3496 <context context-type="linenumber">58</context>
3497 </context-group>
3498 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3499 <source>No account found.</source><target state="new">No account found.</target>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3502 <context context-type="linenumber">59</context>
3503 </context-group>
3504 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3287 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3505 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3288 <context-group purpose="location"> 3506 <context-group purpose="location">
3289 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3507 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3388,8 +3606,8 @@
3388 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 3606 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3389 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 3607 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3390 <target state="translated">Chan eil roghainnean aig a’ <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> seo. </target> 3608 <target state="translated">Chan eil roghainnean aig a’ <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> seo. </target>
3391 <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">29</context></context-group> 3609
3392 </trans-unit> 3610 <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">47</context></context-group></trans-unit>
3393 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3611 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3394 <source>System</source> 3612 <source>System</source>
3395 <target state="translated">An siostam</target> 3613 <target state="translated">An siostam</target>
@@ -3562,7 +3780,7 @@
3562 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3780 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3563 <source>Strategy</source><target state="new">Strategy</target> 3781 <source>Strategy</source><target state="new">Strategy</target>
3564 3782
3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3566 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3784 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3567 <source>Terms</source> 3785 <source>Terms</source>
3568 <target state="translated">Teirmichean</target> 3786 <target state="translated">Teirmichean</target>
@@ -4507,23 +4725,14 @@
4507 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4725 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4508 <source>Target</source> 4726 <source>Target</source>
4509 <target state="translated">Targaid</target> 4727 <target state="translated">Targaid</target>
4510 <context-group purpose="location"> 4728
4511 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4729 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4512 <context context-type="linenumber">8</context>
4513 </context-group>
4514 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4515 <source>See the error</source><target state="new">See the error</target> 4730 <source>See the error</source><target state="new">See the error</target>
4516 <context-group purpose="location"> 4731
4517 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4732 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4518 <context context-type="linenumber">19</context>
4519 </context-group>
4520 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4521 <source>This video was deleted</source><target state="new">This video was deleted</target> 4733 <source>This video was deleted</source><target state="new">This video was deleted</target>
4522 <context-group purpose="location"> 4734
4523 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4735 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4524 <context context-type="linenumber">36</context>
4525 </context-group>
4526 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4527 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4736 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4528 <context-group purpose="location"> 4737 <context-group purpose="location">
4529 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4738 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6462,8 +6671,8 @@
6462 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6671 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6463 <context context-type="linenumber">1</context> 6672 <context context-type="linenumber">1</context>
6464 </context-group> 6673 </context-group>
6465 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 6674 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6466 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 6675 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6467 <context-group purpose="location"> 6676 <context-group purpose="location">
6468 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6677 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6469 <context context-type="linenumber">1</context> 6678 <context context-type="linenumber">1</context>
@@ -7354,6 +7563,12 @@
7354 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7563 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7355 <context context-type="linenumber">1</context> 7564 <context context-type="linenumber">1</context>
7356 </context-group> 7565 </context-group>
7566 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7567 <source>Unknown</source><target state="new">Unknown</target>
7568 <context-group purpose="location">
7569 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7570 <context context-type="linenumber">1</context>
7571 </context-group>
7357 </trans-unit> 7572 </trans-unit>
7358 7573
7359 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 7574 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
@@ -8944,8 +9159,17 @@
8944 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9159 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8945 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9160 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
8946 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9161 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9162
9163 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9164 <source>Mute server</source><target state="new">Mute server</target>
8947 <context-group purpose="location"> 9165 <context-group purpose="location">
8948 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9166 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9167 <context context-type="linenumber">1</context>
9168 </context-group>
9169 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9170 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9171 <context-group purpose="location">
9172 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8949 <context context-type="linenumber">1</context> 9173 <context context-type="linenumber">1</context>
8950 </context-group> 9174 </context-group>
8951 </trans-unit> 9175 </trans-unit>
@@ -9266,7 +9490,25 @@
9266 <source>Video blacklisted.</source> 9490 <source>Video blacklisted.</source>
9267 <target state="new">Video blacklisted.</target> 9491 <target state="new">Video blacklisted.</target>
9268 9492
9269 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9493 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9494 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9495 <context-group purpose="location">
9496 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9497 <context context-type="linenumber">1</context>
9498 </context-group>
9499 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9500 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9501 <context-group purpose="location">
9502 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9503 <context context-type="linenumber">1</context>
9504 </context-group>
9505 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9506 <source>Delete video</source><target state="new">Delete video</target>
9507 <context-group purpose="location">
9508 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9509 <context context-type="linenumber">1</context>
9510 </context-group>
9511 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9270 <source>Encoder</source><target state="new">Encoder</target> 9512 <source>Encoder</source><target state="new">Encoder</target>
9271 <context-group purpose="location"> 9513 <context-group purpose="location">
9272 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9514 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9318,8 +9560,23 @@
9318 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 9560 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9319 <source>Do you really want to delete this video?</source> 9561 <source>Do you really want to delete this video?</source>
9320 <target state="new">Do you really want to delete this video?</target> 9562 <target state="new">Do you really want to delete this video?</target>
9563
9564 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9565 <source>Video deleted.</source><target state="new">Video deleted.</target>
9321 <context-group purpose="location"> 9566 <context-group purpose="location">
9322 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9567 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9568 <context context-type="linenumber">1</context>
9569 </context-group>
9570 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9571 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
9572 <context-group purpose="location">
9573 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9574 <context context-type="linenumber">1</context>
9575 </context-group>
9576 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9577 <source>Mute reporter</source><target state="new">Mute reporter</target>
9578 <context-group purpose="location">
9579 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9323 <context context-type="linenumber">1</context> 9580 <context context-type="linenumber">1</context>
9324 </context-group> 9581 </context-group>
9325 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 9582 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -9341,8 +9598,8 @@
9341 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9598 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9342 <context context-type="linenumber">1</context> 9599 <context context-type="linenumber">1</context>
9343 </context-group> 9600 </context-group>
9344 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 9601 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9345 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 9602 <source>Mirror</source><target state="new">Mirror</target>
9346 <context-group purpose="location"> 9603 <context-group purpose="location">
9347 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9604 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9348 <context context-type="linenumber">1</context> 9605 <context context-type="linenumber">1</context>
@@ -9351,9 +9608,24 @@
9351 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 9608 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9352 <source>Report</source> 9609 <source>Report</source>
9353 <target state="new">Report</target> 9610 <target state="new">Report</target>
9611
9612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
9613 <source>Note</source><target state="new">Note</target>
9354 <context-group purpose="location"> 9614 <context-group purpose="location">
9355 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9615 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9356 <context context-type="linenumber">1</context> 9616 <context context-type="linenumber">61</context>
9617 </context-group>
9618 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
9619 <source>The video was deleted</source><target state="new">The video was deleted</target>
9620 <context-group purpose="location">
9621 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9622 <context context-type="linenumber">71</context>
9623 </context-group>
9624 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
9625 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
9626 <context-group purpose="location">
9627 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9628 <context context-type="linenumber">72</context>
9357 </context-group> 9629 </context-group>
9358 </trans-unit> 9630 </trans-unit>
9359 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 9631 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 2a325c939..82f05f15d 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -282,37 +282,37 @@
282 </context-group> 282 </context-group>
283 </trans-unit> 283 </trans-unit>
284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
286 <target state="new"> 286 <target state="new">
287 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted 287 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
288 </target> 288 </target>
289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
290 </trans-unit> 290 </trans-unit>
291 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 291 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
292 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 292 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
293 <target state="new"> 293 <target state="new">
294 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted 294 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
295 </target> 295 </target>
296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
297 </trans-unit> 297 </trans-unit>
298 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 298 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
299 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 299 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
300 <target state="new"> 300 <target state="new">
301 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 301 <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>"/>
302 </target> 302 </target>
303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
304 </trans-unit> 304 </trans-unit>
305 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 305 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
306 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 306 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
307 <target state="new"> 307 <target state="new">
308 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 308 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
309 </target> 309 </target>
310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
311 </trans-unit> 311 </trans-unit>
312 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 312 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
313 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 313 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
314 <target state="new"> 314 <target state="new">
315 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 315 <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>"/>
316 </target> 316 </target>
317 <context-group purpose="location"> 317 <context-group purpose="location">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -330,30 +330,30 @@
330 </context-group> 330 </context-group>
331 </trans-unit> 331 </trans-unit>
332 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 332 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
333 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 333 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
334 <target state="new"> 334 <target state="new">
335 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 335 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
336 </target> 336 </target>
337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
338 </trans-unit> 338 </trans-unit>
339 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 339 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
340 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 340 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
341 <target state="new"> 341 <target state="new">
342 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 342 <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
343 </target> 343 </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
345 </trans-unit> 345 </trans-unit>
346 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 346 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
348 <target state="new"> 348 <target state="new">
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 349 <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
350 </target> 350 </target>
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
352 </trans-unit> 352 </trans-unit>
353 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 353 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
354 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 354 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
355 <target state="new"> 355 <target state="new">
356 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance 356 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance
357 </target> 357 </target>
358 <context-group purpose="location"> 358 <context-group purpose="location">
359 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 359 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -361,34 +361,42 @@
361 </context-group> 361 </context-group>
362 </trans-unit> 362 </trans-unit>
363 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 363 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
364 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 364 <source>
365 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
366
367 <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>"/>
368 <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>"/>
369 </source>
365 <target state="new"> 370 <target state="new">
366 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 371 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
367 372
368 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 373 <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>"/>
369 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 374 <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>"/>
370 </target> 375 </target>
371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
372 </trans-unit> 377 </trans-unit>
373 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 378 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
374 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 379 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
375 <target state="new"> 380 <target state="new">
376 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 381 <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>"/>
377 </target> 382 </target>
378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
379 </trans-unit> 384 </trans-unit>
380 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 385 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
381 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 386 <source>
387 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
388 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
389 </source>
382 <target state="new"> 390 <target state="new">
383 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 391 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
384 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 392 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
385 </target> 393 </target>
386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
387 </trans-unit> 395 </trans-unit>
388 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 396 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
389 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 397 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
390 <target state="new"> 398 <target state="new">
391 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 399 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
392 </target> 400 </target>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
394 </trans-unit> 402 </trans-unit>
@@ -571,9 +579,9 @@
571 <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> 579 <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>
572 </trans-unit> 580 </trans-unit>
573 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 581 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
574 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 582 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
575 <target state="new"> 583 <target state="new">
576 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 584 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
577 </target> 585 </target>
578 <context-group purpose="location"> 586 <context-group purpose="location">
579 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 587 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -709,9 +717,9 @@
709 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 717 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
710 <source>Deleted</source> 718 <source>Deleted</source>
711 <target state="new">Deleted</target> 719 <target state="new">Deleted</target>
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 720
713 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 721
714 </trans-unit> 722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
715 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 723 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
716 <source>Edit starts/stops at</source> 724 <source>Edit starts/stops at</source>
717 <target>A edición inicia/para en</target> 725 <target>A edición inicia/para en</target>
@@ -866,10 +874,13 @@
866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
867 </trans-unit> 875 </trans-unit>
868 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 876 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
869 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 877 <source>
878 <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>"/>
879 <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>"/>
880 </source>
870 <target> 881 <target>
871 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 882 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
872 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 883 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
873 </target> 884 </target>
874 <context-group name="null"> 885 <context-group name="null">
875 <context context-type="linenumber">10</context> 886 <context context-type="linenumber">10</context>
@@ -877,9 +888,12 @@
877 <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> 888 <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>
878 </trans-unit> 889 </trans-unit>
879 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 890 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
880 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 891 <source>
892 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
893 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
894 </source>
881 <target state="new"> 895 <target state="new">
882 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 896 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
883 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 897 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
884 </target> 898 </target>
885 <context-group purpose="location"> 899 <context-group purpose="location">
@@ -888,9 +902,12 @@
888 </context-group> 902 </context-group>
889 </trans-unit> 903 </trans-unit>
890 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 904 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
891 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 905 <source>
906 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
907 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
908 </source>
892 <target state="new"> 909 <target state="new">
893 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 910 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
894 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 911 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
895 </target> 912 </target>
896 <context-group purpose="location"> 913 <context-group purpose="location">
@@ -907,10 +924,13 @@
907 </context-group> 924 </context-group>
908 </trans-unit> 925 </trans-unit>
909 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 926 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
910 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 927 <source>
928 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
929 <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>"/>
930 </source>
911 <target state="new"> 931 <target state="new">
912 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 932 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
913 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 933 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
914 </target> 934 </target>
915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
916 </trans-unit> 936 </trans-unit>
@@ -957,9 +977,9 @@
957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
958 </trans-unit> 978 </trans-unit>
959 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 979 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
960 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 980 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
961 <target> 981 <target>
962 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 982 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
963 </target> 983 </target>
964 <context-group name="null"> 984 <context-group name="null">
965 <context context-type="linenumber">53</context> 985 <context context-type="linenumber">53</context>
@@ -1109,20 +1129,20 @@
1109 <context-group name="null"> 1129 <context-group name="null">
1110 <context context-type="linenumber">23</context> 1130 <context context-type="linenumber">23</context>
1111 </context-group> 1131 </context-group>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1132
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1133
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1134
1115 <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> 1135
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1136
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1137
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1138
1119 <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> 1139
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1140
1121 <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">26</context></context-group> 1141
1122 <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">22</context></context-group> 1142
1123 <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">25</context></context-group> 1143
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1144
1125 </trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1126 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1146 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1127 <source>Ban this user</source> 1147 <source>Ban this user</source>
1128 <target>Vetar esta usuaria</target> 1148 <target>Vetar esta usuaria</target>
@@ -1137,8 +1157,8 @@
1137 <context-group name="null"> 1157 <context-group name="null">
1138 <context context-type="linenumber">11</context> 1158 <context context-type="linenumber">11</context>
1139 </context-group> 1159 </context-group>
1140 <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> 1160
1141 </trans-unit> 1161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1142 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1162 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1143 <source>Login</source> 1163 <source>Login</source>
1144 <target> 1164 <target>
@@ -1148,99 +1168,120 @@
1148 <context context-type="linenumber">2</context> 1168 <context context-type="linenumber">2</context>
1149 </context-group> 1169 </context-group>
1150 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1151 </trans-unit> 1171 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1152 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1172 <source>
1153 <source>If you are looking for an account…</source> 1173 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1154 <target state="new"> 1174 </source><target state="new">
1155 If you are looking for an account… 1175 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1156 </target> 1176 </target>
1157 <context-group purpose="location"> 1177 <context-group purpose="location">
1158 <context context-type="sourcefile">src/app/login/login.component.html</context> 1178 <context context-type="sourcefile">src/app/login/login.component.html</context>
1159 <context context-type="linenumber">7</context> 1179 <context context-type="linenumber">6</context>
1160 </context-group> 1180 </context-group>
1161 </trans-unit> 1181 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1162 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1182 <source>
1163 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1183 If you are looking for an account…
1164 <target state="new"> 1184 </source><target state="new">
1165 Currently this instance doesn't allow for user registration, but you can find an instance 1185 If you are looking for an account…
1166 that gives you the possibility to sign up for an account and upload your videos there. 1186 </target>
1187 <context-group purpose="location">
1188 <context context-type="sourcefile">src/app/login/login.component.html</context>
1189 <context context-type="linenumber">12</context>
1190 </context-group>
1191 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1192 <source>
1193 Currently this instance doesn't allow for user registration, but you can find an instance
1194 that gives you the possibility to sign up for an account and upload your videos there.
1167 1195
1168 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1196 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1169 1197
1170 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1198 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1171 </target> 1199 </source><target state="new">
1200 Currently this instance doesn't allow for user registration, but you can find an instance
1201 that gives you the possibility to sign up for an account and upload your videos there.
1202
1203 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1204
1205 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1206 </target>
1172 <context-group purpose="location"> 1207 <context-group purpose="location">
1173 <context context-type="sourcefile">src/app/login/login.component.html</context> 1208 <context context-type="sourcefile">src/app/login/login.component.html</context>
1174 <context context-type="linenumber">11</context> 1209 <context context-type="linenumber">16</context>
1175 </context-group> 1210 </context-group>
1176 </trans-unit> 1211 </trans-unit>
1212
1213
1177 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1214 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1178 <source>Request new verification email.</source> 1215 <source>Request new verification email.</source>
1179 <target>Solicitar novo correo de validación.</target> 1216 <target>Solicitar novo correo de validación.</target>
1180 <context-group name="null"> 1217 <context-group name="null">
1181 <context context-type="linenumber">16</context> 1218 <context context-type="linenumber">16</context>
1182 </context-group> 1219 </context-group>
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1220
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1221
1185 </trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1186 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1223 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1187 <source>User</source> 1224 <source>User</source>
1188 <target>Usuaria</target> 1225 <target>Usuaria</target>
1189 <context-group name="null"> 1226 <context-group name="null">
1190 <context context-type="linenumber">13</context> 1227 <context context-type="linenumber">13</context>
1191 </context-group> 1228 </context-group>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1229
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1230
1194 </trans-unit> 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1195 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1232 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1196 <source>Username or email address</source> 1233 <source>Username or email address</source>
1197 <target>Nome de usuaria ou enderezo de correo</target> 1234 <target>Nome de usuaria ou enderezo de correo</target>
1198 <context-group name="null"> 1235 <context-group name="null">
1199 <context context-type="linenumber">15</context> 1236 <context context-type="linenumber">15</context>
1200 </context-group> 1237 </context-group>
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1238
1202 </trans-unit> 1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1203 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1240 <source>
1204 <source>or create an account</source> 1241 or create an account
1205 <target> 1242 </source><target state="new">
1206 ou crear unha conta 1243 or create an account
1207 </target> 1244 </target>
1208 <context-group name="null"> 1245 <context-group purpose="location">
1209 <context context-type="linenumber">18</context> 1246 <context context-type="sourcefile">src/app/login/login.component.html</context>
1247 <context context-type="linenumber">40</context>
1210 </context-group> 1248 </context-group>
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1212 </trans-unit> 1249 </trans-unit>
1250
1213 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1251 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1214 <source>Password</source> 1252 <source>Password</source>
1215 <target>Contrasinal</target> 1253 <target>Contrasinal</target>
1216 <context-group name="null"> 1254 <context-group name="null">
1217 <context context-type="linenumber">54</context> 1255 <context context-type="linenumber">54</context>
1218 </context-group> 1256 </context-group>
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1257
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1258
1221 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1259
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1260
1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1261
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1262
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1263
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1264
1227 </trans-unit> 1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1228 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1266 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1229 <source>Click here to reset your password</source> 1267 <source>Click here to reset your password</source>
1230 <target state="new">Click here to reset your password</target> 1268 <target state="new">Click here to reset your password</target>
1231 <context-group purpose="location"> 1269
1232 <context context-type="sourcefile">src/app/login/login.component.html</context> 1270 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1233 <context context-type="linenumber">50</context>
1234 </context-group>
1235 </trans-unit>
1236 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1271 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1237 <source>Login</source> 1272 <source>Login</source>
1238 <target>Conectar</target> 1273 <target>Conectar</target>
1239 <context-group name="null"> 1274 <context-group name="null">
1240 <context context-type="linenumber">32</context> 1275 <context context-type="linenumber">32</context>
1241 </context-group> 1276 </context-group>
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1277
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1278
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1280 <source>Or sign in with</source><target state="new">Or sign in with</target>
1281 <context-group purpose="location">
1282 <context context-type="sourcefile">src/app/login/login.component.html</context>
1283 <context context-type="linenumber">68</context>
1284 </context-group>
1244 </trans-unit> 1285 </trans-unit>
1245 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1286 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1246 <source>Forgot your password</source> 1287 <source>Forgot your password</source>
@@ -1248,47 +1289,47 @@
1248 <context-group name="null"> 1289 <context-group name="null">
1249 <context context-type="linenumber">58</context> 1290 <context context-type="linenumber">58</context>
1250 </context-group> 1291 </context-group>
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1292
1252 </trans-unit> 1293 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1253 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1294 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1254 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1295 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1255 <target state="new"> 1296 <target state="new">
1256 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1297 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1257 </target> 1298 </target>
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1299
1259 </trans-unit> 1300 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1260 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1301 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1261 <source>Email</source> 1302 <source>Email</source>
1262 <target>Correo electrónico</target> 1303 <target>Correo electrónico</target>
1263 <context-group name="null"> 1304 <context-group name="null">
1264 <context context-type="linenumber">43</context> 1305 <context context-type="linenumber">43</context>
1265 </context-group> 1306 </context-group>
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1307
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1308
1268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1309
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1310
1270 <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">4</context></context-group> 1311
1271 <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">8</context></context-group> 1312
1272 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1313
1273 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1314
1274 </trans-unit> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1275 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1316 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1276 <source>Email address</source> 1317 <source>Email address</source>
1277 <target>Enderezo de correo electrónico</target> 1318 <target>Enderezo de correo electrónico</target>
1278 <context-group name="null"> 1319 <context-group name="null">
1279 <context context-type="linenumber">10</context> 1320 <context context-type="linenumber">10</context>
1280 </context-group> 1321 </context-group>
1281 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1322
1282 <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">10</context></context-group> 1323
1283 </trans-unit> 1324 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1284 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1325 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1285 <source>Send me an email to reset my password</source> 1326 <source>Send me an email to reset my password</source>
1286 <target>Envíenme un correo para restablecer o contrasinal</target> 1327 <target>Envíenme un correo para restablecer o contrasinal</target>
1287 <context-group name="null"> 1328 <context-group name="null">
1288 <context context-type="linenumber">82</context> 1329 <context context-type="linenumber">82</context>
1289 </context-group> 1330 </context-group>
1290 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1331
1291 </trans-unit> 1332 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1292 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1333 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1293 <source>Reset my password</source> 1334 <source>Reset my password</source>
1294 <target> 1335 <target>
@@ -1332,9 +1373,9 @@
1332 </context-group> 1373 </context-group>
1333 </trans-unit> 1374 </trans-unit>
1334 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1375 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1335 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1376 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1336 <target> 1377 <target>
1337 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1378 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>"/>
1338 </target> 1379 </target>
1339 <context-group name="null"> 1380 <context-group name="null">
1340 <context context-type="linenumber">6</context> 1381 <context context-type="linenumber">6</context>
@@ -1342,10 +1383,13 @@
1342 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1343 </trans-unit> 1384 </trans-unit>
1344 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1385 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1345 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1386 <source>
1387 Filters
1388 <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>"/>
1389 </source>
1346 <target> 1390 <target>
1347 Filtros 1391 Filtros
1348 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1392 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1349 </target> 1393 </target>
1350 <context-group name="null"> 1394 <context-group name="null">
1351 <context context-type="linenumber">16</context> 1395 <context context-type="linenumber">16</context>
@@ -1379,7 +1423,8 @@
1379 </context-group> 1423 </context-group>
1380 </trans-unit> 1424 </trans-unit>
1381 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1425 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1382 <source>CLI documentation</source> 1426 <source>CLI
1427 documentation</source>
1383 <target state="new">CLI 1428 <target state="new">CLI
1384 documentation</target> 1429 documentation</target>
1385 <context-group purpose="location"> 1430 <context-group purpose="location">
@@ -1396,7 +1441,8 @@
1396 </context-group> 1441 </context-group>
1397 </trans-unit> 1442 </trans-unit>
1398 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1443 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1399 <source>Administer documentation</source> 1444 <source>Administer
1445 documentation</source>
1400 <target state="new">Administer 1446 <target state="new">Administer
1401 documentation</target> 1447 documentation</target>
1402 <context-group purpose="location"> 1448 <context-group purpose="location">
@@ -1413,7 +1459,8 @@
1413 </context-group> 1459 </context-group>
1414 </trans-unit> 1460 </trans-unit>
1415 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1461 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1416 <source>Use documentation</source> 1462 <source>Use
1463 documentation</source>
1417 <target state="new">Use 1464 <target state="new">Use
1418 documentation</target> 1465 documentation</target>
1419 <context-group purpose="location"> 1466 <context-group purpose="location">
@@ -1438,16 +1485,16 @@
1438 </context-group> 1485 </context-group>
1439 </trans-unit> 1486 </trans-unit>
1440 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1487 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1441 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1488 <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>
1442 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1489 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1443 <context-group purpose="location"> 1490 <context-group purpose="location">
1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1491 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1445 <context context-type="linenumber">44</context> 1492 <context context-type="linenumber">44</context>
1446 </context-group> 1493 </context-group>
1447 </trans-unit> 1494 </trans-unit>
1448 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1495 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1449 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1496 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1450 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1497 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1451 </target> 1498 </target>
1452 <context-group purpose="location"> 1499 <context-group purpose="location">
1453 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1500 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1463,10 +1510,14 @@
1463 </context-group> 1510 </context-group>
1464 </trans-unit> 1511 </trans-unit>
1465 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1512 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1466 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1513 <source>
1514 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1515 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1516 is very important for visitors to understand on what type of instance they are.
1517 </source>
1467 <target state="new"> 1518 <target state="new">
1468 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1519 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1469 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1520 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1470 is very important for visitors to understand on what type of instance they are. 1521 is very important for visitors to understand on what type of instance they are.
1471 </target> 1522 </target>
1472 <context-group purpose="location"> 1523 <context-group purpose="location">
@@ -1475,12 +1526,18 @@
1475 </context-group> 1526 </context-group>
1476 </trans-unit> 1527 </trans-unit>
1477 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1528 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1478 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1529 <source>
1530 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1531 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1532 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1533 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1534 PeerTube instance.
1535 </source>
1479 <target state="new"> 1536 <target state="new">
1480 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1537 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1481 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1538 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1482 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1539 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1483 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1540 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1484 PeerTube instance. 1541 PeerTube instance.
1485 </target> 1542 </target>
1486 <context-group purpose="location"> 1543 <context-group purpose="location">
@@ -1573,10 +1630,13 @@
1573 </context-group> 1630 </context-group>
1574 </trans-unit> 1631 </trans-unit>
1575 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1632 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1576 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1633 <source>
1634 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1635 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1636 </source>
1577 <target state="new"> 1637 <target state="new">
1578 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1638 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1579 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1639 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1580 </target> 1640 </target>
1581 <context-group purpose="location"> 1641 <context-group purpose="location">
1582 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1642 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -2006,10 +2066,13 @@
2006 </context-group> 2066 </context-group>
2007 </trans-unit> 2067 </trans-unit>
2008 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2068 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2009 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2069 <source>
2070 Jump to channel
2071 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2072 </source>
2010 <target state="new"> 2073 <target state="new">
2011 Jump to channel 2074 Jump to channel
2012 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2075 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2013 </target> 2076 </target>
2014 <context-group purpose="location"> 2077 <context-group purpose="location">
2015 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2078 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2226,16 +2289,16 @@
2226 <context-group name="null"> 2289 <context-group name="null">
2227 <context context-type="linenumber">29</context> 2290 <context context-type="linenumber">29</context>
2228 </context-group> 2291 </context-group>
2229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2292
2230 </trans-unit> 2293 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2231 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2294 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2232 <source>Add this caption</source> 2295 <source>Add this caption</source>
2233 <target>Engadir este subtítulo</target> 2296 <target>Engadir este subtítulo</target>
2234 <context-group name="null"> 2297 <context-group name="null">
2235 <context context-type="linenumber">40</context> 2298 <context context-type="linenumber">40</context>
2236 </context-group> 2299 </context-group>
2237 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2300
2238 </trans-unit> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2239 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2302 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2240 <source>Title</source> 2303 <source>Title</source>
2241 <target>Título</target> 2304 <target>Título</target>
@@ -2254,10 +2317,14 @@
2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2317 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2255 </trans-unit> 2318 </trans-unit>
2256 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2319 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2257 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2320 <source>
2321 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2322 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2323 Press Enter to add a new tag.
2324 </source>
2258 <target state="new"> 2325 <target state="new">
2259 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2326 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2260 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2327 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2261 Press Enter to add a new tag. 2328 Press Enter to add a new tag.
2262 </target> 2329 </target>
2263 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2330 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2421,7 +2488,7 @@
2421 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2422 </trans-unit> 2489 </trans-unit>
2423 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2490 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2424 <source>Already uploaded ✔</source> 2491 <source>Already uploaded ✔</source>
2425 <target>Xa subido ✔</target> 2492 <target>Xa subido ✔</target>
2426 <context-group name="null"> 2493 <context-group name="null">
2427 <context context-type="linenumber">179</context> 2494 <context context-type="linenumber">179</context>
@@ -2552,9 +2619,13 @@
2552 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2553 </trans-unit> 2620 </trans-unit>
2554 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2621 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2555 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2622 <source>
2623 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>"/>
2624 or URL that points to a raw MP4 file.
2625 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.
2626 </source>
2556 <target state="new"> 2627 <target state="new">
2557 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2628 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>"/>
2558 or URL that points to a raw MP4 file. 2629 or URL that points to a raw MP4 file.
2559 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. 2630 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.
2560 </target> 2631 </target>
@@ -2619,10 +2690,14 @@
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2690 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2620 </trans-unit> 2691 </trans-unit>
2621 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2692 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2622 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2693 <source>
2694 Image that will be merged with your audio file.
2695 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2696 The chosen image will be definitive and cannot be modified.
2697 </source>
2623 <target> 2698 <target>
2624 Imaxe que se unirá ao teu ficheiro de audio. 2699 Imaxe que se unirá ao teu ficheiro de audio.
2625 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2700 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2626 A imaxe escollida será definitiva e non se pode modificar. 2701 A imaxe escollida será definitiva e non se pode modificar.
2627 </target> 2702 </target>
2628 <context-group name="null"> 2703 <context-group name="null">
@@ -2680,7 +2755,10 @@
2680 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2755 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2681 </trans-unit> 2756 </trans-unit>
2682 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2757 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2683 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2758 <source>
2759 You can import any torrent file that points to a mp4 file.
2760 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.
2761 </source>
2684 <target state="new"> 2762 <target state="new">
2685 You can import any torrent file that points to a mp4 file. 2763 You can import any torrent file that points to a mp4 file.
2686 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. 2764 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.
@@ -2695,11 +2773,15 @@
2695 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2696 </trans-unit> 2774 </trans-unit>
2697 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2775 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2698 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2776 <source>
2699 <target state="new"> 2777 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2700 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2778 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2701 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2779 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2702 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2780 </source>
2781 <target state="new">
2782 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2783 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2784 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2703 </target> 2785 </target>
2704 <context-group purpose="location"> 2786 <context-group purpose="location">
2705 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2787 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2905,9 +2987,9 @@
2905 </context-group> 2987 </context-group>
2906 </trans-unit> 2988 </trans-unit>
2907 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2989 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2908 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2990 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2909 <target state="new"> 2991 <target state="new">
2910 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2992 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>"/>
2911 </target> 2993 </target>
2912 <context-group purpose="location"> 2994 <context-group purpose="location">
2913 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2995 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2915,9 +2997,9 @@
2915 </context-group> 2997 </context-group>
2916 </trans-unit> 2998 </trans-unit>
2917 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2999 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2918 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3000 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2919 <target state="new"> 3001 <target state="new">
2920 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 3002 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>"/>
2921 </target> 3003 </target>
2922 <context-group purpose="location"> 3004 <context-group purpose="location">
2923 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3059,11 +3141,11 @@
3059 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 3141 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3060 <source>More information</source> 3142 <source>More information</source>
3061 <target state="new">More information</target> 3143 <target state="new">More information</target>
3062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3144
3063 <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">21</context></context-group> 3145
3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3146
3065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3147
3066 </trans-unit> 3148 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3067 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 3149 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3068 <source>Get more information</source> 3150 <source>Get more information</source>
3069 <target state="new">Get more information</target> 3151 <target state="new">Get more information</target>
@@ -3184,7 +3266,11 @@
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3185 </trans-unit> 3267 </trans-unit>
3186 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3268 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3187 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3269 <source>
3270 You can comment using an account on any ActivityPub-compatible instance.
3271 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3272 from within the software's interface.
3273 </source>
3188 <target state="new"> 3274 <target state="new">
3189 You can comment using an account on any ActivityPub-compatible instance. 3275 You can comment using an account on any ActivityPub-compatible instance.
3190 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3276 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3256,17 +3342,44 @@
3256 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3342 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3257 <source>Follow domain</source> 3343 <source>Follow domain</source>
3258 <target state="new">Follow domain</target> 3344 <target state="new">Follow domain</target>
3345
3346 <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>
3347 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3348 <source>Filter...</source>
3349 <target state="new">Filter...</target>
3350
3351
3352
3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3354 <source>Clear filters</source><target state="new">Clear filters</target>
3355 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3357 <context context-type="linenumber">15</context>
3358 </context-group>
3259 <context-group purpose="location"> 3359 <context-group purpose="location">
3260 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3261 <context context-type="linenumber">15</context> 3361 <context context-type="linenumber">15</context>
3262 </context-group> 3362 </context-group>
3263 </trans-unit> 3363 <context-group purpose="location">
3264 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3364 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3265 <source>Filter...</source> 3365 <context context-type="linenumber">34</context>
3266 <target state="new">Filter...</target> 3366 </context-group>
3267 <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> 3367 <context-group purpose="location">
3268 <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> 3368 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3369 <context context-type="linenumber">16</context>
3370 </context-group>
3371 <context-group purpose="location">
3372 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3373 <context context-type="linenumber">31</context>
3374 </context-group>
3375 <context-group purpose="location">
3376 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3377 <context context-type="linenumber">15</context>
3378 </context-group>
3379 <context-group purpose="location">
3380 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3381 <context context-type="linenumber">15</context>
3382 </context-group>
3270 </trans-unit> 3383 </trans-unit>
3271 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3384 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3272 <source>ID</source> 3385 <source>ID</source>
@@ -3276,14 +3389,14 @@
3276 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3389 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3277 <source>Follower handle</source> 3390 <source>Follower handle</source>
3278 <target state="new">Follower handle</target> 3391 <target state="new">Follower handle</target>
3279 <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> 3392
3280 </trans-unit> 3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3281 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3394 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3282 <source>State</source> 3395 <source>State</source>
3283 <target state="new">State</target> 3396 <target state="new">State</target>
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3397
3285 <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> 3398
3286 </trans-unit> 3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3287 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3400 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3288 <source>Delayed.</source> 3401 <source>Delayed.</source>
3289 <target state="new">Delayed.</target> 3402 <target state="new">Delayed.</target>
@@ -3310,38 +3423,56 @@
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3311 </trans-unit> 3424 </trans-unit>
3312 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3425 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3313 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3426 <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>
3314 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3427 <target state="new">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>"/></target>
3315 <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> 3428
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3429
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3430
3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3431
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3432
3320 <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> 3433
3321 </trans-unit> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3322 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3435 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3323 <source>Accepted</source> 3436 <source>Accepted</source>
3324 <target state="new">Accepted</target> 3437 <target state="new">Accepted</target>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3438
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3439
3327 </trans-unit> 3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3328 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3441 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3329 <source>Pending</source> 3442 <source>Pending</source>
3330 <target state="new">Pending</target> 3443 <target state="new">Pending</target>
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3444
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3445
3333 </trans-unit> 3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3334 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3447 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3335 <source>Accept</source> 3448 <source>Accept</source>
3336 <target state="new">Accept</target> 3449 <target state="new">Accept</target>
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3450
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3451
3339 </trans-unit> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3340 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3453 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3341 <source>Refuse</source> 3454 <source>Refuse</source>
3342 <target state="new">Refuse</target> 3455 <target state="new">Refuse</target>
3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3456
3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3457
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3459 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3462 <context context-type="linenumber">55</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3465 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3466 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3468 <context context-type="linenumber">56</context>
3469 </context-group>
3470 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3471 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3472 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3474 <context context-type="linenumber">5</context>
3475 </context-group>
3345 </trans-unit> 3476 </trans-unit>
3346 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3477 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3347 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3478 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3354,21 +3485,46 @@
3354 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3485 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3355 <source>Host</source> 3486 <source>Host</source>
3356 <target state="new">Host</target> 3487 <target state="new">Host</target>
3357 <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> 3488
3358 </trans-unit> 3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3359 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3490 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3360 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3491 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3361 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3492 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3493
3363 </trans-unit> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3364 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3495 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3365 <source>Follow domains</source>
3366 <target state="new">Follow domains</target>
3367 <context-group purpose="location"> 3496 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3497 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3369 <context context-type="linenumber">50</context> 3498 <context context-type="linenumber">37</context>
3499 </context-group>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3502 <context context-type="linenumber">35</context>
3503 </context-group>
3504 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3505 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3506 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3508 <context context-type="linenumber">62</context>
3509 </context-group>
3510 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3511 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3512 <context-group purpose="location">
3513 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3514 <context context-type="linenumber">63</context>
3515 </context-group>
3516 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3517 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3518 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3520 <context context-type="linenumber">5</context>
3370 </context-group> 3521 </context-group>
3371 </trans-unit> 3522 </trans-unit>
3523 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3524 <source>Follow domains</source>
3525 <target state="new">Follow domains</target>
3526
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3372 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3528 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3373 <source>My videos duplicated by remote instances</source> 3529 <source>My videos duplicated by remote instances</source>
3374 <target state="new">My videos duplicated by remote instances</target> 3530 <target state="new">My videos duplicated by remote instances</target>
@@ -3429,14 +3585,17 @@
3429 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html"> 3585 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
3430 <source>Role</source> 3586 <source>Role</source>
3431 <target state="new">Role</target> 3587 <target state="new">Role</target>
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3588
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3589
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3590
3435 </trans-unit> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3436 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3592 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3437 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3593 <source>
3594 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3595 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3596 </source>
3438 <target state="new"> 3597 <target state="new">
3439 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3598 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3440 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3599 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3441 </target> 3600 </target>
3442 <context-group purpose="location"> 3601 <context-group purpose="location">
@@ -3512,50 +3671,44 @@
3512 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3671 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3513 <source>Batch actions</source> 3672 <source>Batch actions</source>
3514 <target state="new">Batch actions</target> 3673 <target state="new">Batch actions</target>
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3674
3516 </trans-unit> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3517 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3676 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3518 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3677 <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>
3519 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3678 <target state="new">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>"/></target>
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3679
3521 </trans-unit> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3522 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3681 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3523 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3682 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3524 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3683 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3525 <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> 3684
3526 </trans-unit> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3527 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3686 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3528 <source>(banned)</source> 3687 <source>(banned)</source>
3529 <target state="new">(banned)</target> 3688 <target state="new">(banned)</target>
3530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3689
3531 </trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3532 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3691 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3533 <source>Open account in a new tab</source> 3692 <source>Open account in a new tab</source>
3534 <target state="new">Open account in a new tab</target> 3693 <target state="new">Open account in a new tab</target>
3535 <context-group purpose="location"> 3694
3536 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3695
3537 <context context-type="linenumber">65</context> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3538 </context-group>
3539 <context-group purpose="location">
3540 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3541 <context context-type="linenumber">27</context>
3542 </context-group>
3543 </trans-unit>
3544 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3697 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3545 <source>User's email must be verified to login</source> 3698 <source>User's email must be verified to login</source>
3546 <target state="new">User's email must be verified to login</target> 3699 <target state="new">User's email must be verified to login</target>
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3700
3548 </trans-unit> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3549 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3702 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3550 <source>User's email is verified / User can login without email verification</source> 3703 <source>User's email is verified / User can login without email verification</source>
3551 <target state="new">User's email is verified / User can login without email verification</target> 3704 <target state="new">User's email is verified / User can login without email verification</target>
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3705
3553 </trans-unit> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3554 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3707 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3555 <source>Ban reason:</source> 3708 <source>Ban reason:</source>
3556 <target state="new">Ban reason:</target> 3709 <target state="new">Ban reason:</target>
3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3710
3558 </trans-unit> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3559 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3712 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3560 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3713 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3561 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3714 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3617,79 +3770,107 @@
3617 </context-group> 3770 </context-group>
3618 </trans-unit> 3771 </trans-unit>
3619 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3772 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3620 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3773 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3621 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3774 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3622 <context-group purpose="location"> 3775
3623 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3624 <context context-type="linenumber">10</context>
3625 </context-group>
3626 </trans-unit>
3627 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3777 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3628 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3778 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3629 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3779 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3780
3631 </trans-unit> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3632 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3782 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3633 <source>Video URL</source> 3783 <source>Video URL</source>
3634 <target state="new">Video URL</target> 3784 <target state="new">Video URL</target>
3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3785
3636 </trans-unit> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3637 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3787 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3638 <source>Total size</source> 3788 <source>Total size</source>
3639 <target state="new">Total size</target> 3789 <target state="new">Total size</target>
3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3790
3641 </trans-unit> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3642 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3792 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3643 <source>List redundancies</source> 3793 <source>List redundancies</source>
3644 <target state="new">List redundancies</target> 3794 <target state="new">List redundancies</target>
3795
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3797 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3645 <context-group purpose="location"> 3798 <context-group purpose="location">
3646 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3799 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3647 <context context-type="linenumber">33</context> 3800 <context context-type="linenumber">77</context>
3801 </context-group>
3802 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3803 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3804 <context-group purpose="location">
3805 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3806 <context context-type="linenumber">78</context>
3648 </context-group> 3807 </context-group>
3649 </trans-unit> 3808 </trans-unit>
3650 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3809 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3651 <source>Enabled strategies stats</source> 3810 <source>Enabled strategies stats</source>
3652 <target state="new">Enabled strategies stats</target> 3811 <target state="new">Enabled strategies stats</target>
3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3812
3654 </trans-unit> 3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3655 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3814 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3656 <source>No redundancy strategy is enabled on your instance.</source> 3815 <source>No redundancy strategy is enabled on your instance.</source>
3657 <target state="new"> 3816 <target state="new">
3658 No redundancy strategy is enabled on your instance. 3817 No redundancy strategy is enabled on your instance.
3659 </target> 3818 </target>
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3819
3661 </trans-unit> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3662 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3821 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3663 <source>Sensitive</source> 3822 <source>Sensitive</source>
3664 <target state="new">Sensitive</target> 3823 <target state="new">Sensitive</target>
3665 <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">11</context></context-group> 3824
3666 </trans-unit> 3825 <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">25</context></context-group></trans-unit>
3667 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3826 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3668 <source>Unfederated</source> 3827 <source>Unfederated</source>
3669 <target state="new">Unfederated</target> 3828 <target state="new">Unfederated</target>
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3829
3671 </trans-unit> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3672 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3831 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3673 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3832 <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>
3674 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3833 <target state="new">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>
3675 <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">13</context></context-group> 3834
3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3836 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3837 <context-group purpose="location">
3838 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3839 <context context-type="linenumber">50</context>
3840 </context-group>
3841 <context-group purpose="location">
3842 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3843 <context context-type="linenumber">89</context>
3844 </context-group>
3676 </trans-unit> 3845 </trans-unit>
3677 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3846 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3678 <source>Go to the video</source> 3847 <source>Go to the video</source>
3679 <target state="new">Go to the video</target> 3848 <target state="new">Go to the video</target>
3680 <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">28</context></context-group> 3849
3681 <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">33</context></context-group> 3850
3682 </trans-unit> 3851 <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">33</context></context-group></trans-unit>
3683 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3852 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3684 <source>Actions</source> 3853 <source>Actions</source>
3685 <target state="new">Actions</target> 3854 <target state="new">Actions</target>
3686 <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">38</context></context-group> 3855
3687 <context-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> 3856
3688 </trans-unit> 3857 <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">72</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">123</context></context-group></trans-unit>
3689 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3858 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3690 <source>Blacklist reason:</source> 3859 <source>Blacklist reason:</source>
3691 <target state="new">Blacklist reason:</target> 3860 <target state="new">Blacklist reason:</target>
3692 <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">46</context></context-group> 3861
3862 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3863 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3864 <context-group purpose="location">
3865 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3866 <context context-type="linenumber">93</context>
3867 </context-group>
3868 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3869 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3870 <context-group purpose="location">
3871 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3872 <context context-type="linenumber">94</context>
3873 </context-group>
3693 </trans-unit> 3874 </trans-unit>
3694 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3875 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3695 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3876 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3718,60 +3899,113 @@
3718 <source>Update this comment</source> 3899 <source>Update this comment</source>
3719 <target state="new">Update this comment</target> 3900 <target state="new">Update this comment</target>
3720 <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">31</context></context-group> 3901 <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">31</context></context-group>
3902 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3903 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3904 <context-group purpose="location">
3905 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3906 <context context-type="linenumber">18</context>
3907 </context-group>
3908 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3909 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3910 <context-group purpose="location">
3911 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3912 <context context-type="linenumber">19</context>
3913 </context-group>
3914 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3915 <source>Accepted reports</source><target state="new">Accepted reports</target>
3916 <context-group purpose="location">
3917 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3918 <context context-type="linenumber">20</context>
3919 </context-group>
3920 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3921 <source>Refused reports</source><target state="new">Refused reports</target>
3922 <context-group purpose="location">
3923 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3924 <context context-type="linenumber">21</context>
3925 </context-group>
3926 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3927 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3928 <context-group purpose="location">
3929 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3930 <context context-type="linenumber">22</context>
3931 </context-group>
3932 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3933 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3934 <context-group purpose="location">
3935 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3936 <context context-type="linenumber">23</context>
3937 </context-group>
3721 </trans-unit> 3938 </trans-unit>
3722 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3939 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3723 <source>Reporter</source> 3940 <source>Reporter</source>
3724 <target state="new">Reporter</target> 3941 <target state="new">Reporter</target>
3725 <context-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> 3942
3726 </trans-unit> 3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3727 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3944 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3728 <source>Video</source> 3945 <source>Video</source>
3729 <target state="new">Video</target> 3946 <target state="new">Video</target>
3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 3947
3731 <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> 3948
3732 <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> 3949
3733 </trans-unit> 3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3734 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3951 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3735 <source>Open video in a new tab</source>
3736 <target state="new">Open video in a new tab</target>
3737 <context-group purpose="location"> 3952 <context-group purpose="location">
3738 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3953 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3739 <context context-type="linenumber">46</context> 3954 <context context-type="linenumber">80</context>
3740 </context-group> 3955 </context-group>
3741 </trans-unit> 3956 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3742 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3957 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3743 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3744 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3745 <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>
3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group>
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group>
3748 </trans-unit>
3749 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3750 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3751 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3752 <context-group purpose="location"> 3958 <context-group purpose="location">
3753 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3959 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3754 <context context-type="linenumber">18</context> 3960 <context context-type="linenumber">91</context>
3961 </context-group>
3962 <context-group purpose="location">
3963 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3964 <context context-type="linenumber">107</context>
3965 </context-group>
3966 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3967 <source>Video was deleted</source><target state="new">Video was deleted</target>
3968 <context-group purpose="location">
3969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3970 <context context-type="linenumber">98</context>
3971 </context-group>
3972 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3973 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3974 <context-group purpose="location">
3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3976 <context context-type="linenumber">141</context>
3977 </context-group>
3978 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3979 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3982 <context context-type="linenumber">142</context>
3755 </context-group> 3983 </context-group>
3756 </trans-unit> 3984 </trans-unit>
3985 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3986 <source>Open video in a new tab</source>
3987 <target state="new">Open video in a new tab</target>
3988
3989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3990 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3991 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3992 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3993
3994
3995
3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3997 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3998 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3999 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4000
4001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3757 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 4002 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3758 <source>Go to the account</source> 4003 <source>Go to the account</source>
3759 <target state="new">Go to the account</target> 4004 <target state="new">Go to the account</target>
3760 <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">27</context></context-group> 4005 <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">27</context></context-group>
3761 </trans-unit> 4006 </trans-unit>
3762 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 4007
3763 <source>Reason:</source> 4008
3764 <target state="new">Reason:</target>
3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3766 </trans-unit>
3767 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3768 <source>Note:</source>
3769 <target state="new">Note:</target>
3770 <context-group purpose="location">
3771 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3772 <context context-type="linenumber">72</context>
3773 </context-group>
3774 </trans-unit>
3775 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4009 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4010 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3777 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4011 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -3779,6 +4013,50 @@
3779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4013 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3780 <context context-type="linenumber">5</context> 4014 <context context-type="linenumber">5</context>
3781 </context-group> 4015 </context-group>
4016 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4017 <source>
4018 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4019 </source><target state="new">
4020 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4021 </target>
4022 <context-group purpose="location">
4023 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4024 <context context-type="linenumber">20</context>
4025 </context-group>
4026 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4027 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4028 <context-group purpose="location">
4029 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4030 <context context-type="linenumber">21</context>
4031 </context-group>
4032 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4033 <source>Reportee</source><target state="new">Reportee</target>
4034 <context-group purpose="location">
4035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4036 <context context-type="linenumber">27</context>
4037 </context-group>
4038 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4039 <source>
4040 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4041 </source><target state="new">
4042 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4043 </target>
4044 <context-group purpose="location">
4045 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4046 <context context-type="linenumber">40</context>
4047 </context-group>
4048 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4049 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4050 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4052 <context context-type="linenumber">41</context>
4053 </context-group>
4054 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4055 <source>Updated</source><target state="new">Updated</target>
4056 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4058 <context context-type="linenumber">47</context>
4059 </context-group>
3782 </trans-unit> 4060 </trans-unit>
3783 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 4061 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3784 <source>Unblacklist</source> 4062 <source>Unblacklist</source>
@@ -3795,36 +4073,45 @@
3795 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4073 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3796 <source>Mute domain</source> 4074 <source>Mute domain</source>
3797 <target state="new">Mute domain</target> 4075 <target state="new">Mute domain</target>
3798 <context-group purpose="location"> 4076
3799 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4077 <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></trans-unit>
3800 <context context-type="linenumber">11</context>
3801 </context-group>
3802 </trans-unit>
3803 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4078 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3804 <source>Instance</source> 4079 <source>Instance</source>
3805 <target>Instancia</target> 4080 <target>Instancia</target>
3806 <context-group name="null"> 4081 <context-group name="null">
3807 <context context-type="linenumber">5</context> 4082 <context context-type="linenumber">5</context>
3808 </context-group> 4083 </context-group>
3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4084
3810 <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> 4085
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4086
3812 </trans-unit> 4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3813 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4088 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3814 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4089 <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>
3815 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4090 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3816 <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> 4091
3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4092
3818 <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> 4093
3819 <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> 4094
3820 </trans-unit> 4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3821 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 4096 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3822 <source>Unmute</source> 4097 <source>Unmute</source>
3823 <target state="new">Unmute</target> 4098 <target state="new">Unmute</target>
3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4099
3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4100
3826 <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">23</context></context-group> 4101
3827 <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> 4102
4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4104 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4105 <context-group purpose="location">
4106 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4107 <context context-type="linenumber">51</context>
4108 </context-group>
4109 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4110 <source>No server found.</source><target state="new">No server found.</target>
4111 <context-group purpose="location">
4112 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4113 <context context-type="linenumber">52</context>
4114 </context-group>
3828 </trans-unit> 4115 </trans-unit>
3829 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4116 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3830 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4117 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3839,24 +4126,30 @@
3839 <target state="new"> 4126 <target state="new">
3840 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4127 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3841 </target> 4128 </target>
3842 <context-group purpose="location"> 4129
3843 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3844 <context context-type="linenumber">37</context>
3845 </context-group>
3846 </trans-unit>
3847 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4131 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3848 <source>Mute domains</source> 4132 <source>Mute domains</source>
3849 <target state="new">Mute domains</target> 4133 <target state="new">Mute domains</target>
3850 <context-group purpose="location"> 4134
3851 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3852 <context context-type="linenumber">35</context>
3853 </context-group>
3854 </trans-unit>
3855 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 4136 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3856 <source>Account</source> 4137 <source>Account</source>
3857 <target state="new">Account</target> 4138 <target state="new">Account</target>
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4139
3859 <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> 4140
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4142 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4143 <context-group purpose="location">
4144 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4145 <context context-type="linenumber">58</context>
4146 </context-group>
4147 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4148 <source>No account found.</source><target state="new">No account found.</target>
4149 <context-group purpose="location">
4150 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4151 <context context-type="linenumber">59</context>
4152 </context-group>
3860 </trans-unit> 4153 </trans-unit>
3861 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4154 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3862 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4155 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -3982,8 +4275,8 @@
3982 <target state="new"> 4275 <target state="new">
3983 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4276 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3984 </target> 4277 </target>
3985 <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">29</context></context-group> 4278
3986 </trans-unit> 4279 <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">47</context></context-group></trans-unit>
3987 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4280 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3988 <source>System</source> 4281 <source>System</source>
3989 <target state="new">System</target> 4282 <target state="new">System</target>
@@ -4045,8 +4338,8 @@
4045 </context-group> 4338 </context-group>
4046 </trans-unit> 4339 </trans-unit>
4047 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4340 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4048 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4341 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4049 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4342 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4050 <context-group purpose="location"> 4343 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4344 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4052 <context context-type="linenumber">32</context> 4345 <context context-type="linenumber">32</context>
@@ -4088,8 +4381,8 @@
4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4089 </trans-unit> 4382 </trans-unit>
4090 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4383 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4091 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4384 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4092 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4385 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
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">47</context></context-group> 4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4094 </trans-unit> 4387 </trans-unit>
4095 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4388 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4128,9 +4421,9 @@
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4129 </trans-unit> 4422 </trans-unit>
4130 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4423 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4131 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4424 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4132 <target state="new"> 4425 <target state="new">
4133 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4426 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4134 </target> 4427 </target>
4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4136 </trans-unit> 4429 </trans-unit>
@@ -4140,9 +4433,12 @@
4140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4141 </trans-unit> 4434 </trans-unit>
4142 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4435 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4143 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4436 <source>
4437 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/>"/>
4438 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4439 </source>
4144 <target state="new"> 4440 <target state="new">
4145 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4441 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/>"/>
4146 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4442 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4147 </target> 4443 </target>
4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4156,9 +4452,9 @@
4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4157 </trans-unit> 4453 </trans-unit>
4158 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4454 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4159 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4455 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4160 <target state="new"> 4456 <target state="new">
4161 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4457 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.
4162 </target> 4458 </target>
4163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4164 </trans-unit> 4460 </trans-unit>
@@ -4193,8 +4489,8 @@
4193 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4489 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4194 <source>Strategy</source> 4490 <source>Strategy</source>
4195 <target state="new">Strategy</target> 4491 <target state="new">Strategy</target>
4196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4492
4197 </trans-unit> 4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4198 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4494 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4199 <source>Terms</source> 4495 <source>Terms</source>
4200 <target>Termos</target> 4496 <target>Termos</target>
@@ -4295,9 +4591,9 @@
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4296 </trans-unit> 4592 </trans-unit>
4297 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4593 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4298 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4594 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4299 <target state="new"> 4595 <target state="new">
4300 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4596 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4301 </target> 4597 </target>
4302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4303 </trans-unit> 4599 </trans-unit>
@@ -4345,9 +4641,9 @@
4345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4346 </trans-unit> 4642 </trans-unit>
4347 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4643 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4348 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4644 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4349 <target state="new"> 4645 <target state="new">
4350 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4646 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4351 </target> 4647 </target>
4352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4353 </trans-unit> 4649 </trans-unit>
@@ -4514,9 +4810,9 @@
4514 <context-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> 4810 <context-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>
4515 </trans-unit> 4811 </trans-unit>
4516 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4812 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4517 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4813 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4518 <target state="new"> 4814 <target state="new">
4519 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4815 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4520 </target> 4816 </target>
4521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4522 </trans-unit> 4818 </trans-unit>
@@ -4536,9 +4832,9 @@
4536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4537 </trans-unit> 4833 </trans-unit>
4538 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4834 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4539 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4835 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4540 <target state="new"> 4836 <target state="new">
4541 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4837 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4542 </target> 4838 </target>
4543 <context-group purpose="location"> 4839 <context-group purpose="location">
4544 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4840 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4628,12 +4924,18 @@
4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4629 </trans-unit> 4925 </trans-unit>
4630 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4926 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4631 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4927 <source>
4928 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/>"/>
4929 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/>"/>
4930 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4931 <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>"/>
4932 to see if you instance is whitelisted.
4933 </source>
4632 <target state="new"> 4934 <target state="new">
4633 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4935 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/>"/>
4634 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4936 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/>"/>
4635 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4937 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4636 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4938 <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>"/>
4637 to see if you instance is whitelisted. 4939 to see if you instance is whitelisted.
4638 </target> 4940 </target>
4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4652,7 +4954,10 @@
4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4653 </trans-unit> 4955 </trans-unit>
4654 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4956 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4655 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4957 <source>
4958 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4959 resources, this is a critical part of PeerTube, so tread carefully.
4960 </source>
4656 <target state="new"> 4961 <target state="new">
4657 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4962 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4658 resources, this is a critical part of PeerTube, so tread carefully. 4963 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4696,15 +5001,23 @@
4696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4697 </trans-unit> 5002 </trans-unit>
4698 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5003 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4699 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5004 <source>
5005 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5006
5007 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5008
5009 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5010
5011 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5012 </source>
4700 <target state="new"> 5013 <target state="new">
4701 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5014 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4702 5015
4703 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5016 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4704 5017
4705 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5018 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4706 5019
4707 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5020 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4708 </target> 5021 </target>
4709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4710 </trans-unit> 5023 </trans-unit>
@@ -4714,18 +5027,29 @@
4714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4715 </trans-unit> 5028 </trans-unit>
4716 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5029 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4717 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5030 <source>
5031 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5032
5033 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5034 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5035 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5036 <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>"/>
5037 <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>"/>
5038 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5039
5040 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5041 </source>
4718 <target state="new"> 5042 <target state="new">
4719 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5043 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4720 5044
4721 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5045 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4722 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5046 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4723 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5047 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4724 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5048 <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>"/>
4725 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5049 <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>"/>
4726 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5050 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4727 5051
4728 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5052 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4729 </target> 5053 </target>
4730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4731 </trans-unit> 5055 </trans-unit>
@@ -4790,25 +5114,36 @@
4790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4791 </trans-unit> 5115 </trans-unit>
4792 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5116 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4793 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5117 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4794 <target state="new"> 5118 <target state="new">
4795 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5119 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>"/>
4796 </target> 5120 </target>
4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4798 </trans-unit> 5122 </trans-unit>
4799 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5123 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4800 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5124 <source>
5125 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/>"/>
5126 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5127 color: red;
5128 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5129 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5130 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5131 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5132 color: red;
5133 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5134 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5135 </source>
4801 <target state="new"> 5136 <target state="new">
4802 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5137 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/>"/>
4803 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5138 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4804 color: red; 5139 color: red;
4805 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5140 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4806 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5141 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4807 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5142 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4808 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5143 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4809 color: red; 5144 color: red;
4810 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5145 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4811 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5146 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4812 </target> 5147 </target>
4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4814 </trans-unit> 5149 </trans-unit>
@@ -4996,9 +5331,9 @@
4996 </context-group> 5331 </context-group>
4997 </trans-unit> 5332 </trans-unit>
4998 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5333 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4999 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5334 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5000 <target state="new"> 5335 <target state="new">
5001 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 5336 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.
5002 </target> 5337 </target>
5003 <context-group purpose="location"> 5338 <context-group purpose="location">
5004 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5028,9 +5363,9 @@
5028 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5029 </trans-unit> 5364 </trans-unit>
5030 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5365 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5031 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5366 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5032 <target state="new"> 5367 <target state="new">
5033 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5368 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>"/>
5034</target> 5369</target>
5035 <context-group purpose="location"> 5370 <context-group purpose="location">
5036 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5371 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5038,9 +5373,9 @@
5038 </context-group> 5373 </context-group>
5039 </trans-unit> 5374 </trans-unit>
5040 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5375 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5041 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5376 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5042 <target state="new"> 5377 <target state="new">
5043 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 5378 <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
5044</target> 5379</target>
5045 <context-group purpose="location"> 5380 <context-group purpose="location">
5046 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5381 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5110,8 +5445,8 @@
5110 </context-group> 5445 </context-group>
5111 </trans-unit> 5446 </trans-unit>
5112 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5447 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5113 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5448 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5114 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5449 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5115 <context-group purpose="location"> 5450 <context-group purpose="location">
5116 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5451 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5117 <context context-type="linenumber">2</context> 5452 <context context-type="linenumber">2</context>
@@ -5147,10 +5482,13 @@
5147 </context-group> 5482 </context-group>
5148 </trans-unit> 5483 </trans-unit>
5149 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5484 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5150 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5485 <source>
5486 Created
5487 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5488 </source>
5151 <target state="new"> 5489 <target state="new">
5152 Created 5490 Created
5153 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5491 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5154 </target> 5492 </target>
5155 <context-group purpose="location"> 5493 <context-group purpose="location">
5156 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5494 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5222,8 +5560,9 @@
5222 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5560 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5223 </trans-unit> 5561 </trans-unit>
5224 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5562 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5225 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5563 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5226 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5564 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5565 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5227 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5566 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5567 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5229 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5242,27 +5581,18 @@
5242 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5581 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
5243 <source>Target</source> 5582 <source>Target</source>
5244 <target state="new">Target</target> 5583 <target state="new">Target</target>
5245 <context-group purpose="location"> 5584
5246 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5585 <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>
5247 <context context-type="linenumber">8</context>
5248 </context-group>
5249 </trans-unit>
5250 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5586 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5251 <source>See the error</source> 5587 <source>See the error</source>
5252 <target state="new">See the error</target> 5588 <target state="new">See the error</target>
5253 <context-group purpose="location"> 5589
5254 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5590 <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">20</context></context-group></trans-unit>
5255 <context context-type="linenumber">19</context>
5256 </context-group>
5257 </trans-unit>
5258 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5591 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5259 <source>This video was deleted</source> 5592 <source>This video was deleted</source>
5260 <target state="new">This video was deleted</target> 5593 <target state="new">This video was deleted</target>
5261 <context-group purpose="location"> 5594
5262 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5595 <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">37</context></context-group></trans-unit>
5263 <context context-type="linenumber">36</context>
5264 </context-group>
5265 </trans-unit>
5266 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5596 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5267 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5597 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5268 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5598 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -5315,9 +5645,12 @@
5315 </context-group> 5645 </context-group>
5316 </trans-unit> 5646 </trans-unit>
5317 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5647 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5318 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5648 <source>
5649 <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>"/>
5650 Delete history
5651 </source>
5319 <target state="new"> 5652 <target state="new">
5320 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5653 <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>"/>
5321 Delete history 5654 Delete history
5322 </target> 5655 </target>
5323 <context-group purpose="location"> 5656 <context-group purpose="location">
@@ -5334,9 +5667,12 @@
5334 </context-group> 5667 </context-group>
5335 </trans-unit> 5668 </trans-unit>
5336 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5669 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5337 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5670 <source>
5671 <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>"/>
5672 Notification preferences
5673 </source>
5338 <target state="new"> 5674 <target state="new">
5339 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5675 <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>"/>
5340 Notification preferences 5676 Notification preferences
5341 </target> 5677 </target>
5342 <context-group purpose="location"> 5678 <context-group purpose="location">
@@ -5413,8 +5749,8 @@
5413 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5749 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5414 </trans-unit> 5750 </trans-unit>
5415 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5751 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5416 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5752 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5417 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5753 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5418 <context-group purpose="location"> 5754 <context-group purpose="location">
5419 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5755 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5420 <context context-type="linenumber">2</context> 5756 <context context-type="linenumber">2</context>
@@ -5442,9 +5778,9 @@
5442 </context-group> 5778 </context-group>
5443 </trans-unit> 5779 </trans-unit>
5444 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5780 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5445 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5781 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5446 <target state="new"> 5782 <target state="new">
5447 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5783 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>"/>.
5448 </target> 5784 </target>
5449 <context-group purpose="location"> 5785 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5786 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5902,10 +6238,13 @@
5902 </context-group> 6238 </context-group>
5903 </trans-unit> 6239 </trans-unit>
5904 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6240 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5905 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6241 <source>
6242 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6243 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6244 </source>
5906 <target state="new"> 6245 <target state="new">
5907 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6246 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5908 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6247 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5909 </target> 6248 </target>
5910 <context-group purpose="location"> 6249 <context-group purpose="location">
5911 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6250 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5913,9 +6252,9 @@
5913 </context-group> 6252 </context-group>
5914 </trans-unit> 6253 </trans-unit>
5915 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6254 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5916 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6255 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5917 <target state="new"> 6256 <target state="new">
5918 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6257 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>"/>.
5919 </target> 6258 </target>
5920 <context-group purpose="location"> 6259 <context-group purpose="location">
5921 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6260 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5923,7 +6262,8 @@
5923 </context-group> 6262 </context-group>
5924 </trans-unit> 6263 </trans-unit>
5925 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6264 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5926 <source>Use PeerTube documentation</source> 6265 <source>Use PeerTube
6266 documentation</source>
5927 <target state="new">Use PeerTube 6267 <target state="new">Use PeerTube
5928 documentation</target> 6268 documentation</target>
5929 <context-group purpose="location"> 6269 <context-group purpose="location">
@@ -5942,7 +6282,8 @@
5942 </context-group> 6282 </context-group>
5943 </trans-unit> 6283 </trans-unit>
5944 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6284 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5945 <source>PeerTube Applications</source> 6285 <source>PeerTube
6286 Applications</source>
5946 <target state="new">PeerTube 6287 <target state="new">PeerTube
5947 Applications</target> 6288 Applications</target>
5948 <context-group purpose="location"> 6289 <context-group purpose="location">
@@ -5961,7 +6302,8 @@
5961 </context-group> 6302 </context-group>
5962 </trans-unit> 6303 </trans-unit>
5963 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6304 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5964 <source>Contribute on PeerTube</source> 6305 <source>Contribute on
6306 PeerTube</source>
5965 <target state="new">Contribute on 6307 <target state="new">Contribute on
5966 PeerTube</target> 6308 PeerTube</target>
5967 <context-group purpose="location"> 6309 <context-group purpose="location">
@@ -5988,7 +6330,11 @@
5988 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6330 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5989 </trans-unit> 6331 </trans-unit>
5990 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6332 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5991 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6333 <source>
6334 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6335 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6336 follows applies only if you want to keep using the P2P mode of PeerTube.
6337 </source>
5992 <target state="new"> 6338 <target state="new">
5993 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6339 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5994 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6340 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6005,7 +6351,10 @@
6005 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6351 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6006 </trans-unit> 6352 </trans-unit>
6007 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6353 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6008 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6354 <source>
6355 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6356 In practice, this is much more difficult because:
6357 </source>
6009 <target state="new"> 6358 <target state="new">
6010 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6359 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6011 In practice, this is much more difficult because: 6360 In practice, this is much more difficult because:
@@ -6013,7 +6362,10 @@
6013 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6362 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6014 </trans-unit> 6363 </trans-unit>
6015 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6364 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6016 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6365 <source>
6366 An HTTP request has to be sent on each tracker for each video to spy.
6367 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6368 </source>
6017 <target state="new"> 6369 <target state="new">
6018 An HTTP request has to be sent on each tracker for each video to spy. 6370 An HTTP request has to be sent on each tracker for each video to spy.
6019 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6371 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6021,7 +6373,11 @@
6021 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6022 </trans-unit> 6374 </trans-unit>
6023 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6375 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6024 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6376 <source>
6377 For each request sent, the tracker returns random peers at a limited number.
6378 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
6379 requests sent to know every peer in the swarm
6380 </source>
6025 <target state="new"> 6381 <target state="new">
6026 For each request sent, the tracker returns random peers at a limited number. 6382 For each request sent, the tracker returns random peers at a limited number.
6027 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 6383 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
@@ -6040,7 +6396,10 @@
6040 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6396 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6041 </trans-unit> 6397 </trans-unit>
6042 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6398 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6043 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6399 <source>
6400 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
6401 video
6402 </source>
6044 <target state="new"> 6403 <target state="new">
6045 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 6404 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
6046 video 6405 video
@@ -6055,18 +6414,27 @@
6055 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6414 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6056 </trans-unit> 6415 </trans-unit>
6057 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6416 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6058 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6417 <source>
6418 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
6419 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6420 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6421 to forward the information to.
6422 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
6423 </source>
6059 <target state="new"> 6424 <target state="new">
6060 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6425 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
6061 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6426 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6062 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6427 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6063 to forward the information to. 6428 to forward the information to.
6064 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 6429 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
6065 </target> 6430 </target>
6066 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6431 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6067 </trans-unit> 6432 </trans-unit>
6068 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6433 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6069 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6434 <source>
6435 The worst-case scenario of an average person spying on their friends is quite unlikely.
6436 There are much more effective ways to get that kind of information.
6437 </source>
6070 <target state="new"> 6438 <target state="new">
6071 The worst-case scenario of an average person spying on their friends is quite unlikely. 6439 The worst-case scenario of an average person spying on their friends is quite unlikely.
6072 There are much more effective ways to get that kind of information. 6440 There are much more effective ways to get that kind of information.
@@ -6082,7 +6450,11 @@
6082 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6450 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6083 </trans-unit> 6451 </trans-unit>
6084 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6452 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6085 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6453 <source>
6454 The threats to privacy with YouTube are different from PeerTube's.
6455 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6456 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6457 </source>
6086 <target state="new"> 6458 <target state="new">
6087 The threats to privacy with YouTube are different from PeerTube's. 6459 The threats to privacy with YouTube are different from PeerTube's.
6088 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6460 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6099,7 +6471,12 @@
6099 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6100 </trans-unit> 6472 </trans-unit>
6101 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6473 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6102 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6474 <source>
6475 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
6476 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6477 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.
6478 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6479 </source>
6103 <target state="new"> 6480 <target state="new">
6104 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 6481 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
6105 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6482 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6117,7 +6494,10 @@
6117 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6494 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6118 </trans-unit> 6495 </trans-unit>
6119 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6496 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6120 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6497 <source>
6498 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6499 and render attacks less likely. Here is what we put in place so far:
6500 </source>
6121 <target state="new"> 6501 <target state="new">
6122 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6502 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6123 and render attacks less likely. Here is what we put in place so far: 6503 and render attacks less likely. Here is what we put in place so far:
@@ -6145,7 +6525,10 @@
6145 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6525 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6146 </trans-unit> 6526 </trans-unit>
6147 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6527 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6148 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6528 <source>
6529 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6530 WebRTC in your browser.
6531 </source>
6149 <target state="new"> 6532 <target state="new">
6150 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6533 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6151 WebRTC in your browser. 6534 WebRTC in your browser.
@@ -6185,8 +6568,8 @@
6185 </context-group> 6568 </context-group>
6186 </trans-unit> 6569 </trans-unit>
6187 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6570 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6188 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6571 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6189 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6572 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6190 <context-group purpose="location"> 6573 <context-group purpose="location">
6191 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6574 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6192 <context context-type="linenumber">3</context> 6575 <context context-type="linenumber">3</context>
@@ -6269,9 +6652,12 @@
6269 </context-group> 6652 </context-group>
6270 </trans-unit> 6653 </trans-unit>
6271 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6654 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6272 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6655 <source>
6656 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/>"/>
6657 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.
6658 </source>
6273 <target state="new"> 6659 <target state="new">
6274 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6660 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/>"/>
6275 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. 6661 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.
6276 </target> 6662 </target>
6277 <context-group purpose="location"> 6663 <context-group purpose="location">
@@ -6352,11 +6738,16 @@
6352 </context-group> 6738 </context-group>
6353 </trans-unit> 6739 </trans-unit>
6354 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6740 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6355 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6741 <source>
6742 I am at least 16 years old and agree
6743 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>"/>
6744 <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>"/>
6745 of this instance
6746 </source>
6356 <target state="new"> 6747 <target state="new">
6357 I am at least 16 years old and agree 6748 I am at least 16 years old and agree
6358 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6749 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>"/>
6359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6750 <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>"/>
6360 of this instance 6751 of this instance
6361 </target> 6752 </target>
6362 <context-group purpose="location"> 6753 <context-group purpose="location">
@@ -6458,8 +6849,8 @@
6458 </context-group> 6849 </context-group>
6459 </trans-unit> 6850 </trans-unit>
6460 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6851 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6461 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6852 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6462 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target> 6853 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6463 <context-group purpose="location"> 6854 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6855 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6465 <context context-type="linenumber">1</context> 6856 <context context-type="linenumber">1</context>
@@ -7246,15 +7637,14 @@
7246 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7637 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7247 <context context-type="linenumber">1</context> 7638 <context context-type="linenumber">1</context>
7248 </context-group> 7639 </context-group>
7249 </trans-unit> 7640 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7250 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7641 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7251 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7252 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
7253 <context-group purpose="location"> 7642 <context-group purpose="location">
7254 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7643 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7255 <context context-type="linenumber">1</context> 7644 <context context-type="linenumber">1</context>
7256 </context-group> 7645 </context-group>
7257 </trans-unit> 7646 </trans-unit>
7647
7258 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html"> 7648 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
7259 <source>Update user</source> 7649 <source>Update user</source>
7260 <target state="new">Update user</target> 7650 <target state="new">Update user</target>
@@ -8165,6 +8555,12 @@
8165 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8555 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8166 <context context-type="linenumber">1</context> 8556 <context context-type="linenumber">1</context>
8167 </context-group> 8557 </context-group>
8558 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8559 <source>Unknown</source><target state="new">Unknown</target>
8560 <context-group purpose="location">
8561 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8562 <context context-type="linenumber">1</context>
8563 </context-group>
8168 </trans-unit> 8564 </trans-unit>
8169 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8565 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
8170 <source>Your password has been successfully reset!</source> 8566 <source>Your password has been successfully reset!</source>
@@ -8239,8 +8635,8 @@
8239 </context-group> 8635 </context-group>
8240 </trans-unit> 8636 </trans-unit>
8241 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8637 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8242 <source>Long (&gt; 10 min)</source> 8638 <source>Long (> 10 min)</source>
8243 <target state="new">Long (&gt; 10 min)</target> 8639 <target state="new">Long (> 10 min)</target>
8244 <context-group purpose="location"> 8640 <context-group purpose="location">
8245 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8641 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8246 <context context-type="linenumber">1</context> 8642 <context context-type="linenumber">1</context>
@@ -9641,8 +10037,8 @@
9641 </context-group> 10037 </context-group>
9642 </trans-unit> 10038 </trans-unit>
9643 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 10039 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9644 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10040 <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>
9645 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 10041 <target state="new"><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>
9646 <context-group purpose="location"> 10042 <context-group purpose="location">
9647 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 10043 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9648 <context context-type="linenumber">1</context> 10044 <context context-type="linenumber">1</context>
@@ -9763,8 +10159,17 @@
9763 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 10159 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9764 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 10160 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9765 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 10161 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
10162
10163 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10164 <source>Mute server</source><target state="new">Mute server</target>
9766 <context-group purpose="location"> 10165 <context-group purpose="location">
9767 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10166 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10167 <context context-type="linenumber">1</context>
10168 </context-group>
10169 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10170 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10171 <context-group purpose="location">
10172 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9768 <context context-type="linenumber">1</context> 10173 <context context-type="linenumber">1</context>
9769 </context-group> 10174 </context-group>
9770 </trans-unit> 10175 </trans-unit>
@@ -10117,6 +10522,24 @@
10117 <target state="new">Video blacklisted.</target> 10522 <target state="new">Video blacklisted.</target>
10118 <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> 10523 <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>
10119 <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> 10524 <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>
10525 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10526 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10527 <context-group purpose="location">
10528 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10529 <context context-type="linenumber">1</context>
10530 </context-group>
10531 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10532 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10533 <context-group purpose="location">
10534 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10535 <context context-type="linenumber">1</context>
10536 </context-group>
10537 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10538 <source>Delete video</source><target state="new">Delete video</target>
10539 <context-group purpose="location">
10540 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10541 <context context-type="linenumber">1</context>
10542 </context-group>
10120 </trans-unit> 10543 </trans-unit>
10121 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10544 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10122 <source>Encoder</source> 10545 <source>Encoder</source>
@@ -10179,8 +10602,23 @@
10179 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10602 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
10180 <source>Do you really want to delete this video?</source> 10603 <source>Do you really want to delete this video?</source>
10181 <target state="new">Do you really want to delete this video?</target> 10604 <target state="new">Do you really want to delete this video?</target>
10605
10606 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10607 <source>Video deleted.</source><target state="new">Video deleted.</target>
10182 <context-group purpose="location"> 10608 <context-group purpose="location">
10183 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10609 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10610 <context context-type="linenumber">1</context>
10611 </context-group>
10612 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10613 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10614 <context-group purpose="location">
10615 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10616 <context context-type="linenumber">1</context>
10617 </context-group>
10618 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10619 <source>Mute reporter</source><target state="new">Mute reporter</target>
10620 <context-group purpose="location">
10621 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10184 <context context-type="linenumber">1</context> 10622 <context context-type="linenumber">1</context>
10185 </context-group> 10623 </context-group>
10186 </trans-unit> 10624 </trans-unit>
@@ -10205,21 +10643,35 @@
10205 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10643 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10206 <context context-type="linenumber">1</context> 10644 <context context-type="linenumber">1</context>
10207 </context-group> 10645 </context-group>
10208 </trans-unit> 10646 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10209 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10647 <source>Mirror</source><target state="new">Mirror</target>
10210 <source>Duplicate (redundancy)</source>
10211 <target state="new">Duplicate (redundancy)</target>
10212 <context-group purpose="location"> 10648 <context-group purpose="location">
10213 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10649 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10214 <context context-type="linenumber">1</context> 10650 <context context-type="linenumber">1</context>
10215 </context-group> 10651 </context-group>
10216 </trans-unit> 10652 </trans-unit>
10653
10217 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10654 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
10218 <source>Report</source> 10655 <source>Report</source>
10219 <target state="new">Report</target> 10656 <target state="new">Report</target>
10657
10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10659 <source>Note</source><target state="new">Note</target>
10220 <context-group purpose="location"> 10660 <context-group purpose="location">
10221 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10661 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10222 <context context-type="linenumber">1</context> 10662 <context context-type="linenumber">61</context>
10663 </context-group>
10664 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10665 <source>The video was deleted</source><target state="new">The video was deleted</target>
10666 <context-group purpose="location">
10667 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10668 <context context-type="linenumber">71</context>
10669 </context-group>
10670 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10671 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10672 <context-group purpose="location">
10673 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10674 <context context-type="linenumber">72</context>
10223 </context-group> 10675 </context-group>
10224 </trans-unit> 10676 </trans-unit>
10225 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10677 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index 45bbd8de0..ad89aea53 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> közzétett egy új videót: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> közzétett egy új videót: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója el lett távolítva a feketelistáról </target> 284 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója el lett távolítva a feketelistáról </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója feketelistára lett téve </target> 289 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója feketelistára lett téve </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lett létrehozva a(z) <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videóhoz </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lett létrehozva a(z) <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videóhoz </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">A legutóbb hozzáadott <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> automatikusan feketelistára került <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">A legutóbb hozzáadott <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> automatikusan feketelistára került <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hozzászólt az Ön <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videójához </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> hozzászólt az Ön <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videójához </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója közzé lett téve </target> 320 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója közzé lett téve </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> felhasználó regisztrált az Ön példányára </target> 335 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> felhasználó regisztrált az Ön példányára </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>az Ön csatornáját <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>az Ön fiókját<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>az Ön csatornáját <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>az Ön fiókját<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>új követője van<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>), <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> aki az Ön jóváhagyására vár<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>új követője van<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>), <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> aki az Ön jóváhagyására vár<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Az Ön példányát <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> automatikusan követi </target> 366 <target state="translated">Az Ön példányát <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> automatikusan követi </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -533,8 +541,8 @@
533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
534 </trans-unit> 542 </trans-unit>
535 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 543 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
536 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 544 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
537 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 545 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
538 <context-group purpose="location"> 546 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 547 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
540 <context context-type="linenumber">9</context> 548 <context context-type="linenumber">9</context>
@@ -660,9 +668,9 @@
660 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 668 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
661 <source>Deleted</source> 669 <source>Deleted</source>
662 <target state="translated">Törölve</target> 670 <target state="translated">Törölve</target>
663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 671
664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 672
665 </trans-unit> 673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
666 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 674 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
667 <source>Edit starts/stops at</source> 675 <source>Edit starts/stops at</source>
668 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target> 676 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target>
@@ -817,24 +825,33 @@
817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
818 </trans-unit> 826 </trans-unit>
819 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 827 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
820 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 828 <source>
821 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Távoli feliratkozás<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 829 <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>"/>
830 <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>"/>
831 </source>
832 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Távoli feliratkozás<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
822 <context-group name="null"> 833 <context-group name="null">
823 <context context-type="linenumber">10</context> 834 <context context-type="linenumber">10</context>
824 </context-group> 835 </context-group>
825 <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> 836 <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>
826 </trans-unit> 837 </trans-unit>
827 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 838 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
828 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 839 <source>
829 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target> 840 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
841 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
842 </source>
843 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target>
830 <context-group purpose="location"> 844 <context-group purpose="location">
831 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 845 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
832 <context context-type="linenumber">17</context> 846 <context context-type="linenumber">17</context>
833 </context-group> 847 </context-group>
834 </trans-unit> 848 </trans-unit>
835 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 849 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
836 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 850 <source>
837 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target> 851 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
852 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
853 </source>
854 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target>
838 <context-group purpose="location"> 855 <context-group purpose="location">
839 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 856 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
840 <context context-type="linenumber">26</context> 857 <context context-type="linenumber">26</context>
@@ -849,8 +866,11 @@
849 </context-group> 866 </context-group>
850 </trans-unit> 867 </trans-unit>
851 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 868 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
852 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 869 <source>
853 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Az alapértelmezett érzékeny videók irányelvét<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 870 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
871 <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>"/>
872 </source>
873 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Az alapértelmezett érzékeny videók irányelvét<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
855 </trans-unit> 875 </trans-unit>
856 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 876 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -896,9 +916,9 @@
896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
897 </trans-unit> 917 </trans-unit>
898 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 918 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
899 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 919 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
900 <target> 920 <target>
901 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 921 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
902 </target> 922 </target>
903 <context-group name="null"> 923 <context-group name="null">
904 <context context-type="linenumber">53</context> 924 <context context-type="linenumber">53</context>
@@ -1046,20 +1066,20 @@
1046 <context-group name="null"> 1066 <context-group name="null">
1047 <context context-type="linenumber">23</context> 1067 <context context-type="linenumber">23</context>
1048 </context-group> 1068 </context-group>
1049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1069
1050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1070
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1071
1052 <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> 1072
1053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1073
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1074
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1075
1056 <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> 1076
1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1077
1058 <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">26</context></context-group> 1078
1059 <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">22</context></context-group> 1079
1060 <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">25</context></context-group> 1080
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1081
1062 </trans-unit> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1063 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1083 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1064 <source>Ban this user</source> 1084 <source>Ban this user</source>
1065 <target>Felhasználó kitiltása</target> 1085 <target>Felhasználó kitiltása</target>
@@ -1074,8 +1094,8 @@
1074 <context-group name="null"> 1094 <context-group name="null">
1075 <context context-type="linenumber">11</context> 1095 <context context-type="linenumber">11</context>
1076 </context-group> 1096 </context-group>
1077 <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> 1097
1078 </trans-unit> 1098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1079 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1099 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1080 <source>Login</source> 1100 <source>Login</source>
1081 <target> 1101 <target>
@@ -1085,88 +1105,120 @@
1085 <context context-type="linenumber">2</context> 1105 <context context-type="linenumber">2</context>
1086 </context-group> 1106 </context-group>
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1088 </trans-unit> 1108 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1089 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1109 <source>
1090 <source>If you are looking for an account…</source> 1110 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1091 <target state="translated">Ha egy fiókot keres…</target> 1111 </source><target state="new">
1112 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1113 </target>
1092 <context-group purpose="location"> 1114 <context-group purpose="location">
1093 <context context-type="sourcefile">src/app/login/login.component.html</context> 1115 <context context-type="sourcefile">src/app/login/login.component.html</context>
1094 <context context-type="linenumber">7</context> 1116 <context context-type="linenumber">6</context>
1095 </context-group> 1117 </context-group>
1096 </trans-unit> 1118 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1097 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1119 <source>
1098 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1120 If you are looking for an account…
1099 <target state="translated">Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Keresse meg a sajátját több más példány mellett a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalon. </target> 1121 </source><target state="new">
1122 If you are looking for an account…
1123 </target>
1100 <context-group purpose="location"> 1124 <context-group purpose="location">
1101 <context context-type="sourcefile">src/app/login/login.component.html</context> 1125 <context context-type="sourcefile">src/app/login/login.component.html</context>
1102 <context context-type="linenumber">11</context> 1126 <context context-type="linenumber">12</context>
1127 </context-group>
1128 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1129 <source>
1130 Currently this instance doesn't allow for user registration, but you can find an instance
1131 that gives you the possibility to sign up for an account and upload your videos there.
1132
1133 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1134
1135 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1136 </source><target state="new">
1137 Currently this instance doesn't allow for user registration, but you can find an instance
1138 that gives you the possibility to sign up for an account and upload your videos there.
1139
1140 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1141
1142 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1143 </target>
1144 <context-group purpose="location">
1145 <context context-type="sourcefile">src/app/login/login.component.html</context>
1146 <context context-type="linenumber">16</context>
1103 </context-group> 1147 </context-group>
1104 </trans-unit> 1148 </trans-unit>
1149
1150
1105 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1151 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1106 <source>Request new verification email.</source> 1152 <source>Request new verification email.</source>
1107 <target>Új ellenőrző e-mail kérése.</target> 1153 <target>Új ellenőrző e-mail kérése.</target>
1108 <context-group name="null"> 1154 <context-group name="null">
1109 <context context-type="linenumber">16</context> 1155 <context context-type="linenumber">16</context>
1110 </context-group> 1156 </context-group>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1157
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1158
1113 </trans-unit> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1114 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1160 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1115 <source>User</source> 1161 <source>User</source>
1116 <target>Felhasználó</target> 1162 <target>Felhasználó</target>
1117 <context-group name="null"> 1163 <context-group name="null">
1118 <context context-type="linenumber">13</context> 1164 <context context-type="linenumber">13</context>
1119 </context-group> 1165 </context-group>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1166
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1167
1122 </trans-unit> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1123 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1169 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1124 <source>Username or email address</source> 1170 <source>Username or email address</source>
1125 <target>Felhasználónév vagy e-mail-cím</target> 1171 <target>Felhasználónév vagy e-mail-cím</target>
1126 <context-group name="null"> 1172 <context-group name="null">
1127 <context context-type="linenumber">15</context> 1173 <context context-type="linenumber">15</context>
1128 </context-group> 1174 </context-group>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1175
1130 </trans-unit> 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1131 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1177 <source>
1132 <source>or create an account</source> 1178 or create an account
1133 <target>vagy hozzon létre egy fiókot</target> 1179 </source><target state="new">
1134 <context-group name="null"> 1180 or create an account
1135 <context context-type="linenumber">18</context> 1181 </target>
1182 <context-group purpose="location">
1183 <context context-type="sourcefile">src/app/login/login.component.html</context>
1184 <context context-type="linenumber">40</context>
1136 </context-group> 1185 </context-group>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1138 </trans-unit> 1186 </trans-unit>
1187
1139 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1188 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1140 <source>Password</source> 1189 <source>Password</source>
1141 <target>Jelszó</target> 1190 <target>Jelszó</target>
1142 <context-group name="null"> 1191 <context-group name="null">
1143 <context context-type="linenumber">54</context> 1192 <context context-type="linenumber">54</context>
1144 </context-group> 1193 </context-group>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1194
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1195
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1196
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1197
1149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1198
1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1199
1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1200
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1201
1153 </trans-unit> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1154 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1203 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1155 <source>Click here to reset your password</source> 1204 <source>Click here to reset your password</source>
1156 <target state="translated">Kattintson ide a jelszava visszaállításához</target> 1205 <target state="translated">Kattintson ide a jelszava visszaállításához</target>
1157 <context-group purpose="location"> 1206
1158 <context context-type="sourcefile">src/app/login/login.component.html</context> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1159 <context context-type="linenumber">50</context>
1160 </context-group>
1161 </trans-unit>
1162 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1208 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1163 <source>Login</source> 1209 <source>Login</source>
1164 <target>Bejelentkezés</target> 1210 <target>Bejelentkezés</target>
1165 <context-group name="null"> 1211 <context-group name="null">
1166 <context context-type="linenumber">32</context> 1212 <context context-type="linenumber">32</context>
1167 </context-group> 1213 </context-group>
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1214
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1215
1216 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1217 <source>Or sign in with</source><target state="new">Or sign in with</target>
1218 <context-group purpose="location">
1219 <context context-type="sourcefile">src/app/login/login.component.html</context>
1220 <context context-type="linenumber">68</context>
1221 </context-group>
1170 </trans-unit> 1222 </trans-unit>
1171 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1223 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1172 <source>Forgot your password</source> 1224 <source>Forgot your password</source>
@@ -1174,45 +1226,45 @@
1174 <context-group name="null"> 1226 <context-group name="null">
1175 <context context-type="linenumber">58</context> 1227 <context context-type="linenumber">58</context>
1176 </context-group> 1228 </context-group>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1229
1178 </trans-unit> 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1179 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1231 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1180 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1232 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1181 <target state="translated">Sajnáljuk, de nem tudja helyreállítani a jelszavát, mert a példány rendszergazdája nem állította be a PeerTube levelezőrendszerét.</target> 1233 <target state="translated">Sajnáljuk, de nem tudja helyreállítani a jelszavát, mert a példány rendszergazdája nem állította be a PeerTube levelezőrendszerét.</target>
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1234
1183 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1184 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1236 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1185 <source>Email</source> 1237 <source>Email</source>
1186 <target>E-mail</target> 1238 <target>E-mail</target>
1187 <context-group name="null"> 1239 <context-group name="null">
1188 <context context-type="linenumber">43</context> 1240 <context context-type="linenumber">43</context>
1189 </context-group> 1241 </context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1242
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1243
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1244
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1245
1194 <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">4</context></context-group> 1246
1195 <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">8</context></context-group> 1247
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1248
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1249
1198 </trans-unit> 1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1199 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1251 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1200 <source>Email address</source> 1252 <source>Email address</source>
1201 <target>E-mail-cím</target> 1253 <target>E-mail-cím</target>
1202 <context-group name="null"> 1254 <context-group name="null">
1203 <context context-type="linenumber">10</context> 1255 <context context-type="linenumber">10</context>
1204 </context-group> 1256 </context-group>
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1257
1206 <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">10</context></context-group> 1258
1207 </trans-unit> 1259 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1208 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1260 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1209 <source>Send me an email to reset my password</source> 1261 <source>Send me an email to reset my password</source>
1210 <target>E-mail küldése a jelszavam visszaállításához</target> 1262 <target>E-mail küldése a jelszavam visszaállításához</target>
1211 <context-group name="null"> 1263 <context-group name="null">
1212 <context context-type="linenumber">82</context> 1264 <context context-type="linenumber">82</context>
1213 </context-group> 1265 </context-group>
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1266
1215 </trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1216 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1268 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1217 <source>Reset my password</source> 1269 <source>Reset my password</source>
1218 <target>Jelszavam visszaállítása</target> 1270 <target>Jelszavam visszaállítása</target>
@@ -1254,9 +1306,9 @@
1254 </context-group> 1306 </context-group>
1255 </trans-unit> 1307 </trans-unit>
1256 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1308 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1257 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1309 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1258 <target> 1310 <target>
1259 erre: <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1311 erre: <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1260 </target> 1312 </target>
1261 <context-group name="null"> 1313 <context-group name="null">
1262 <context context-type="linenumber">6</context> 1314 <context context-type="linenumber">6</context>
@@ -1264,10 +1316,13 @@
1264 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1316 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1265 </trans-unit> 1317 </trans-unit>
1266 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1318 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1267 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1319 <source>
1320 Filters
1321 <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>"/>
1322 </source>
1268 <target> 1323 <target>
1269 Szűrők 1324 Szűrők
1270 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1325 <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>"/>
1271 </target> 1326 </target>
1272 <context-group name="null"> 1327 <context-group name="null">
1273 <context context-type="linenumber">16</context> 1328 <context context-type="linenumber">16</context>
@@ -1301,7 +1356,8 @@
1301 </context-group> 1356 </context-group>
1302 </trans-unit> 1357 </trans-unit>
1303 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1358 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1304 <source>CLI documentation</source> 1359 <source>CLI
1360 documentation</source>
1305 <target state="translated">CLI dokumentáció</target> 1361 <target state="translated">CLI dokumentáció</target>
1306 <context-group purpose="location"> 1362 <context-group purpose="location">
1307 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1363 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1317,7 +1373,8 @@
1317 </context-group> 1373 </context-group>
1318 </trans-unit> 1374 </trans-unit>
1319 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1375 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1320 <source>Administer documentation</source> 1376 <source>Administer
1377 documentation</source>
1321 <target state="translated">Rendszergazda dokumentáció</target> 1378 <target state="translated">Rendszergazda dokumentáció</target>
1322 <context-group purpose="location"> 1379 <context-group purpose="location">
1323 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1380 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1333,7 +1390,8 @@
1333 </context-group> 1390 </context-group>
1334 </trans-unit> 1391 </trans-unit>
1335 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1392 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1336 <source>Use documentation</source> 1393 <source>Use
1394 documentation</source>
1337 <target state="translated">Dokumentáció használata</target> 1395 <target state="translated">Dokumentáció használata</target>
1338 <context-group purpose="location"> 1396 <context-group purpose="location">
1339 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1397 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1357,16 +1415,16 @@
1357 </context-group> 1415 </context-group>
1358 </trans-unit> 1416 </trans-unit>
1359 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1417 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1360 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1418 <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>
1361 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1419 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1362 <context-group purpose="location"> 1420 <context-group purpose="location">
1363 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1421 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1364 <context context-type="linenumber">44</context> 1422 <context context-type="linenumber">44</context>
1365 </context-group> 1423 </context-group>
1366 </trans-unit> 1424 </trans-unit>
1367 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1425 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1368 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1426 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1369 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1427 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1370 <context-group purpose="location"> 1428 <context-group purpose="location">
1371 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1429 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1372 <context context-type="linenumber">47</context> 1430 <context context-type="linenumber">47</context>
@@ -1381,16 +1439,26 @@
1381 </context-group> 1439 </context-group>
1382 </trans-unit> 1440 </trans-unit>
1383 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1441 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1384 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1442 <source>
1385 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target> 1443 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1444 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1445 is very important for visitors to understand on what type of instance they are.
1446 </source>
1447 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target>
1386 <context-group purpose="location"> 1448 <context-group purpose="location">
1387 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1449 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1388 <context context-type="linenumber">61</context> 1450 <context context-type="linenumber">61</context>
1389 </context-group> 1451 </context-group>
1390 </trans-unit> 1452 </trans-unit>
1391 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1453 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1392 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1454 <source>
1393 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube példányra regisztráljanak. </target> 1455 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1456 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1457 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1458 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1459 PeerTube instance.
1460 </source>
1461 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube példányra regisztráljanak. </target>
1394 <context-group purpose="location"> 1462 <context-group purpose="location">
1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1463 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1396 <context context-type="linenumber">67</context> 1464 <context context-type="linenumber">67</context>
@@ -1479,8 +1547,11 @@
1479 </context-group> 1547 </context-group>
1480 </trans-unit> 1548 </trans-unit>
1481 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1549 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1482 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1550 <source>
1483 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1551 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1552 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1553 </source>
1554 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1484 <context-group purpose="location"> 1555 <context-group purpose="location">
1485 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1556 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1486 <context context-type="linenumber">24</context> 1557 <context context-type="linenumber">24</context>
@@ -1905,8 +1976,11 @@
1905 </context-group> 1976 </context-group>
1906 </trans-unit> 1977 </trans-unit>
1907 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1978 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1908 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1979 <source>
1909 <target state="translated">Ugrás a csatornához <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 1980 Jump to channel
1981 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1982 </source>
1983 <target state="translated">Ugrás a csatornához <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1910 <context-group purpose="location"> 1984 <context-group purpose="location">
1911 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1985 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1912 <context context-type="linenumber">18</context> 1986 <context context-type="linenumber">18</context>
@@ -2105,16 +2179,16 @@
2105 <context-group name="null"> 2179 <context-group name="null">
2106 <context context-type="linenumber">29</context> 2180 <context context-type="linenumber">29</context>
2107 </context-group> 2181 </context-group>
2108 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2182
2109 </trans-unit> 2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2110 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2184 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2111 <source>Add this caption</source> 2185 <source>Add this caption</source>
2112 <target>Képaláírás hozzáadása</target> 2186 <target>Képaláírás hozzáadása</target>
2113 <context-group name="null"> 2187 <context-group name="null">
2114 <context context-type="linenumber">40</context> 2188 <context context-type="linenumber">40</context>
2115 </context-group> 2189 </context-group>
2116 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2190
2117 </trans-unit> 2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2118 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2192 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2119 <source>Title</source> 2193 <source>Title</source>
2120 <target>Cím</target> 2194 <target>Cím</target>
@@ -2133,8 +2207,12 @@
2133 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2207 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2134 </trans-unit> 2208 </trans-unit>
2135 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2209 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2136 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2210 <source>
2137 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target> 2211 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2212 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2213 Press Enter to add a new tag.
2214 </source>
2215 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target>
2138 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2139 </trans-unit> 2217 </trans-unit>
2140 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2218 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2294,7 +2372,7 @@
2294 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2372 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2295 </trans-unit> 2373 </trans-unit>
2296 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2374 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2297 <source>Already uploaded ✔</source> 2375 <source>Already uploaded ✔</source>
2298 <target>Már fel van töltve ✔</target> 2376 <target>Már fel van töltve ✔</target>
2299 <context-group name="null"> 2377 <context-group name="null">
2300 <context context-type="linenumber">179</context> 2378 <context context-type="linenumber">179</context>
@@ -2420,8 +2498,12 @@
2420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2498 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2421 </trans-unit> 2499 </trans-unit>
2422 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2500 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2423 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2501 <source>
2424 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target> 2502 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>"/>
2503 or URL that points to a raw MP4 file.
2504 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.
2505 </source>
2506 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target>
2425 <context-group purpose="location"> 2507 <context-group purpose="location">
2426 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2508 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2427 <context context-type="linenumber">10</context> 2509 <context context-type="linenumber">10</context>
@@ -2478,8 +2560,12 @@
2478 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2479 </trans-unit> 2561 </trans-unit>
2480 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2562 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2481 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2563 <source>
2482 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target> 2564 Image that will be merged with your audio file.
2565 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2566 The chosen image will be definitive and cannot be modified.
2567 </source>
2568 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target>
2483 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2569 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2484 </trans-unit> 2570 </trans-unit>
2485 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2571 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2542,7 +2628,10 @@
2542 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2628 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2543 </trans-unit> 2629 </trans-unit>
2544 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2630 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2545 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2631 <source>
2632 You can import any torrent file that points to a mp4 file.
2633 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.
2634 </source>
2546 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target> 2635 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target>
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2636 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2548 </trans-unit> 2637 </trans-unit>
@@ -2555,8 +2644,12 @@
2555 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2556 </trans-unit> 2645 </trans-unit>
2557 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2646 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2558 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2647 <source>
2559 <target state="translated">Azt ajánljuk, hogy ne használja a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a videói feltöltéséhez. </target> 2648 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2649 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2650 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2651 </source>
2652 <target state="translated">Azt ajánljuk, hogy ne használja a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a videói feltöltéséhez. </target>
2560 <context-group purpose="location"> 2653 <context-group purpose="location">
2561 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2654 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2562 <context context-type="linenumber">2</context> 2655 <context context-type="linenumber">2</context>
@@ -2774,16 +2867,16 @@
2774 <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> 2867 <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>
2775 </trans-unit> 2868 </trans-unit>
2776 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2869 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2777 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2870 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2778 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2871 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2779 <context-group purpose="location"> 2872 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2873 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2781 <context context-type="linenumber">45</context> 2874 <context context-type="linenumber">45</context>
2782 </context-group> 2875 </context-group>
2783 </trans-unit> 2876 </trans-unit>
2784 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2877 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2785 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2878 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2786 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2879 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2787 <context-group purpose="location"> 2880 <context-group purpose="location">
2788 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2881 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2789 <context context-type="linenumber">56</context> 2882 <context context-type="linenumber">56</context>
@@ -2949,11 +3042,11 @@
2949 <context-group name="null"> 3042 <context-group name="null">
2950 <context context-type="linenumber">215</context> 3043 <context context-type="linenumber">215</context>
2951 </context-group> 3044 </context-group>
2952 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3045
2953 <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">21</context></context-group> 3046
2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3047
2955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3048
2956 </trans-unit> 3049 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2957 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3050 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2958 <source>Get more information</source> 3051 <source>Get more information</source>
2959 <target>További információk szerzése</target> 3052 <target>További információk szerzése</target>
@@ -3074,7 +3167,11 @@
3074 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3075 </trans-unit> 3168 </trans-unit>
3076 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3169 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3077 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3170 <source>
3171 You can comment using an account on any ActivityPub-compatible instance.
3172 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3173 from within the software's interface.
3174 </source>
3078 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target> 3175 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target>
3079 <context-group purpose="location"> 3176 <context-group purpose="location">
3080 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3177 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3152,20 +3249,47 @@
3152 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3249 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3153 <source>Follow domain</source> 3250 <source>Follow domain</source>
3154 <target state="translated">Tartomány követése</target> 3251 <target state="translated">Tartomány követése</target>
3155 <context-group purpose="location"> 3252
3156 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3253 <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>
3157 <context context-type="linenumber">15</context>
3158 </context-group>
3159 </trans-unit>
3160 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3254 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3161 <source>Filter...</source> 3255 <source>Filter...</source>
3162 <target>Szűrő…</target> 3256 <target>Szűrő…</target>
3163 <context-group name="null"> 3257 <context-group name="null">
3164 <context context-type="linenumber">27</context> 3258 <context context-type="linenumber">27</context>
3165 </context-group> 3259 </context-group>
3166 <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> 3260
3167 <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> 3261
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3262
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3264 <source>Clear filters</source><target state="new">Clear filters</target>
3265 <context-group purpose="location">
3266 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3267 <context context-type="linenumber">15</context>
3268 </context-group>
3269 <context-group purpose="location">
3270 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3271 <context context-type="linenumber">15</context>
3272 </context-group>
3273 <context-group purpose="location">
3274 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3275 <context context-type="linenumber">34</context>
3276 </context-group>
3277 <context-group purpose="location">
3278 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3279 <context context-type="linenumber">16</context>
3280 </context-group>
3281 <context-group purpose="location">
3282 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3283 <context context-type="linenumber">31</context>
3284 </context-group>
3285 <context-group purpose="location">
3286 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3287 <context context-type="linenumber">15</context>
3288 </context-group>
3289 <context-group purpose="location">
3290 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3291 <context context-type="linenumber">15</context>
3292 </context-group>
3169 </trans-unit> 3293 </trans-unit>
3170 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3294 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3171 <source>ID</source> 3295 <source>ID</source>
@@ -3178,17 +3302,17 @@
3178 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3302 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3179 <source>Follower handle</source> 3303 <source>Follower handle</source>
3180 <target state="translated">Követőkezelő</target> 3304 <target state="translated">Követőkezelő</target>
3181 <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> 3305
3182 </trans-unit> 3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3183 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3307 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3184 <source>State</source> 3308 <source>State</source>
3185 <target>Állapot</target> 3309 <target>Állapot</target>
3186 <context-group name="null"> 3310 <context-group name="null">
3187 <context context-type="linenumber">10</context> 3311 <context context-type="linenumber">10</context>
3188 </context-group> 3312 </context-group>
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3313
3190 <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> 3314
3191 </trans-unit> 3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3192 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3316 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3193 <source>Delayed.</source> 3317 <source>Delayed.</source>
3194 <target state="translated">Késleltetett.</target> 3318 <target state="translated">Késleltetett.</target>
@@ -3215,50 +3339,68 @@
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3216 </trans-unit> 3340 </trans-unit>
3217 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3341 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3218 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3342 <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>
3219 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3343 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3220 <context-group name="null"> 3344 <context-group name="null">
3221 <context context-type="linenumber">11</context> 3345 <context context-type="linenumber">11</context>
3222 </context-group> 3346 </context-group>
3223 <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> 3347
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3348
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3349
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3350
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3351
3228 <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> 3352
3229 </trans-unit> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3230 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3354 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3231 <source>Accepted</source> 3355 <source>Accepted</source>
3232 <target>Elfogadva</target> 3356 <target>Elfogadva</target>
3233 <context-group name="null"> 3357 <context-group name="null">
3234 <context context-type="linenumber">32</context> 3358 <context context-type="linenumber">32</context>
3235 </context-group> 3359 </context-group>
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3360
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3361
3238 </trans-unit> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3239 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3363 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3240 <source>Pending</source> 3364 <source>Pending</source>
3241 <target>Függőben</target> 3365 <target>Függőben</target>
3242 <context-group name="null"> 3366 <context-group name="null">
3243 <context context-type="linenumber">33</context> 3367 <context context-type="linenumber">33</context>
3244 </context-group> 3368 </context-group>
3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3369
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3370
3247 </trans-unit> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3248 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3372 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3249 <source>Accept</source> 3373 <source>Accept</source>
3250 <target state="translated">Elfogadás</target> 3374 <target state="translated">Elfogadás</target>
3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3375
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3376
3253 </trans-unit> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3254 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3378 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3255 <source>Refuse</source> 3379 <source>Refuse</source>
3256 <target>Visszautasítás</target> 3380 <target>Visszautasítás</target>
3257 <context-group name="null"> 3381 <context-group name="null">
3258 <context context-type="linenumber">42</context> 3382 <context context-type="linenumber">42</context>
3259 </context-group> 3383 </context-group>
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3384
3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3385
3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3387 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3388 <context-group purpose="location">
3389 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3390 <context context-type="linenumber">55</context>
3391 </context-group>
3392 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3393 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3394 <context-group purpose="location">
3395 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3396 <context context-type="linenumber">56</context>
3397 </context-group>
3398 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3399 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3400 <context-group purpose="location">
3401 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3402 <context context-type="linenumber">5</context>
3403 </context-group>
3262 </trans-unit> 3404 </trans-unit>
3263 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3405 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3264 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3406 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3271,21 +3413,46 @@
3271 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3413 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3272 <source>Host</source> 3414 <source>Host</source>
3273 <target state="translated">Gép</target> 3415 <target state="translated">Gép</target>
3274 <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> 3416
3275 </trans-unit> 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3276 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3418 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3277 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3419 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3278 <target state="translated">Redundancia megengedett <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3420 <target state="translated">Redundancia megengedett <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3421
3280 </trans-unit> 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3281 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3423 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3282 <source>Follow domains</source>
3283 <target state="translated">Tartományok követése</target>
3284 <context-group purpose="location"> 3424 <context-group purpose="location">
3285 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3425 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3286 <context context-type="linenumber">50</context> 3426 <context context-type="linenumber">37</context>
3427 </context-group>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3430 <context context-type="linenumber">35</context>
3431 </context-group>
3432 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3433 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3436 <context context-type="linenumber">62</context>
3437 </context-group>
3438 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3439 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3440 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3442 <context context-type="linenumber">63</context>
3443 </context-group>
3444 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3445 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3446 <context-group purpose="location">
3447 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3448 <context context-type="linenumber">5</context>
3287 </context-group> 3449 </context-group>
3288 </trans-unit> 3450 </trans-unit>
3451 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3452 <source>Follow domains</source>
3453 <target state="translated">Tartományok követése</target>
3454
3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3289 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3456 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3290 <source>My videos duplicated by remote instances</source> 3457 <source>My videos duplicated by remote instances</source>
3291 <target state="translated">Távoli példányok által kettőzött saját videók</target> 3458 <target state="translated">Távoli példányok által kettőzött saját videók</target>
@@ -3356,13 +3523,16 @@
3356 <context-group name="null"> 3523 <context-group name="null">
3357 <context context-type="linenumber">43</context> 3524 <context context-type="linenumber">43</context>
3358 </context-group> 3525 </context-group>
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3526
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3527
3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3528
3362 </trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3363 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3530 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3364 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3531 <source>
3365 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> mennyiséget tölthet fel. </target> 3532 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3533 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3534 </source>
3535 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> mennyiséget tölthet fel. </target>
3366 <context-group purpose="location"> 3536 <context-group purpose="location">
3367 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3537 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3368 <context context-type="linenumber">148</context> 3538 <context context-type="linenumber">148</context>
@@ -3448,65 +3618,59 @@
3448 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3618 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3449 <source>Batch actions</source> 3619 <source>Batch actions</source>
3450 <target state="translated">Kötegelt műveletek</target> 3620 <target state="translated">Kötegelt műveletek</target>
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3621
3452 </trans-unit> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3453 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3623 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3454 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3624 <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>
3455 <target>Felhasználónév <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3625 <target>Felhasználónév <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3456 <context-group name="null"> 3626 <context-group name="null">
3457 <context context-type="linenumber">40</context> 3627 <context context-type="linenumber">40</context>
3458 </context-group> 3628 </context-group>
3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3629
3460 </trans-unit> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3461 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3631 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3462 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3632 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3463 <target state="translated">Videokvóta <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3633 <target state="translated">Videokvóta <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3464 <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> 3634
3465 </trans-unit> 3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3466 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3636 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3467 <source>(banned)</source> 3637 <source>(banned)</source>
3468 <target>(kitiltva)</target> 3638 <target>(kitiltva)</target>
3469 <context-group name="null"> 3639 <context-group name="null">
3470 <context context-type="linenumber">65</context> 3640 <context context-type="linenumber">65</context>
3471 </context-group> 3641 </context-group>
3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3642
3473 </trans-unit> 3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3474 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3644 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3475 <source>Open account in a new tab</source> 3645 <source>Open account in a new tab</source>
3476 <target state="translated">Fiók megnyitása új lapon</target> 3646 <target state="translated">Fiók megnyitása új lapon</target>
3477 <context-group purpose="location"> 3647
3478 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3648
3479 <context context-type="linenumber">65</context> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3480 </context-group>
3481 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3483 <context context-type="linenumber">27</context>
3484 </context-group>
3485 </trans-unit>
3486 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3650 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3487 <source>User's email must be verified to login</source> 3651 <source>User's email must be verified to login</source>
3488 <target>A felhasználó e-mail-címét ellenőrizni kell a bejelentkezéshez</target> 3652 <target>A felhasználó e-mail-címét ellenőrizni kell a bejelentkezéshez</target>
3489 <context-group name="null"> 3653 <context-group name="null">
3490 <context context-type="linenumber">72</context> 3654 <context context-type="linenumber">72</context>
3491 </context-group> 3655 </context-group>
3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3656
3493 </trans-unit> 3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3494 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3658 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3495 <source>User's email is verified / User can login without email verification</source> 3659 <source>User's email is verified / User can login without email verification</source>
3496 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target> 3660 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target>
3497 <context-group name="null"> 3661 <context-group name="null">
3498 <context context-type="linenumber">76</context> 3662 <context context-type="linenumber">76</context>
3499 </context-group> 3663 </context-group>
3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3664
3501 </trans-unit> 3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3502 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3666 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3503 <source>Ban reason:</source> 3667 <source>Ban reason:</source>
3504 <target>Kitiltás indoka:</target> 3668 <target>Kitiltás indoka:</target>
3505 <context-group name="null"> 3669 <context-group name="null">
3506 <context context-type="linenumber">95</context> 3670 <context context-type="linenumber">95</context>
3507 </context-group> 3671 </context-group>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3672
3509 </trans-unit> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3510 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3674 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3511 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3675 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3512 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target> 3676 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target>
@@ -3565,69 +3729,85 @@
3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3566 </trans-unit> 3730 </trans-unit>
3567 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3731 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3568 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3732 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3569 <target state="translated">Videó <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3733 <target state="translated">Videó <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3570 <context-group purpose="location"> 3734
3571 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3572 <context context-type="linenumber">10</context>
3573 </context-group>
3574 </trans-unit>
3575 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3736 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3576 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3737 <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>
3577 <target>Videó neve <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3738 <target>Videó neve <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3578 <context-group name="null"> 3739 <context-group name="null">
3579 <context context-type="linenumber">8</context> 3740 <context context-type="linenumber">8</context>
3580 </context-group> 3741 </context-group>
3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3742
3582 </trans-unit> 3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3583 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3744 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3584 <source>Video URL</source> 3745 <source>Video URL</source>
3585 <target state="translated">Videó URL</target> 3746 <target state="translated">Videó URL</target>
3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3747
3587 </trans-unit> 3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3588 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3749 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3589 <source>Total size</source> 3750 <source>Total size</source>
3590 <target state="translated">Teljes méret</target> 3751 <target state="translated">Teljes méret</target>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3752
3592 </trans-unit> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3593 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3754 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3594 <source>List redundancies</source> 3755 <source>List redundancies</source>
3595 <target state="translated">Redundanciák felsorolása</target> 3756 <target state="translated">Redundanciák felsorolása</target>
3757
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3759 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3596 <context-group purpose="location"> 3760 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3761 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3598 <context context-type="linenumber">33</context> 3762 <context context-type="linenumber">77</context>
3763 </context-group>
3764 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3765 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3766 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3768 <context context-type="linenumber">78</context>
3599 </context-group> 3769 </context-group>
3600 </trans-unit> 3770 </trans-unit>
3601 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3771 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3602 <source>Enabled strategies stats</source> 3772 <source>Enabled strategies stats</source>
3603 <target state="translated">Stratégiák statisztikái engedélyezve</target> 3773 <target state="translated">Stratégiák statisztikái engedélyezve</target>
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3774
3605 </trans-unit> 3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3606 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3776 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3607 <source>No redundancy strategy is enabled on your instance.</source> 3777 <source>No redundancy strategy is enabled on your instance.</source>
3608 <target state="translated">Nincs redundanciás stratégia engedélyezve az Ön példányán.</target> 3778 <target state="translated">Nincs redundanciás stratégia engedélyezve az Ön példányán.</target>
3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3779
3610 </trans-unit> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3611 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3781 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3612 <source>Sensitive</source> 3782 <source>Sensitive</source>
3613 <target>Érzékeny</target> 3783 <target>Érzékeny</target>
3614 <context-group name="null"> 3784 <context-group name="null">
3615 <context context-type="linenumber">9</context> 3785 <context context-type="linenumber">9</context>
3616 </context-group> 3786 </context-group>
3617 <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">11</context></context-group> 3787
3618 </trans-unit> 3788 <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">25</context></context-group></trans-unit>
3619 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3789 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3620 <source>Unfederated</source> 3790 <source>Unfederated</source>
3621 <target state="translated">Nincs föderálva</target> 3791 <target state="translated">Nincs föderálva</target>
3622 <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">12</context></context-group> 3792
3623 </trans-unit> 3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3624 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3794 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3625 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3795 <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>
3626 <target>Dátum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3796 <target>Dátum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3627 <context-group name="null"> 3797 <context-group name="null">
3628 <context context-type="linenumber">11</context> 3798 <context context-type="linenumber">11</context>
3629 </context-group> 3799 </context-group>
3630 <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">13</context></context-group> 3800
3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3802 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3805 <context context-type="linenumber">50</context>
3806 </context-group>
3807 <context-group purpose="location">
3808 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3809 <context context-type="linenumber">89</context>
3810 </context-group>
3631 </trans-unit> 3811 </trans-unit>
3632 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3812 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3633 <source>Go to the video</source> 3813 <source>Go to the video</source>
@@ -3635,25 +3815,37 @@
3635 <context-group name="null"> 3815 <context-group name="null">
3636 <context context-type="linenumber">33</context> 3816 <context context-type="linenumber">33</context>
3637 </context-group> 3817 </context-group>
3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">28</context></context-group> 3818
3639 <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">33</context></context-group> 3819
3640 </trans-unit> 3820 <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">33</context></context-group></trans-unit>
3641 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3821 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3642 <source>Actions</source> 3822 <source>Actions</source>
3643 <target>Műveletek</target> 3823 <target>Műveletek</target>
3644 <context-group name="null"> 3824 <context-group name="null">
3645 <context context-type="linenumber">44</context> 3825 <context context-type="linenumber">44</context>
3646 </context-group> 3826 </context-group>
3647 <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">38</context></context-group> 3827
3648 <context-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> 3828
3649 </trans-unit> 3829 <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">72</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">123</context></context-group></trans-unit>
3650 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3830 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3651 <source>Blacklist reason:</source> 3831 <source>Blacklist reason:</source>
3652 <target>Feketelista indoka:</target> 3832 <target>Feketelista indoka:</target>
3653 <context-group name="null"> 3833 <context-group name="null">
3654 <context context-type="linenumber">43</context> 3834 <context context-type="linenumber">43</context>
3655 </context-group> 3835 </context-group>
3656 <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">46</context></context-group> 3836
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3838 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3839 <context-group purpose="location">
3840 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3841 <context context-type="linenumber">93</context>
3842 </context-group>
3843 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3844 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3845 <context-group purpose="location">
3846 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3847 <context context-type="linenumber">94</context>
3848 </context-group>
3657 </trans-unit> 3849 </trans-unit>
3658 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3850 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3659 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3851 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3686,6 +3878,42 @@
3686 <context context-type="linenumber">26</context> 3878 <context context-type="linenumber">26</context>
3687 </context-group> 3879 </context-group>
3688 <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">31</context></context-group> 3880 <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">31</context></context-group>
3881 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3882 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3883 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3885 <context context-type="linenumber">18</context>
3886 </context-group>
3887 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3888 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3889 <context-group purpose="location">
3890 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3891 <context context-type="linenumber">19</context>
3892 </context-group>
3893 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3894 <source>Accepted reports</source><target state="new">Accepted reports</target>
3895 <context-group purpose="location">
3896 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3897 <context context-type="linenumber">20</context>
3898 </context-group>
3899 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3900 <source>Refused reports</source><target state="new">Refused reports</target>
3901 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3903 <context context-type="linenumber">21</context>
3904 </context-group>
3905 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3906 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3907 <context-group purpose="location">
3908 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3909 <context context-type="linenumber">22</context>
3910 </context-group>
3911 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3912 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3913 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3915 <context context-type="linenumber">23</context>
3916 </context-group>
3689 </trans-unit> 3917 </trans-unit>
3690 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3918 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3691 <source>Reporter</source> 3919 <source>Reporter</source>
@@ -3693,44 +3921,72 @@
3693 <context-group name="null"> 3921 <context-group name="null">
3694 <context context-type="linenumber">8</context> 3922 <context context-type="linenumber">8</context>
3695 </context-group> 3923 </context-group>
3696 <context-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> 3924
3697 </trans-unit> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3698 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3926 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3699 <source>Video</source> 3927 <source>Video</source>
3700 <target>Videó</target> 3928 <target>Videó</target>
3701 <context-group name="null"> 3929 <context-group name="null">
3702 <context context-type="linenumber">9</context> 3930 <context context-type="linenumber">9</context>
3703 </context-group> 3931 </context-group>
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 3932
3705 <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> 3933
3706 <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> 3934
3707 </trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3708 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3936 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3709 <source>Open video in a new tab</source>
3710 <target state="translated">Videó megnyitása új lapon</target>
3711 <context-group purpose="location"> 3937 <context-group purpose="location">
3712 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3938 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3713 <context context-type="linenumber">46</context> 3939 <context context-type="linenumber">80</context>
3940 </context-group>
3941 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3942 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3943 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3945 <context context-type="linenumber">91</context>
3946 </context-group>
3947 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3949 <context context-type="linenumber">107</context>
3950 </context-group>
3951 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3952 <source>Video was deleted</source><target state="new">Video was deleted</target>
3953 <context-group purpose="location">
3954 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3955 <context context-type="linenumber">98</context>
3956 </context-group>
3957 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3958 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3959 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3961 <context context-type="linenumber">141</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3964 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3965 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3967 <context context-type="linenumber">142</context>
3714 </context-group> 3968 </context-group>
3715 </trans-unit> 3969 </trans-unit>
3970 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3971 <source>Open video in a new tab</source>
3972 <target state="translated">Videó megnyitása új lapon</target>
3973
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3716 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3975 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3717 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3976 <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>
3718 <target>Állapot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3977 <target>Állapot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3719 <context-group name="null"> 3978 <context-group name="null">
3720 <context context-type="linenumber">11</context> 3979 <context context-type="linenumber">11</context>
3721 </context-group> 3980 </context-group>
3722 <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> 3981
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 3982
3724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 3983
3725 </trans-unit> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3726 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3985 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3727 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3986 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3728 <target state="translated">Pontszám <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3987 <target state="translated">Pontszám <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3729 <context-group purpose="location"> 3988
3730 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3731 <context context-type="linenumber">18</context>
3732 </context-group>
3733 </trans-unit>
3734 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3990 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3735 <source>Go to the account</source> 3991 <source>Go to the account</source>
3736 <target>Ugrás a fiókhoz</target> 3992 <target>Ugrás a fiókhoz</target>
@@ -3739,22 +3995,8 @@
3739 </context-group> 3995 </context-group>
3740 <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">27</context></context-group> 3996 <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">27</context></context-group>
3741 </trans-unit> 3997 </trans-unit>
3742 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3998
3743 <source>Reason:</source> 3999
3744 <target>Indok:</target>
3745 <context-group name="null">
3746 <context context-type="linenumber">53</context>
3747 </context-group>
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3749 </trans-unit>
3750 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3751 <source>Note:</source>
3752 <target state="translated">Jegyzet:</target>
3753 <context-group purpose="location">
3754 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3755 <context context-type="linenumber">72</context>
3756 </context-group>
3757 </trans-unit>
3758 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4000 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3759 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4001 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3760 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> jelentés megjelenítése</target> 4002 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> jelentés megjelenítése</target>
@@ -3762,6 +4004,50 @@
3762 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4004 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3763 <context context-type="linenumber">5</context> 4005 <context context-type="linenumber">5</context>
3764 </context-group> 4006 </context-group>
4007 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4008 <source>
4009 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4010 </source><target state="new">
4011 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4012 </target>
4013 <context-group purpose="location">
4014 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4015 <context context-type="linenumber">20</context>
4016 </context-group>
4017 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4018 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4019 <context-group purpose="location">
4020 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4021 <context context-type="linenumber">21</context>
4022 </context-group>
4023 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4024 <source>Reportee</source><target state="new">Reportee</target>
4025 <context-group purpose="location">
4026 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4027 <context context-type="linenumber">27</context>
4028 </context-group>
4029 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4030 <source>
4031 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4032 </source><target state="new">
4033 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4034 </target>
4035 <context-group purpose="location">
4036 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4037 <context context-type="linenumber">40</context>
4038 </context-group>
4039 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4040 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4041 <context-group purpose="location">
4042 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4043 <context context-type="linenumber">41</context>
4044 </context-group>
4045 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4046 <source>Updated</source><target state="new">Updated</target>
4047 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4049 <context context-type="linenumber">47</context>
4050 </context-group>
3765 </trans-unit> 4051 </trans-unit>
3766 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4052 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3767 <source>Unblacklist</source> 4053 <source>Unblacklist</source>
@@ -3775,42 +4061,51 @@
3775 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4061 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3776 <source>Mute domain</source> 4062 <source>Mute domain</source>
3777 <target state="translated">Tartomány némítása</target> 4063 <target state="translated">Tartomány némítása</target>
3778 <context-group purpose="location"> 4064
3779 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4065 <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></trans-unit>
3780 <context context-type="linenumber">11</context>
3781 </context-group>
3782 </trans-unit>
3783 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4066 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3784 <source>Instance</source> 4067 <source>Instance</source>
3785 <target>Példány</target> 4068 <target>Példány</target>
3786 <context-group name="null"> 4069 <context-group name="null">
3787 <context context-type="linenumber">5</context> 4070 <context context-type="linenumber">5</context>
3788 </context-group> 4071 </context-group>
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4072
3790 <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> 4073
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4074
3792 </trans-unit> 4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3793 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4076 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3794 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4077 <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>
3795 <target>Némítás ideje: <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4078 <target>Némítás ideje: <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3796 <context-group name="null"> 4079 <context-group name="null">
3797 <context context-type="linenumber">13</context> 4080 <context context-type="linenumber">13</context>
3798 </context-group> 4081 </context-group>
3799 <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> 4082
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4083
3801 <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> 4084
3802 <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> 4085
3803 </trans-unit> 4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3804 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4087 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3805 <source>Unmute</source> 4088 <source>Unmute</source>
3806 <target>Némítás visszavonása</target> 4089 <target>Némítás visszavonása</target>
3807 <context-group name="null"> 4090 <context-group name="null">
3808 <context context-type="linenumber">23</context> 4091 <context context-type="linenumber">23</context>
3809 </context-group> 4092 </context-group>
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4093
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4094
3812 <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">23</context></context-group> 4095
3813 <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> 4096
4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4098 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4099 <context-group purpose="location">
4100 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4101 <context context-type="linenumber">51</context>
4102 </context-group>
4103 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4104 <source>No server found.</source><target state="new">No server found.</target>
4105 <context-group purpose="location">
4106 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4107 <context context-type="linenumber">52</context>
4108 </context-group>
3814 </trans-unit> 4109 </trans-unit>
3815 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4110 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3816 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4111 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3823,27 +4118,33 @@
3823 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4118 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3824 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4119 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3825 <target state="translated">Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen.</target> 4120 <target state="translated">Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen.</target>
3826 <context-group purpose="location"> 4121
3827 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3828 <context context-type="linenumber">37</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4123 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3832 <source>Mute domains</source> 4124 <source>Mute domains</source>
3833 <target state="translated">Tartományok némítása</target> 4125 <target state="translated">Tartományok némítása</target>
3834 <context-group purpose="location"> 4126
3835 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3836 <context context-type="linenumber">35</context>
3837 </context-group>
3838 </trans-unit>
3839 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4128 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3840 <source>Account</source> 4129 <source>Account</source>
3841 <target>Fiók</target> 4130 <target>Fiók</target>
3842 <context-group name="null"> 4131 <context-group name="null">
3843 <context context-type="linenumber">12</context> 4132 <context context-type="linenumber">12</context>
3844 </context-group> 4133 </context-group>
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4134
3846 <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> 4135
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4137 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4138 <context-group purpose="location">
4139 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4140 <context context-type="linenumber">58</context>
4141 </context-group>
4142 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4143 <source>No account found.</source><target state="new">No account found.</target>
4144 <context-group purpose="location">
4145 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4146 <context context-type="linenumber">59</context>
4147 </context-group>
3847 </trans-unit> 4148 </trans-unit>
3848 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4149 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4150 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -3961,8 +4262,8 @@
3961 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4262 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3962 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4263 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3963 <target state="translated">Ez a(z) <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> nem rendelkezik beállításokkal. </target> 4264 <target state="translated">Ez a(z) <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> nem rendelkezik beállításokkal. </target>
3964 <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">29</context></context-group> 4265
3965 </trans-unit> 4266 <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">47</context></context-group></trans-unit>
3966 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4267 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3967 <source>System</source> 4268 <source>System</source>
3968 <target state="translated">Rendszer</target> 4269 <target state="translated">Rendszer</target>
@@ -4027,7 +4328,7 @@
4027 </context-group> 4328 </context-group>
4028 </trans-unit> 4329 </trans-unit>
4029 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4330 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4030 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4331 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4031 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target> 4332 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target>
4032 <context-group purpose="location"> 4333 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4334 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
@@ -4070,8 +4371,8 @@
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4071 </trans-unit> 4372 </trans-unit>
4072 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4373 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4073 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4374 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4074 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target> 4375 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target>
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4076 </trans-unit> 4377 </trans-unit>
4077 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4378 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4110,8 +4411,8 @@
4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4111 </trans-unit> 4412 </trans-unit>
4112 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4413 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4113 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4414 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4114 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése egy moderáló csapat összeállításához. </target> 4415 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése egy moderáló csapat összeállításához. </target>
4115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4116 </trans-unit> 4417 </trans-unit>
4117 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4418 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4120,8 +4421,11 @@
4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4121 </trans-unit> 4422 </trans-unit>
4122 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4423 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4123 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4424 <source>
4124 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target> 4425 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/>"/>
4426 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4427 </source>
4428 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target>
4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4126 </trans-unit> 4430 </trans-unit>
4127 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4431 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4133,8 +4437,8 @@
4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4134 </trans-unit> 4438 </trans-unit>
4135 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4439 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4136 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4440 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4137 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 4441 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4139 </trans-unit> 4443 </trans-unit>
4140 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4444 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4168,8 +4472,8 @@
4168 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4472 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4169 <source>Strategy</source> 4473 <source>Strategy</source>
4170 <target state="translated">Stratégia</target> 4474 <target state="translated">Stratégia</target>
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4475
4172 </trans-unit> 4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4173 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4477 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4174 <source>Terms</source> 4478 <source>Terms</source>
4175 <target>Használati feltételek</target> 4479 <target>Használati feltételek</target>
@@ -4270,8 +4574,8 @@
4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4271 </trans-unit> 4575 </trans-unit>
4272 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4576 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4273 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4577 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4274 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4578 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4276 </trans-unit> 4580 </trans-unit>
4277 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4581 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4318,8 +4622,8 @@
4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4319 </trans-unit> 4623 </trans-unit>
4320 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4624 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4321 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4625 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4322 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése a kvótáik egyénileg történő beállításához. </target> 4626 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése a kvótáik egyénileg történő beállításához. </target>
4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4324 </trans-unit> 4628 </trans-unit>
4325 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4629 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4488,8 +4792,8 @@
4488 <context-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> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4489 </trans-unit> 4793 </trans-unit>
4490 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4794 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4491 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4795 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4492 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése más példányokkal. </target> 4796 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése más példányokkal. </target>
4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4494 </trans-unit> 4798 </trans-unit>
4495 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4799 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4508,8 +4812,8 @@
4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4509 </trans-unit> 4813 </trans-unit>
4510 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4814 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4511 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4815 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4512 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4816 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4513 <context-group purpose="location"> 4817 <context-group purpose="location">
4514 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4818 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4515 <context context-type="linenumber">450</context> 4819 <context context-type="linenumber">450</context>
@@ -4599,8 +4903,14 @@
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4600 </trans-unit> 4904 </trans-unit>
4601 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4905 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4602 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4906 <source>
4603 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </target> 4907 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/>"/>
4908 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/>"/>
4909 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4910 <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>"/>
4911 to see if you instance is whitelisted.
4912 </source>
4913 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </target>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4605 </trans-unit> 4915 </trans-unit>
4606 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4916 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4617,7 +4927,10 @@
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4618 </trans-unit> 4928 </trans-unit>
4619 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4929 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4620 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4930 <source>
4931 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4932 resources, this is a critical part of PeerTube, so tread carefully.
4933 </source>
4621 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target> 4934 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target>
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4623 </trans-unit> 4936 </trans-unit>
@@ -4661,8 +4974,16 @@
4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4662 </trans-unit> 4975 </trans-unit>
4663 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4976 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4664 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 4977 <source>
4665 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4978 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4979
4980 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4981
4982 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4983
4984 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4985 </source>
4986 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4667 </trans-unit> 4988 </trans-unit>
4668 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4989 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4671,8 +4992,19 @@
4671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4672 </trans-unit> 4993 </trans-unit>
4673 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4994 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4674 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4995 <source>
4675 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Az ffmpeg &gt;= 4.1 szükséges<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>A felbontás megváltoztatása simább<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Gyorsabb lejátszás, különösen hosszú videóknál<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4996 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4997
4998 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4999 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5000 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5001 <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>"/>
5002 <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>"/>
5003 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5004
5005 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5006 </source>
5007 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Az ffmpeg >= 4.1 szükséges<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>A felbontás megváltoztatása simább<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Gyorsabb lejátszás, különösen hosszú videóknál<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4677 </trans-unit> 5009 </trans-unit>
4678 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5010 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
@@ -4732,13 +5064,24 @@
4732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4733 </trans-unit> 5065 </trans-unit>
4734 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5066 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4735 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5067 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4736 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5068 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4738 </trans-unit> 5070 </trans-unit>
4739 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5071 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4740 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5072 <source>
4741 <target state="translated">A CSS kód közvetlen írása. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Tegye elé a <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> azonosítót a stílusok felülírásához. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5073 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/>"/>
5074 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5075 color: red;
5076 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5077 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5078 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5079 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5080 color: red;
5081 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5082 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5083 </source>
5084 <target state="translated">A CSS kód közvetlen írása. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Tegye elé a <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> azonosítót a stílusok felülírásához. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4743 </trans-unit> 5086 </trans-unit>
4744 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5087 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4928,8 +5271,8 @@
4928 <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> 5271 <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>
4929 </trans-unit> 5272 </trans-unit>
4930 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5273 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4931 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5274 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4932 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 5275 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
4933 <context-group purpose="location"> 5276 <context-group purpose="location">
4934 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5277 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4935 <context context-type="linenumber">6</context> 5278 <context context-type="linenumber">6</context>
@@ -4958,16 +5301,16 @@
4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
4959 </trans-unit> 5302 </trans-unit>
4960 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5303 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4961 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5304 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4962 <target state="translated">A jelenlegi e-mail-címe <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 5305 <target state="translated">A jelenlegi e-mail-címe <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4963 <context-group purpose="location"> 5306 <context-group purpose="location">
4964 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5307 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4965 <context context-type="linenumber">4</context> 5308 <context context-type="linenumber">4</context>
4966 </context-group> 5309 </context-group>
4967 </trans-unit> 5310 </trans-unit>
4968 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5311 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4969 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5312 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4970 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> e-mail ellenőrzésre vár </target> 5313 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> e-mail ellenőrzésre vár </target>
4971 <context-group purpose="location"> 5314 <context-group purpose="location">
4972 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5315 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4973 <context context-type="linenumber">8</context> 5316 <context context-type="linenumber">8</context>
@@ -5039,8 +5382,8 @@
5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5040 </trans-unit> 5383 </trans-unit>
5041 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5384 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5042 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5385 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5043 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5386 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5044 <context-group purpose="location"> 5387 <context-group purpose="location">
5045 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5388 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5046 <context context-type="linenumber">2</context> 5389 <context context-type="linenumber">2</context>
@@ -5076,8 +5419,11 @@
5076 <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> 5419 <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>
5077 </trans-unit> 5420 </trans-unit>
5078 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5421 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5079 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5422 <source>
5080 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </target> 5423 Created
5424 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5425 </source>
5426 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> </target>
5081 <context-group name="null"> 5427 <context-group name="null">
5082 <context context-type="linenumber">15</context> 5428 <context context-type="linenumber">15</context>
5083 </context-group> 5429 </context-group>
@@ -5148,8 +5494,9 @@
5148 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5494 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5149 </trans-unit> 5495 </trans-unit>
5150 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5496 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5151 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5497 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5152 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br /&gt;&lt;br /&gt; Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target> 5498 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5499 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br />&lt;br /> Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target>
5153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5154 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5501 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5155 </trans-unit> 5502 </trans-unit>
@@ -5173,24 +5520,18 @@
5173 <context-group name="null"> 5520 <context-group name="null">
5174 <context context-type="linenumber">8</context> 5521 <context context-type="linenumber">8</context>
5175 </context-group> 5522 </context-group>
5176 <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> 5523
5177 </trans-unit> 5524 <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>
5178 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5525 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5179 <source>See the error</source> 5526 <source>See the error</source>
5180 <target state="translated">A hiba megtekintése</target> 5527 <target state="translated">A hiba megtekintése</target>
5181 <context-group purpose="location"> 5528
5182 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5529 <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">20</context></context-group></trans-unit>
5183 <context context-type="linenumber">19</context>
5184 </context-group>
5185 </trans-unit>
5186 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5530 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5187 <source>This video was deleted</source> 5531 <source>This video was deleted</source>
5188 <target state="translated">Ezt a videót törölték</target> 5532 <target state="translated">Ezt a videót törölték</target>
5189 <context-group purpose="location"> 5533
5190 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5534 <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">37</context></context-group></trans-unit>
5191 <context context-type="linenumber">36</context>
5192 </context-group>
5193 </trans-unit>
5194 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5535 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5195 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5536 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5196 <target state="translated">Ha egyszer törli a fiókját, nincs visszaút. Ezt a műveletet meg is kell erősítenie.</target> 5537 <target state="translated">Ha egyszer törli a fiókját, nincs visszaút. Ezt a műveletet meg is kell erősítenie.</target>
@@ -5249,9 +5590,12 @@
5249 </context-group> 5590 </context-group>
5250 </trans-unit> 5591 </trans-unit>
5251 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5592 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5252 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5593 <source>
5594 <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>"/>
5595 Delete history
5596 </source>
5253 <target> 5597 <target>
5254 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5598 <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>"/>
5255 Előzmények törlése 5599 Előzmények törlése
5256 </target> 5600 </target>
5257 <context-group name="null"> 5601 <context-group name="null">
@@ -5268,9 +5612,12 @@
5268 </context-group> 5612 </context-group>
5269 </trans-unit> 5613 </trans-unit>
5270 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5614 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5271 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5615 <source>
5616 <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>"/>
5617 Notification preferences
5618 </source>
5272 <target> 5619 <target>
5273 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5620 <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>"/>
5274 Értesítési beállítások 5621 Értesítési beállítások
5275 </target> 5622 </target>
5276 <context-group name="null"> 5623 <context-group name="null">
@@ -5347,8 +5694,8 @@
5347 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5694 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5348 </trans-unit> 5695 </trans-unit>
5349 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5696 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5350 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5697 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5351 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5698 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5352 <context-group purpose="location"> 5699 <context-group purpose="location">
5353 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5700 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5354 <context context-type="linenumber">2</context> 5701 <context context-type="linenumber">2</context>
@@ -5376,8 +5723,8 @@
5376 </context-group> 5723 </context-group>
5377 </trans-unit> 5724 </trans-unit>
5378 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5725 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5379 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5726 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5380 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5727 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5381 <context-group purpose="location"> 5728 <context-group purpose="location">
5382 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5729 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5383 <context context-type="linenumber">13</context> 5730 <context context-type="linenumber">13</context>
@@ -5823,23 +6170,27 @@
5823 </context-group> 6170 </context-group>
5824 </trans-unit> 6171 </trans-unit>
5825 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6172 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5826 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6173 <source>
5827 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> előírásai szerint. </target> 6174 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6175 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6176 </source>
6177 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> előírásai szerint. </target>
5828 <context-group purpose="location"> 6178 <context-group purpose="location">
5829 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6179 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5830 <context context-type="linenumber">13</context> 6180 <context context-type="linenumber">13</context>
5831 </context-group> 6181 </context-group>
5832 </trans-unit> 6182 </trans-unit>
5833 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6183 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5834 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6184 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5835 <target state="translated">További információkért látogassa meg a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalt. </target> 6185 <target state="translated">További információkért látogassa meg a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalt. </target>
5836 <context-group purpose="location"> 6186 <context-group purpose="location">
5837 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6187 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5838 <context context-type="linenumber">18</context> 6188 <context context-type="linenumber">18</context>
5839 </context-group> 6189 </context-group>
5840 </trans-unit> 6190 </trans-unit>
5841 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6191 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5842 <source>Use PeerTube documentation</source> 6192 <source>Use PeerTube
6193 documentation</source>
5843 <target state="translated">A PeerTube dokumentáció használata</target> 6194 <target state="translated">A PeerTube dokumentáció használata</target>
5844 <context-group purpose="location"> 6195 <context-group purpose="location">
5845 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6196 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5855,7 +6206,8 @@
5855 </context-group> 6206 </context-group>
5856 </trans-unit> 6207 </trans-unit>
5857 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6208 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5858 <source>PeerTube Applications</source> 6209 <source>PeerTube
6210 Applications</source>
5859 <target state="translated">PeerTube alkalmazások</target> 6211 <target state="translated">PeerTube alkalmazások</target>
5860 <context-group purpose="location"> 6212 <context-group purpose="location">
5861 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6213 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5871,7 +6223,8 @@
5871 </context-group> 6223 </context-group>
5872 </trans-unit> 6224 </trans-unit>
5873 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6225 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5874 <source>Contribute on PeerTube</source> 6226 <source>Contribute on
6227 PeerTube</source>
5875 <target state="translated">Közreműködés a PeerTube fejlesztésében</target> 6228 <target state="translated">Közreműködés a PeerTube fejlesztésében</target>
5876 <context-group purpose="location"> 6229 <context-group purpose="location">
5877 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6230 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5895,7 +6248,11 @@
5895 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6248 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5896 </trans-unit> 6249 </trans-unit>
5897 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6250 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5898 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6251 <source>
6252 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6253 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6254 follows applies only if you want to keep using the P2P mode of PeerTube.
6255 </source>
5899 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target> 6256 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target>
5900 <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> 6257 <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>
5901 </trans-unit> 6258 </trans-unit>
@@ -5908,17 +6265,27 @@
5908 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6265 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5909 </trans-unit> 6266 </trans-unit>
5910 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6267 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5911 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6268 <source>
6269 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6270 In practice, this is much more difficult because:
6271 </source>
5912 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target> 6272 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target>
5913 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6273 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5914 </trans-unit> 6274 </trans-unit>
5915 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6275 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5916 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6276 <source>
6277 An HTTP request has to be sent on each tracker for each video to spy.
6278 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6279 </source>
5917 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target> 6280 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target>
5918 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5919 </trans-unit> 6282 </trans-unit>
5920 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6283 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5921 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6284 <source>
6285 For each request sent, the tracker returns random peers at a limited number.
6286 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
6287 requests sent to know every peer in the swarm
6288 </source>
5922 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target> 6289 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target>
5923 <context-group purpose="location"> 6290 <context-group purpose="location">
5924 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6291 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5931,7 +6298,10 @@
5931 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
5932 </trans-unit> 6299 </trans-unit>
5933 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6300 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5934 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6301 <source>
6302 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
6303 video
6304 </source>
5935 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target> 6305 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target>
5936 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
5937 </trans-unit> 6307 </trans-unit>
@@ -5941,12 +6311,21 @@
5941 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6311 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
5942 </trans-unit> 6312 </trans-unit>
5943 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6313 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5944 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6314 <source>
5945 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 6315 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
6316 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6317 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6318 to forward the information to.
6319 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
6320 </source>
6321 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
5946 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6322 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
5947 </trans-unit> 6323 </trans-unit>
5948 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6324 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5949 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6325 <source>
6326 The worst-case scenario of an average person spying on their friends is quite unlikely.
6327 There are much more effective ways to get that kind of information.
6328 </source>
5950 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target> 6329 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target>
5951 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6330 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
5952 </trans-unit> 6331 </trans-unit>
@@ -5959,7 +6338,11 @@
5959 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
5960 </trans-unit> 6339 </trans-unit>
5961 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6340 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
5962 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6341 <source>
6342 The threats to privacy with YouTube are different from PeerTube's.
6343 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6344 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6345 </source>
5963 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target> 6346 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target>
5964 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6347 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
5965 </trans-unit> 6348 </trans-unit>
@@ -5972,7 +6355,12 @@
5972 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6355 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5973 </trans-unit> 6356 </trans-unit>
5974 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6357 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5975 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6358 <source>
6359 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
6360 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6361 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.
6362 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6363 </source>
5976 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target> 6364 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target>
5977 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6365 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
5978 </trans-unit> 6366 </trans-unit>
@@ -5982,7 +6370,10 @@
5982 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6370 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
5983 </trans-unit> 6371 </trans-unit>
5984 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6372 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
5985 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6373 <source>
6374 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6375 and render attacks less likely. Here is what we put in place so far:
6376 </source>
5986 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target> 6377 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target>
5987 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6378 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5988 </trans-unit> 6379 </trans-unit>
@@ -6007,7 +6398,10 @@
6007 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6398 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6008 </trans-unit> 6399 </trans-unit>
6009 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6400 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6010 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6401 <source>
6402 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6403 WebRTC in your browser.
6404 </source>
6011 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target> 6405 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target>
6012 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6406 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6013 </trans-unit> 6407 </trans-unit>
@@ -6044,8 +6438,8 @@
6044 </context-group> 6438 </context-group>
6045 </trans-unit> 6439 </trans-unit>
6046 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6440 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6047 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6441 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6048 <target state="translated">A szoftvert a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> fejleszti</target> 6442 <target state="translated">A szoftvert a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> fejleszti</target>
6049 <context-group purpose="location"> 6443 <context-group purpose="location">
6050 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6444 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6051 <context context-type="linenumber">3</context> 6445 <context context-type="linenumber">3</context>
@@ -6126,8 +6520,11 @@
6126 </context-group> 6520 </context-group>
6127 </trans-unit> 6521 </trans-unit>
6128 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6522 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6129 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6523 <source>
6130 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target> 6524 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/>"/>
6525 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.
6526 </source>
6527 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target>
6131 <context-group purpose="location"> 6528 <context-group purpose="location">
6132 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6529 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6133 <context context-type="linenumber">4</context> 6530 <context context-type="linenumber">4</context>
@@ -6198,8 +6595,13 @@
6198 </context-group> 6595 </context-group>
6199 </trans-unit> 6596 </trans-unit>
6200 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6597 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6201 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6598 <source>
6202 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>használati feltételeit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>magatartási kódexét<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 6599 I am at least 16 years old and agree
6600 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>"/>
6601 <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>"/>
6602 of this instance
6603 </source>
6604 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>használati feltételeit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>magatartási kódexét<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
6203 <context-group purpose="location"> 6605 <context-group purpose="location">
6204 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6606 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6205 <context context-type="linenumber">65</context> 6607 <context context-type="linenumber">65</context>
@@ -6294,8 +6696,8 @@
6294 </context-group> 6696 </context-group>
6295 </trans-unit> 6697 </trans-unit>
6296 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6698 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6297 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6699 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6298 <target state="translated">Egy <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/>, amely megtartja az eredeti hangsávot videó nélkül</target> 6700 <target state="translated">Egy <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/>, amely megtartja az eredeti hangsávot videó nélkül</target>
6299 <context-group purpose="location"> 6701 <context-group purpose="location">
6300 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6702 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6301 <context context-type="linenumber">1</context> 6703 <context context-type="linenumber">1</context>
@@ -7082,15 +7484,14 @@
7082 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7484 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7083 <context context-type="linenumber">1</context> 7485 <context context-type="linenumber">1</context>
7084 </context-group> 7486 </context-group>
7085 </trans-unit> 7487 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7086 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7488 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7087 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7088 <target state="translated"><x id="INTERPOLATION" equiv-text="{{user.username}}"/> felhasználó frissítve.</target>
7089 <context-group purpose="location"> 7489 <context-group purpose="location">
7090 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7490 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7091 <context context-type="linenumber">1</context> 7491 <context context-type="linenumber">1</context>
7092 </context-group> 7492 </context-group>
7093 </trans-unit> 7493 </trans-unit>
7494
7094 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html"> 7495 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
7095 <source>Update user</source> 7496 <source>Update user</source>
7096 <target state="translated">Felhasználó frissítése</target> 7497 <target state="translated">Felhasználó frissítése</target>
@@ -8000,6 +8401,12 @@
8000 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8401 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8001 <context context-type="linenumber">1</context> 8402 <context context-type="linenumber">1</context>
8002 </context-group> 8403 </context-group>
8404 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8405 <source>Unknown</source><target state="new">Unknown</target>
8406 <context-group purpose="location">
8407 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8408 <context context-type="linenumber">1</context>
8409 </context-group>
8003 </trans-unit> 8410 </trans-unit>
8004 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8411 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
8005 <source>Your password has been successfully reset!</source> 8412 <source>Your password has been successfully reset!</source>
@@ -8074,8 +8481,8 @@
8074 </context-group> 8481 </context-group>
8075 </trans-unit> 8482 </trans-unit>
8076 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8483 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8077 <source>Long (&gt; 10 min)</source> 8484 <source>Long (> 10 min)</source>
8078 <target state="translated">Hosszú (&gt; 10 perc)</target> 8485 <target state="translated">Hosszú (> 10 perc)</target>
8079 <context-group purpose="location"> 8486 <context-group purpose="location">
8080 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8487 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8081 <context context-type="linenumber">1</context> 8488 <context context-type="linenumber">1</context>
@@ -9476,8 +9883,8 @@
9476 </context-group> 9883 </context-group>
9477 </trans-unit> 9884 </trans-unit>
9478 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9885 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9479 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9886 <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>
9480 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibilis, amely ezeket támogatja:</target> 9887 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibilis, amely ezeket támogatja:</target>
9481 <context-group purpose="location"> 9888 <context-group purpose="location">
9482 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9889 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9483 <context context-type="linenumber">1</context> 9890 <context context-type="linenumber">1</context>
@@ -9598,8 +10005,17 @@
9598 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 10005 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9599 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 10006 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9600 <target state="translated">A(z) <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> fiókot némította a példány.</target> 10007 <target state="translated">A(z) <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> fiókot némította a példány.</target>
10008
10009 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10010 <source>Mute server</source><target state="new">Mute server</target>
9601 <context-group purpose="location"> 10011 <context-group purpose="location">
9602 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10013 <context context-type="linenumber">1</context>
10014 </context-group>
10015 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10016 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10017 <context-group purpose="location">
10018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9603 <context context-type="linenumber">1</context> 10019 <context context-type="linenumber">1</context>
9604 </context-group> 10020 </context-group>
9605 </trans-unit> 10021 </trans-unit>
@@ -9952,6 +10368,24 @@
9952 <target state="translated">Videó feketelistára lett téve.</target> 10368 <target state="translated">Videó feketelistára lett téve.</target>
9953 <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> 10369 <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>
9954 <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> 10370 <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>
10371 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10372 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10373 <context-group purpose="location">
10374 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10375 <context context-type="linenumber">1</context>
10376 </context-group>
10377 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10378 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10379 <context-group purpose="location">
10380 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10381 <context context-type="linenumber">1</context>
10382 </context-group>
10383 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10384 <source>Delete video</source><target state="new">Delete video</target>
10385 <context-group purpose="location">
10386 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10387 <context context-type="linenumber">1</context>
10388 </context-group>
9955 </trans-unit> 10389 </trans-unit>
9956 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10390 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9957 <source>Encoder</source> 10391 <source>Encoder</source>
@@ -10014,8 +10448,23 @@
10014 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10448 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
10015 <source>Do you really want to delete this video?</source> 10449 <source>Do you really want to delete this video?</source>
10016 <target state="translated">Valóban törölni szeretné ezt a videót?</target> 10450 <target state="translated">Valóban törölni szeretné ezt a videót?</target>
10451
10452 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10453 <source>Video deleted.</source><target state="new">Video deleted.</target>
10017 <context-group purpose="location"> 10454 <context-group purpose="location">
10018 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10455 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10456 <context context-type="linenumber">1</context>
10457 </context-group>
10458 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10459 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10460 <context-group purpose="location">
10461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10462 <context context-type="linenumber">1</context>
10463 </context-group>
10464 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10465 <source>Mute reporter</source><target state="new">Mute reporter</target>
10466 <context-group purpose="location">
10467 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10019 <context context-type="linenumber">1</context> 10468 <context context-type="linenumber">1</context>
10020 </context-group> 10469 </context-group>
10021 </trans-unit> 10470 </trans-unit>
@@ -10040,22 +10489,39 @@
10040 <context context-type="linenumber">1</context> 10489 <context context-type="linenumber">1</context>
10041 </context-group> 10490 </context-group>
10042 <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> 10491 <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>
10043 </trans-unit> 10492 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10044 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10493 <source>Mirror</source><target state="new">Mirror</target>
10045 <source>Duplicate (redundancy)</source>
10046 <target state="translated">Kettőzés (redundancia)</target>
10047 <context-group purpose="location"> 10494 <context-group purpose="location">
10048 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10495 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10049 <context context-type="linenumber">1</context> 10496 <context context-type="linenumber">1</context>
10050 </context-group> 10497 </context-group>
10051 </trans-unit> 10498 </trans-unit>
10499
10052 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10500 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10053 <source>Report</source> 10501 <source>Report</source>
10054 <target>Jelentés</target> 10502 <target>Jelentés</target>
10055 <context-group name="null"> 10503 <context-group name="null">
10056 <context context-type="linenumber">1</context> 10504 <context context-type="linenumber">1</context>
10057 </context-group> 10505 </context-group>
10058 <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> 10506
10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10508 <source>Note</source><target state="new">Note</target>
10509 <context-group purpose="location">
10510 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10511 <context context-type="linenumber">61</context>
10512 </context-group>
10513 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10514 <source>The video was deleted</source><target state="new">The video was deleted</target>
10515 <context-group purpose="location">
10516 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10517 <context context-type="linenumber">71</context>
10518 </context-group>
10519 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10520 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10521 <context-group purpose="location">
10522 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10523 <context context-type="linenumber">72</context>
10524 </context-group>
10059 </trans-unit> 10525 </trans-unit>
10060 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10526 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
10061 <source>Published</source> 10527 <source>Published</source>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 25ba207ca..422e316d4 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -695,9 +695,9 @@
695 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 695 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
696 <source>Deleted</source> 696 <source>Deleted</source>
697 <target state="new">Deleted</target> 697 <target state="new">Deleted</target>
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 699
700 </trans-unit> 700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
702 <source>Edit starts/stops at</source> 702 <source>Edit starts/stops at</source>
703 <target>Modifica inizio/fine a</target> 703 <target>Modifica inizio/fine a</target>
@@ -1106,7 +1106,7 @@
1106 1106
1107 1107
1108 1108
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1110 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1110 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1111 <source>Ban this user</source> 1111 <source>Ban this user</source>
1112 <target>Espelli questo utente</target> 1112 <target>Espelli questo utente</target>
@@ -1121,8 +1121,8 @@
1121 <context-group name="null"> 1121 <context-group name="null">
1122 <context context-type="linenumber">11</context> 1122 <context context-type="linenumber">11</context>
1123 </context-group> 1123 </context-group>
1124 <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> 1124
1125 </trans-unit> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1126 1126
1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1128 <source>Login</source> 1128 <source>Login</source>
@@ -1133,75 +1133,86 @@
1133 <context context-type="linenumber">2</context> 1133 <context context-type="linenumber">2</context>
1134 </context-group> 1134 </context-group>
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1136 </trans-unit> 1136 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1137 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1137 <source>
1138 <source>If you are looking for an account…</source> 1138 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1139 <target state="new"> 1139 </source><target state="new">
1140 If you are looking for an account… 1140 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1141 </target> 1141 </target>
1142 <context-group purpose="location"> 1142 <context-group purpose="location">
1143 <context context-type="sourcefile">src/app/login/login.component.html</context> 1143 <context context-type="sourcefile">src/app/login/login.component.html</context>
1144 <context context-type="linenumber">7</context> 1144 <context context-type="linenumber">6</context>
1145 </context-group> 1145 </context-group>
1146 </trans-unit> 1146 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1147 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1148 <source> 1147 <source>
1149 Currently this instance doesn't allow for user registration, but you can find an instance 1148 If you are looking for an account…
1150 that gives you the possibility to sign up for an account and upload your videos there. 1149 </source><target state="new">
1150 If you are looking for an account…
1151 </target>
1152 <context-group purpose="location">
1153 <context context-type="sourcefile">src/app/login/login.component.html</context>
1154 <context context-type="linenumber">12</context>
1155 </context-group>
1156 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1157 <source>
1158 Currently this instance doesn't allow for user registration, but you can find an instance
1159 that gives you the possibility to sign up for an account and upload your videos there.
1151 1160
1152 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1161 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1153 1162
1154 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1163 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1155 </source> 1164 </source><target state="new">
1156 <target state="new"> 1165 Currently this instance doesn't allow for user registration, but you can find an instance
1157 Currently this instance doesn't allow for user registration, but you can find an instance 1166 that gives you the possibility to sign up for an account and upload your videos there.
1158 that gives you the possibility to sign up for an account and upload your videos there.
1159 1167
1160 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1168 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1161 1169
1162 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1170 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1163 </target> 1171 </target>
1164 <context-group purpose="location"> 1172 <context-group purpose="location">
1165 <context context-type="sourcefile">src/app/login/login.component.html</context> 1173 <context context-type="sourcefile">src/app/login/login.component.html</context>
1166 <context context-type="linenumber">11</context> 1174 <context context-type="linenumber">16</context>
1167 </context-group> 1175 </context-group>
1168 </trans-unit> 1176 </trans-unit>
1177
1178
1169 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1179 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1170 <source>Request new verification email.</source> 1180 <source>Request new verification email.</source>
1171 <target>Richiedi una nuova email di verifica</target> 1181 <target>Richiedi una nuova email di verifica</target>
1172 <context-group name="null"> 1182 <context-group name="null">
1173 <context context-type="linenumber">16</context> 1183 <context context-type="linenumber">16</context>
1174 </context-group> 1184 </context-group>
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1185
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1186
1177 </trans-unit> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1178 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1188 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1179 <source>User</source> 1189 <source>User</source>
1180 <target>Utente</target> 1190 <target>Utente</target>
1181 <context-group name="null"> 1191 <context-group name="null">
1182 <context context-type="linenumber">13</context> 1192 <context context-type="linenumber">13</context>
1183 </context-group> 1193 </context-group>
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1194
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1195
1186 </trans-unit> 1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1187 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1197 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1188 <source>Username or email address</source> 1198 <source>Username or email address</source>
1189 <target>Nome utente o indirizzo email</target> 1199 <target>Nome utente o indirizzo email</target>
1190 <context-group name="null"> 1200 <context-group name="null">
1191 <context context-type="linenumber">15</context> 1201 <context context-type="linenumber">15</context>
1192 </context-group> 1202 </context-group>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1203
1194 </trans-unit> 1204 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1195 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1205 <source>
1196 <source>or create an account</source> 1206 or create an account
1197 <target> 1207 </source><target state="new">
1198 o crea un account 1208 or create an account
1199 </target> 1209 </target>
1200 <context-group name="null"> 1210 <context-group purpose="location">
1201 <context context-type="linenumber">18</context> 1211 <context context-type="sourcefile">src/app/login/login.component.html</context>
1212 <context context-type="linenumber">40</context>
1202 </context-group> 1213 </context-group>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1204 </trans-unit> 1214 </trans-unit>
1215
1205 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1216 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1206 <source>Password</source> 1217 <source>Password</source>
1207 <target>Password</target> 1218 <target>Password</target>
@@ -1217,13 +1228,10 @@
1217 1228
1218 1229
1219 1230
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1221 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1232 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1222 <context-group purpose="location"> 1233
1223 <context context-type="sourcefile">src/app/login/login.component.html</context> 1234 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1224 <context context-type="linenumber">50</context>
1225 </context-group>
1226 </trans-unit>
1227 1235
1228 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1236 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1229 <source>Login</source> 1237 <source>Login</source>
@@ -1233,22 +1241,28 @@
1233 </context-group> 1241 </context-group>
1234 1242
1235 1243
1236 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1244 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1245 <source>Or sign in with</source><target state="new">Or sign in with</target>
1246 <context-group purpose="location">
1247 <context context-type="sourcefile">src/app/login/login.component.html</context>
1248 <context context-type="linenumber">68</context>
1249 </context-group>
1250 </trans-unit>
1237 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1251 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1238 <source>Forgot your password</source> 1252 <source>Forgot your password</source>
1239 <target>Password dimenticata</target> 1253 <target>Password dimenticata</target>
1240 <context-group name="null"> 1254 <context-group name="null">
1241 <context context-type="linenumber">58</context> 1255 <context context-type="linenumber">58</context>
1242 </context-group> 1256 </context-group>
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1257
1244 </trans-unit> 1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1245 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1259 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1246 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1260 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1247 <target state="new"> 1261 <target state="new">
1248 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1262 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1249 </target> 1263 </target>
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1264
1251 </trans-unit> 1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1252 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1266 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1253 <source>Email</source> 1267 <source>Email</source>
1254 <target>Email</target> 1268 <target>Email</target>
@@ -1264,16 +1278,16 @@
1264 1278
1265 1279
1266 1280
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1281 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1268 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1282 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1269 <source>Email address</source> 1283 <source>Email address</source>
1270 <target>Indirizzo email</target> 1284 <target>Indirizzo email</target>
1271 <context-group name="null"> 1285 <context-group name="null">
1272 <context context-type="linenumber">10</context> 1286 <context context-type="linenumber">10</context>
1273 </context-group> 1287 </context-group>
1274 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1288
1275 <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">10</context></context-group> 1289
1276 </trans-unit> 1290 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1277 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1291 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1278 <source>Send me an email to reset my password</source> 1292 <source>Send me an email to reset my password</source>
1279 <target>Inviami un email per resettare la password</target> 1293 <target>Inviami un email per resettare la password</target>
@@ -1281,7 +1295,7 @@
1281 <context context-type="linenumber">82</context> 1295 <context context-type="linenumber">82</context>
1282 </context-group> 1296 </context-group>
1283 1297
1284 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1298 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1285 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1299 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1286 <source>Reset my password</source> 1300 <source>Reset my password</source>
1287 <target> 1301 <target>
@@ -2195,8 +2209,8 @@
2195 <context-group name="null"> 2209 <context-group name="null">
2196 <context context-type="linenumber">29</context> 2210 <context context-type="linenumber">29</context>
2197 </context-group> 2211 </context-group>
2198 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2212
2199 </trans-unit> 2213 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2200 2214
2201 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2215 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2202 <source>Add this caption</source> 2216 <source>Add this caption</source>
@@ -2205,7 +2219,7 @@
2205 <context context-type="linenumber">40</context> 2219 <context context-type="linenumber">40</context>
2206 </context-group> 2220 </context-group>
2207 2221
2208 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2209 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2223 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2210 <source>Title</source> 2224 <source>Title</source>
2211 <target>Titolo</target> 2225 <target>Titolo</target>
@@ -3092,7 +3106,7 @@
3092 <context context-type="linenumber">215</context> 3106 <context context-type="linenumber">215</context>
3093 </context-group> 3107 </context-group>
3094 3108
3095 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3109 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3096 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3110 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3097 <source>Get more information</source> 3111 <source>Get more information</source>
3098 <target>Ottieni più informazioni</target> 3112 <target>Ottieni più informazioni</target>
@@ -3319,11 +3333,8 @@
3319 3333
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3321 <source>Follow domain</source><target state="new">Follow domain</target> 3335 <source>Follow domain</source><target state="new">Follow domain</target>
3322 <context-group purpose="location"> 3336
3323 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3337 <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>
3324 <context context-type="linenumber">15</context>
3325 </context-group>
3326 </trans-unit>
3327 3338
3328 3339
3329 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3340 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3335,7 +3346,37 @@
3335 3346
3336 3347
3337 3348
3338 <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">29</context></context-group></trans-unit> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3350 <source>Clear filters</source><target state="new">Clear filters</target>
3351 <context-group purpose="location">
3352 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3353 <context context-type="linenumber">15</context>
3354 </context-group>
3355 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3357 <context context-type="linenumber">15</context>
3358 </context-group>
3359 <context-group purpose="location">
3360 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3361 <context context-type="linenumber">34</context>
3362 </context-group>
3363 <context-group purpose="location">
3364 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3365 <context context-type="linenumber">16</context>
3366 </context-group>
3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3369 <context context-type="linenumber">31</context>
3370 </context-group>
3371 <context-group purpose="location">
3372 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3373 <context context-type="linenumber">15</context>
3374 </context-group>
3375 <context-group purpose="location">
3376 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3377 <context context-type="linenumber">15</context>
3378 </context-group>
3379 </trans-unit>
3339 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3380 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3340 <source>ID</source> 3381 <source>ID</source>
3341 <target>ID</target> 3382 <target>ID</target>
@@ -3347,8 +3388,8 @@
3347 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3388 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3348 <source>Follower handle</source> 3389 <source>Follower handle</source>
3349 <target state="new">Follower handle</target> 3390 <target state="new">Follower handle</target>
3350 <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> 3391
3351 </trans-unit> 3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3352 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3393 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3353 <source>State</source> 3394 <source>State</source>
3354 <target>Stato</target> 3395 <target>Stato</target>
@@ -3357,7 +3398,7 @@
3357 </context-group> 3398 </context-group>
3358 3399
3359 3400
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3361 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3402 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3362 <source>Delayed.</source> 3403 <source>Delayed.</source>
3363 <target state="new">Delayed.</target> 3404 <target state="new">Delayed.</target>
@@ -3395,7 +3436,7 @@
3395 3436
3396 3437
3397 3438
3398 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3399 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3440 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3400 <source>Accepted</source> 3441 <source>Accepted</source>
3401 <target>Accettato</target> 3442 <target>Accettato</target>
@@ -3404,7 +3445,7 @@
3404 </context-group> 3445 </context-group>
3405 3446
3406 3447
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3408 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3449 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3409 <source>Pending</source> 3450 <source>Pending</source>
3410 <target>In attesa</target> 3451 <target>In attesa</target>
@@ -3413,24 +3454,42 @@
3413 </context-group> 3454 </context-group>
3414 3455
3415 3456
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3417 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3458 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3418 <source>Accept</source> 3459 <source>Accept</source>
3419 <target>Accetta</target> 3460 <target>Accetta</target>
3420 <context-group name="null"> 3461 <context-group name="null">
3421 <context context-type="linenumber">41</context> 3462 <context context-type="linenumber">41</context>
3422 </context-group> 3463 </context-group>
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3464
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3465
3425 </trans-unit> 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3426 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3467 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3427 <source>Refuse</source> 3468 <source>Refuse</source>
3428 <target>Rifiuta</target> 3469 <target>Rifiuta</target>
3429 <context-group name="null"> 3470 <context-group name="null">
3430 <context context-type="linenumber">42</context> 3471 <context context-type="linenumber">42</context>
3431 </context-group> 3472 </context-group>
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3473
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3474
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3476 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3477 <context-group purpose="location">
3478 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3479 <context context-type="linenumber">55</context>
3480 </context-group>
3481 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3482 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3483 <context-group purpose="location">
3484 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3485 <context context-type="linenumber">56</context>
3486 </context-group>
3487 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3488 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3489 <context-group purpose="location">
3490 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3491 <context context-type="linenumber">5</context>
3492 </context-group>
3434 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3493 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3435 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3494 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3436 <context-group purpose="location"> 3495 <context-group purpose="location">
@@ -3445,18 +3504,43 @@
3445 <context context-type="linenumber">19</context> 3504 <context context-type="linenumber">19</context>
3446 </context-group> 3505 </context-group>
3447 3506
3448 <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> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3449 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3508 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3450 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3509 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3451 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3510 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3452 3511
3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3454 <source>Follow domains</source><target state="new">Follow domains</target> 3513 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3455 <context-group purpose="location"> 3514 <context-group purpose="location">
3456 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3515 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3457 <context context-type="linenumber">50</context> 3516 <context context-type="linenumber">37</context>
3517 </context-group>
3518 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3520 <context context-type="linenumber">35</context>
3458 </context-group> 3521 </context-group>
3459 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3522 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3523 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3524 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3526 <context context-type="linenumber">62</context>
3527 </context-group>
3528 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3529 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3530 <context-group purpose="location">
3531 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3532 <context context-type="linenumber">63</context>
3533 </context-group>
3534 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3535 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3536 <context-group purpose="location">
3537 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3538 <context context-type="linenumber">5</context>
3539 </context-group>
3540 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3541 <source>Follow domains</source><target state="new">Follow domains</target>
3542
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3460 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3544 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3461 <context-group purpose="location"> 3545 <context-group purpose="location">
3462 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3546 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3531,7 +3615,7 @@
3531 3615
3532 3616
3533 3617
3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3535 <source> 3619 <source>
3536 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3620 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3537 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3621 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3628,7 +3712,7 @@
3628 <context context-type="linenumber">19</context> 3712 <context context-type="linenumber">19</context>
3629 </context-group> 3713 </context-group>
3630 3714
3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3632 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3716 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3633 <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> 3717 <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>
3634 <target>Nome utente <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3718 <target>Nome utente <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3636,12 +3720,12 @@
3636 <context context-type="linenumber">40</context> 3720 <context context-type="linenumber">40</context>
3637 </context-group> 3721 </context-group>
3638 3722
3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3640 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3724 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3641 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3725 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3642 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3726 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3643 3727
3644 <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></trans-unit> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3645 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3729 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3646 <source>(banned)</source> 3730 <source>(banned)</source>
3647 <target>(espulso)</target> 3731 <target>(espulso)</target>
@@ -3649,17 +3733,11 @@
3649 <context context-type="linenumber">65</context> 3733 <context context-type="linenumber">65</context>
3650 </context-group> 3734 </context-group>
3651 3735
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3653 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3737 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3654 <context-group purpose="location"> 3738
3655 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3739
3656 <context context-type="linenumber">65</context> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3657 </context-group>
3658 <context-group purpose="location">
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3660 <context context-type="linenumber">27</context>
3661 </context-group>
3662 </trans-unit>
3663 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3741 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3664 <source>User's email must be verified to login</source> 3742 <source>User's email must be verified to login</source>
3665 <target>L'indirizzo dell'utente deve essere verificato per accedere</target> 3743 <target>L'indirizzo dell'utente deve essere verificato per accedere</target>
@@ -3667,7 +3745,7 @@
3667 <context context-type="linenumber">72</context> 3745 <context context-type="linenumber">72</context>
3668 </context-group> 3746 </context-group>
3669 3747
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3671 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3749 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3672 <source>User's email is verified / User can login without email verification</source> 3750 <source>User's email is verified / User can login without email verification</source>
3673 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target> 3751 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target>
@@ -3675,7 +3753,7 @@
3675 <context context-type="linenumber">76</context> 3753 <context context-type="linenumber">76</context>
3676 </context-group> 3754 </context-group>
3677 3755
3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3679 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3757 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3680 <source>Ban reason:</source> 3758 <source>Ban reason:</source>
3681 <target>Motivo espulsione:</target> 3759 <target>Motivo espulsione:</target>
@@ -3683,7 +3761,7 @@
3683 <context context-type="linenumber">95</context> 3761 <context context-type="linenumber">95</context>
3684 </context-group> 3762 </context-group>
3685 3763
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3687 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3765 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3688 <context-group purpose="location"> 3766 <context-group purpose="location">
3689 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3767 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3740,11 +3818,8 @@
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3741 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3819 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3742 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3820 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3743 <context-group purpose="location"> 3821
3744 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3745 <context context-type="linenumber">10</context>
3746 </context-group>
3747 </trans-unit>
3748 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3823 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3749 <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> 3824 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3750 <target>Nome del video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3825 <target>Nome del video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3752,29 +3827,38 @@
3752 <context context-type="linenumber">8</context> 3827 <context context-type="linenumber">8</context>
3753 </context-group> 3828 </context-group>
3754 3829
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3756 <source>Video URL</source><target state="new">Video URL</target> 3831 <source>Video URL</source><target state="new">Video URL</target>
3757 3832
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3759 <source>Total size</source><target state="new">Total size</target> 3834 <source>Total size</source><target state="new">Total size</target>
3760 3835
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3762 <source>List redundancies</source><target state="new">List redundancies</target> 3837 <source>List redundancies</source><target state="new">List redundancies</target>
3838
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3840 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3763 <context-group purpose="location"> 3841 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3842 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3765 <context context-type="linenumber">33</context> 3843 <context context-type="linenumber">77</context>
3844 </context-group>
3845 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3846 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3847 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3849 <context context-type="linenumber">78</context>
3766 </context-group> 3850 </context-group>
3767 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3851 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3768 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3852 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3769 3853
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3771 <source> 3855 <source>
3772 No redundancy strategy is enabled on your instance. 3856 No redundancy strategy is enabled on your instance.
3773 </source><target state="new"> 3857 </source><target state="new">
3774 No redundancy strategy is enabled on your instance. 3858 No redundancy strategy is enabled on your instance.
3775 </target> 3859 </target>
3776 3860
3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3778 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3862 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3779 <source>Sensitive</source> 3863 <source>Sensitive</source>
3780 <target>Sensibile</target> 3864 <target>Sensibile</target>
@@ -3782,7 +3866,7 @@
3782 <context context-type="linenumber">9</context> 3866 <context context-type="linenumber">9</context>
3783 </context-group> 3867 </context-group>
3784 3868
3785 <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">11</context></context-group></trans-unit> 3869 <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">25</context></context-group></trans-unit>
3786 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3870 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3787 <source>Unfederated</source> 3871 <source>Unfederated</source>
3788 <target>Non federato</target> 3872 <target>Non federato</target>
@@ -3790,7 +3874,7 @@
3790 <context context-type="linenumber">10</context> 3874 <context context-type="linenumber">10</context>
3791 </context-group> 3875 </context-group>
3792 3876
3793 <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">12</context></context-group></trans-unit> 3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3794 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3878 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3795 <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> 3879 <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>
3796 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3880 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3798,7 +3882,17 @@
3798 <context context-type="linenumber">11</context> 3882 <context context-type="linenumber">11</context>
3799 </context-group> 3883 </context-group>
3800 3884
3801 <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">13</context></context-group></trans-unit> 3885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3886 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3887 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3889 <context context-type="linenumber">50</context>
3890 </context-group>
3891 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3893 <context context-type="linenumber">89</context>
3894 </context-group>
3895 </trans-unit>
3802 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3896 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3803 <source>Go to the video</source> 3897 <source>Go to the video</source>
3804 <target>Vai al video</target> 3898 <target>Vai al video</target>
@@ -3808,7 +3902,7 @@
3808 3902
3809 3903
3810 3904
3811 <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">28</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">33</context></context-group></trans-unit> 3905 <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">33</context></context-group></trans-unit>
3812 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3906 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3813 <source>Actions</source> 3907 <source>Actions</source>
3814 <target>Azioni</target> 3908 <target>Azioni</target>
@@ -3817,7 +3911,7 @@
3817 </context-group> 3911 </context-group>
3818 3912
3819 3913
3820 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3914 <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">72</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">123</context></context-group></trans-unit>
3821 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3915 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3822 <source>Blacklist reason:</source> 3916 <source>Blacklist reason:</source>
3823 <target>motivo per essere in lista nera:</target> 3917 <target>motivo per essere in lista nera:</target>
@@ -3825,7 +3919,19 @@
3825 <context context-type="linenumber">43</context> 3919 <context context-type="linenumber">43</context>
3826 </context-group> 3920 </context-group>
3827 3921
3828 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3922 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3923 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3924 <context-group purpose="location">
3925 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3926 <context context-type="linenumber">93</context>
3927 </context-group>
3928 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3929 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3930 <context-group purpose="location">
3931 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3932 <context context-type="linenumber">94</context>
3933 </context-group>
3934 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3829 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3935 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3830 <context-group purpose="location"> 3936 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3937 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3857,7 +3963,43 @@
3857 <context context-type="linenumber">26</context> 3963 <context context-type="linenumber">26</context>
3858 </context-group> 3964 </context-group>
3859 3965
3860 <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">31</context></context-group></trans-unit> 3966 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3967 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3968 <context-group purpose="location">
3969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3970 <context context-type="linenumber">18</context>
3971 </context-group>
3972 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3973 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3974 <context-group purpose="location">
3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3976 <context context-type="linenumber">19</context>
3977 </context-group>
3978 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3979 <source>Accepted reports</source><target state="new">Accepted reports</target>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3982 <context context-type="linenumber">20</context>
3983 </context-group>
3984 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3985 <source>Refused reports</source><target state="new">Refused reports</target>
3986 <context-group purpose="location">
3987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3988 <context context-type="linenumber">21</context>
3989 </context-group>
3990 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3991 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3992 <context-group purpose="location">
3993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3994 <context context-type="linenumber">22</context>
3995 </context-group>
3996 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3997 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3998 <context-group purpose="location">
3999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4000 <context context-type="linenumber">23</context>
4001 </context-group>
4002 </trans-unit>
3861 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4003 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3862 <source>Reporter</source> 4004 <source>Reporter</source>
3863 <target>Chi ha segnalato</target> 4005 <target>Chi ha segnalato</target>
@@ -3865,7 +4007,7 @@
3865 <context context-type="linenumber">8</context> 4007 <context context-type="linenumber">8</context>
3866 </context-group> 4008 </context-group>
3867 4009
3868 <context-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></trans-unit> 4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3869 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4011 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3870 <source>Video</source> 4012 <source>Video</source>
3871 <target>Video</target> 4013 <target>Video</target>
@@ -3875,13 +4017,44 @@
3875 4017
3876 4018
3877 4019
3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3879 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4021 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3880 <context-group purpose="location"> 4022 <context-group purpose="location">
3881 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4023 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3882 <context context-type="linenumber">46</context> 4024 <context context-type="linenumber">80</context>
3883 </context-group> 4025 </context-group>
3884 </trans-unit> 4026 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4027 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4028 <context-group purpose="location">
4029 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4030 <context context-type="linenumber">91</context>
4031 </context-group>
4032 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4034 <context context-type="linenumber">107</context>
4035 </context-group>
4036 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4037 <source>Video was deleted</source><target state="new">Video was deleted</target>
4038 <context-group purpose="location">
4039 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4040 <context context-type="linenumber">98</context>
4041 </context-group>
4042 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4043 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4044 <context-group purpose="location">
4045 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4046 <context context-type="linenumber">141</context>
4047 </context-group>
4048 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4049 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4050 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4052 <context context-type="linenumber">142</context>
4053 </context-group>
4054 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4055 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4056
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3885 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4058 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3886 <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> 4059 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3887 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4060 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3891,15 +4064,12 @@
3891 4064
3892 4065
3893 4066
3894 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3895 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4068 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3896 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4069 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3897 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4070 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3898 <context-group purpose="location"> 4071
3899 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3900 <context context-type="linenumber">18</context>
3901 </context-group>
3902 </trans-unit>
3903 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4073 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3904 <source>Go to the account</source> 4074 <source>Go to the account</source>
3905 <target>Vai all'account</target> 4075 <target>Vai all'account</target>
@@ -3909,25 +4079,56 @@
3909 4079
3910 4080
3911 <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">27</context></context-group></trans-unit> 4081 <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">27</context></context-group></trans-unit>
3912 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4082 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3913 <source>Reason:</source>
3914 <target>Motivo:</target>
3915 <context-group name="null">
3916 <context context-type="linenumber">53</context>
3917 </context-group>
3918
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3920 <source>Note:</source><target state="new">Note:</target>
3921 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3923 <context context-type="linenumber">72</context>
3924 </context-group>
3925 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3926 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4083 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3927 <context-group purpose="location"> 4084 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4085 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3929 <context context-type="linenumber">5</context> 4086 <context context-type="linenumber">5</context>
3930 </context-group> 4087 </context-group>
4088 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4089 <source>
4090 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4091 </source><target state="new">
4092 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4093 </target>
4094 <context-group purpose="location">
4095 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4096 <context context-type="linenumber">20</context>
4097 </context-group>
4098 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4099 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4100 <context-group purpose="location">
4101 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4102 <context context-type="linenumber">21</context>
4103 </context-group>
4104 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4105 <source>Reportee</source><target state="new">Reportee</target>
4106 <context-group purpose="location">
4107 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4108 <context context-type="linenumber">27</context>
4109 </context-group>
4110 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4111 <source>
4112 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4113 </source><target state="new">
4114 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4115 </target>
4116 <context-group purpose="location">
4117 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4118 <context context-type="linenumber">40</context>
4119 </context-group>
4120 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4121 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4122 <context-group purpose="location">
4123 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4124 <context context-type="linenumber">41</context>
4125 </context-group>
4126 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4127 <source>Updated</source><target state="new">Updated</target>
4128 <context-group purpose="location">
4129 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4130 <context context-type="linenumber">47</context>
4131 </context-group>
3931 </trans-unit> 4132 </trans-unit>
3932 4133
3933 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4134 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3940,11 +4141,8 @@
3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3941 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4142 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3942 <source>Mute domain</source><target state="new">Mute domain</target> 4143 <source>Mute domain</source><target state="new">Mute domain</target>
3943 <context-group purpose="location"> 4144
3944 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4145 <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></trans-unit>
3945 <context context-type="linenumber">11</context>
3946 </context-group>
3947 </trans-unit>
3948 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4146 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3949 <source>Instance</source> 4147 <source>Instance</source>
3950 <target>Istanza</target> 4148 <target>Istanza</target>
@@ -3955,7 +4153,7 @@
3955 4153
3956 4154
3957 4155
3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3959 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4157 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3960 <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> 4158 <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>
3961 <target>Silenziato a <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4159 <target>Silenziato a <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3966,7 +4164,7 @@
3966 4164
3967 4165
3968 4166
3969 <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">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">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> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3970 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4168 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3971 <source>Unmute</source> 4169 <source>Unmute</source>
3972 <target>Non silenziare più</target> 4170 <target>Non silenziare più</target>
@@ -3977,7 +4175,19 @@
3977 4175
3978 4176
3979 4177
3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4179 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4180 <context-group purpose="location">
4181 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4182 <context context-type="linenumber">51</context>
4183 </context-group>
4184 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4185 <source>No server found.</source><target state="new">No server found.</target>
4186 <context-group purpose="location">
4187 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4188 <context context-type="linenumber">52</context>
4189 </context-group>
4190 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3981 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4191 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3982 <context-group purpose="location"> 4192 <context-group purpose="location">
3983 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4193 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3989,17 +4199,11 @@
3989 </source><target state="new"> 4199 </source><target state="new">
3990 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4200 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3991 </target> 4201 </target>
3992 <context-group purpose="location"> 4202
3993 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3994 <context context-type="linenumber">37</context>
3995 </context-group>
3996 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3997 <source>Mute domains</source><target state="new">Mute domains</target> 4204 <source>Mute domains</source><target state="new">Mute domains</target>
3998 <context-group purpose="location"> 4205
3999 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4000 <context context-type="linenumber">35</context>
4001 </context-group>
4002 </trans-unit>
4003 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4207 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4004 <source>Account</source> 4208 <source>Account</source>
4005 <target>Account</target> 4209 <target>Account</target>
@@ -4008,7 +4212,19 @@
4008 </context-group> 4212 </context-group>
4009 4213
4010 4214
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4216 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4217 <context-group purpose="location">
4218 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4219 <context context-type="linenumber">58</context>
4220 </context-group>
4221 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4222 <source>No account found.</source><target state="new">No account found.</target>
4223 <context-group purpose="location">
4224 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4225 <context context-type="linenumber">59</context>
4226 </context-group>
4227 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4012 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4228 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4013 <context-group purpose="location"> 4229 <context-group purpose="location">
4014 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4230 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4125,8 +4341,8 @@
4125 <target state="new"> 4341 <target state="new">
4126 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4342 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4127 </target> 4343 </target>
4128 <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">29</context></context-group> 4344
4129 </trans-unit> 4345 <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">47</context></context-group></trans-unit>
4130 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4346 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4131 <source>System</source> 4347 <source>System</source>
4132 <target>Sistema</target> 4348 <target>Sistema</target>
@@ -4327,7 +4543,7 @@
4327 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4543 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4328 <source>Strategy</source><target state="new">Strategy</target> 4544 <source>Strategy</source><target state="new">Strategy</target>
4329 4545
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4331 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4547 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4332 <source>Terms</source> 4548 <source>Terms</source>
4333 <target>Termini</target> 4549 <target>Termini</target>
@@ -5362,20 +5578,14 @@
5362 <context-group name="null"> 5578 <context-group name="null">
5363 <context context-type="linenumber">8</context> 5579 <context context-type="linenumber">8</context>
5364 </context-group> 5580 </context-group>
5365 <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> 5581
5366 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5582 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5367 <source>See the error</source><target state="new">See the error</target> 5583 <source>See the error</source><target state="new">See the error</target>
5368 <context-group purpose="location"> 5584
5369 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5585 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5370 <context context-type="linenumber">19</context>
5371 </context-group>
5372 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5373 <source>This video was deleted</source><target state="new">This video was deleted</target> 5586 <source>This video was deleted</source><target state="new">This video was deleted</target>
5374 <context-group purpose="location"> 5587
5375 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5588 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5376 <context context-type="linenumber">36</context>
5377 </context-group>
5378 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5379 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5589 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5380 <context-group purpose="location"> 5590 <context-group purpose="location">
5381 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5591 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7358,8 +7568,8 @@
7358 <context context-type="linenumber">1</context> 7568 <context context-type="linenumber">1</context>
7359 </context-group> 7569 </context-group>
7360 <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> 7570 <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>
7361 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7571 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7362 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7572 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7363 <context-group purpose="location"> 7573 <context-group purpose="location">
7364 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7574 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7365 <context context-type="linenumber">1</context> 7575 <context context-type="linenumber">1</context>
@@ -8211,6 +8421,12 @@
8211 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8421 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8212 <context context-type="linenumber">1</context> 8422 <context context-type="linenumber">1</context>
8213 </context-group> 8423 </context-group>
8424 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8425 <source>Unknown</source><target state="new">Unknown</target>
8426 <context-group purpose="location">
8427 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8428 <context context-type="linenumber">1</context>
8429 </context-group>
8214 </trans-unit> 8430 </trans-unit>
8215 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8431 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8216 <source>Your password has been successfully reset!</source> 8432 <source>Your password has been successfully reset!</source>
@@ -9758,7 +9974,19 @@
9758 <context-group name="null"> 9974 <context-group name="null">
9759 <context context-type="linenumber">1</context> 9975 <context context-type="linenumber">1</context>
9760 </context-group> 9976 </context-group>
9761 <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> 9977
9978 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9979 <source>Mute server</source><target state="new">Mute server</target>
9980 <context-group purpose="location">
9981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9982 <context context-type="linenumber">1</context>
9983 </context-group>
9984 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9985 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9986 <context-group purpose="location">
9987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9988 <context context-type="linenumber">1</context>
9989 </context-group>
9762 </trans-unit> 9990 </trans-unit>
9763 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9991 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9764 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9992 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10089,7 +10317,25 @@
10089 <context context-type="linenumber">1</context> 10317 <context context-type="linenumber">1</context>
10090 </context-group> 10318 </context-group>
10091 10319
10092 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10320 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10321 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10322 <context-group purpose="location">
10323 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10324 <context context-type="linenumber">1</context>
10325 </context-group>
10326 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10327 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10328 <context-group purpose="location">
10329 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10330 <context context-type="linenumber">1</context>
10331 </context-group>
10332 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10333 <source>Delete video</source><target state="new">Delete video</target>
10334 <context-group purpose="location">
10335 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10336 <context context-type="linenumber">1</context>
10337 </context-group>
10338 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10093 <source>Encoder</source><target state="new">Encoder</target> 10339 <source>Encoder</source><target state="new">Encoder</target>
10094 <context-group purpose="location"> 10340 <context-group purpose="location">
10095 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10341 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10147,7 +10393,25 @@
10147 <context-group name="null"> 10393 <context-group name="null">
10148 <context context-type="linenumber">1</context> 10394 <context context-type="linenumber">1</context>
10149 </context-group> 10395 </context-group>
10150 <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> 10396
10397 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10398 <source>Video deleted.</source><target state="new">Video deleted.</target>
10399 <context-group purpose="location">
10400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10401 <context context-type="linenumber">1</context>
10402 </context-group>
10403 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10404 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10405 <context-group purpose="location">
10406 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10407 <context context-type="linenumber">1</context>
10408 </context-group>
10409 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10410 <source>Mute reporter</source><target state="new">Mute reporter</target>
10411 <context-group purpose="location">
10412 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10413 <context context-type="linenumber">1</context>
10414 </context-group>
10151 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10415 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10152 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10416 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
10153 <context-group purpose="location"> 10417 <context-group purpose="location">
@@ -10171,8 +10435,8 @@
10171 <context context-type="linenumber">1</context> 10435 <context context-type="linenumber">1</context>
10172 </context-group> 10436 </context-group>
10173 <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> 10437 <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>
10174 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10438 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10175 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10439 <source>Mirror</source><target state="new">Mirror</target>
10176 <context-group purpose="location"> 10440 <context-group purpose="location">
10177 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10441 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10178 <context context-type="linenumber">1</context> 10442 <context context-type="linenumber">1</context>
@@ -10184,7 +10448,25 @@
10184 <context-group name="null"> 10448 <context-group name="null">
10185 <context context-type="linenumber">1</context> 10449 <context context-type="linenumber">1</context>
10186 </context-group> 10450 </context-group>
10187 <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> 10451
10452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10453 <source>Note</source><target state="new">Note</target>
10454 <context-group purpose="location">
10455 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10456 <context context-type="linenumber">61</context>
10457 </context-group>
10458 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10459 <source>The video was deleted</source><target state="new">The video was deleted</target>
10460 <context-group purpose="location">
10461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10462 <context context-type="linenumber">71</context>
10463 </context-group>
10464 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10465 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10466 <context-group purpose="location">
10467 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10468 <context context-type="linenumber">72</context>
10469 </context-group>
10188 </trans-unit> 10470 </trans-unit>
10189 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10471 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10190 <source>Published</source> 10472 <source>Published</source>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index ff9aa527c..452f4169f 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -694,9 +694,9 @@
694 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 694 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
695 <source>Deleted</source> 695 <source>Deleted</source>
696 <target state="new">Deleted</target> 696 <target state="new">Deleted</target>
697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 697
698 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 698
699 </trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
701 <source>Edit starts/stops at</source> 701 <source>Edit starts/stops at</source>
702 <target>Edit starts/stops at</target> 702 <target>Edit starts/stops at</target>
@@ -1108,7 +1108,7 @@
1108 1108
1109 1109
1110 1110
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1112 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1112 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1113 <source>Ban this user</source> 1113 <source>Ban this user</source>
1114 <target>このユーザーをBANする</target> 1114 <target>このユーザーをBANする</target>
@@ -1123,8 +1123,8 @@
1123 <context-group name="null"> 1123 <context-group name="null">
1124 <context context-type="linenumber">11</context> 1124 <context context-type="linenumber">11</context>
1125 </context-group> 1125 </context-group>
1126 <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> 1126
1127 </trans-unit> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1128 1128
1129 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1129 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1130 <source>Login</source> 1130 <source>Login</source>
@@ -1135,75 +1135,86 @@
1135 <context context-type="linenumber">2</context> 1135 <context context-type="linenumber">2</context>
1136 </context-group> 1136 </context-group>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1138 </trans-unit> 1138 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1139 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1139 <source>
1140 <source>If you are looking for an account…</source> 1140 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1141 <target state="new"> 1141 </source><target state="new">
1142 If you are looking for an account… 1142 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1143 </target> 1143 </target>
1144 <context-group purpose="location"> 1144 <context-group purpose="location">
1145 <context context-type="sourcefile">src/app/login/login.component.html</context> 1145 <context context-type="sourcefile">src/app/login/login.component.html</context>
1146 <context context-type="linenumber">7</context> 1146 <context context-type="linenumber">6</context>
1147 </context-group> 1147 </context-group>
1148 </trans-unit> 1148 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1149 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1149 <source>
1150 If you are looking for an account…
1151 </source><target state="new">
1152 If you are looking for an account…
1153 </target>
1154 <context-group purpose="location">
1155 <context context-type="sourcefile">src/app/login/login.component.html</context>
1156 <context context-type="linenumber">12</context>
1157 </context-group>
1158 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1150 <source> 1159 <source>
1151 Currently this instance doesn't allow for user registration, but you can find an instance 1160 Currently this instance doesn't allow for user registration, but you can find an instance
1152 that gives you the possibility to sign up for an account and upload your videos there. 1161 that gives you the possibility to sign up for an account and upload your videos there.
1153 1162
1154 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1163 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1155 1164
1156 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1165 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1157 </source> 1166 </source><target state="new">
1158 <target state="new"> 1167 Currently this instance doesn't allow for user registration, but you can find an instance
1159 Currently this instance doesn't allow for user registration, but you can find an instance 1168 that gives you the possibility to sign up for an account and upload your videos there.
1160 that gives you the possibility to sign up for an account and upload your videos there.
1161 1169
1162 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1170 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1163 1171
1164 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1172 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1165 </target> 1173 </target>
1166 <context-group purpose="location"> 1174 <context-group purpose="location">
1167 <context context-type="sourcefile">src/app/login/login.component.html</context> 1175 <context context-type="sourcefile">src/app/login/login.component.html</context>
1168 <context context-type="linenumber">11</context> 1176 <context context-type="linenumber">16</context>
1169 </context-group> 1177 </context-group>
1170 </trans-unit> 1178 </trans-unit>
1179
1180
1171 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1181 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1172 <source>Request new verification email.</source> 1182 <source>Request new verification email.</source>
1173 <target>新しい登録確認メールを要求</target> 1183 <target>新しい登録確認メールを要求</target>
1174 <context-group name="null"> 1184 <context-group name="null">
1175 <context context-type="linenumber">16</context> 1185 <context context-type="linenumber">16</context>
1176 </context-group> 1186 </context-group>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1187
1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1188
1179 </trans-unit> 1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1180 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1190 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1181 <source>User</source> 1191 <source>User</source>
1182 <target>ユーザー</target> 1192 <target>ユーザー</target>
1183 <context-group name="null"> 1193 <context-group name="null">
1184 <context context-type="linenumber">13</context> 1194 <context context-type="linenumber">13</context>
1185 </context-group> 1195 </context-group>
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1196
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1197
1188 </trans-unit> 1198 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1189 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1199 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1190 <source>Username or email address</source> 1200 <source>Username or email address</source>
1191 <target>ユーザー名かメールアドレス</target> 1201 <target>ユーザー名かメールアドレス</target>
1192 <context-group name="null"> 1202 <context-group name="null">
1193 <context context-type="linenumber">15</context> 1203 <context context-type="linenumber">15</context>
1194 </context-group> 1204 </context-group>
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1205
1196 </trans-unit> 1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1197 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1207 <source>
1198 <source>or create an account</source> 1208 or create an account
1199 <target> 1209 </source><target state="new">
1200 アカウントを作成する 1210 or create an account
1201 </target> 1211 </target>
1202 <context-group name="null"> 1212 <context-group purpose="location">
1203 <context context-type="linenumber">18</context> 1213 <context context-type="sourcefile">src/app/login/login.component.html</context>
1214 <context context-type="linenumber">40</context>
1204 </context-group> 1215 </context-group>
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1206 </trans-unit> 1216 </trans-unit>
1217
1207 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1218 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1208 <source>Password</source> 1219 <source>Password</source>
1209 <target>パスワード</target> 1220 <target>パスワード</target>
@@ -1219,13 +1230,10 @@
1219 1230
1220 1231
1221 1232
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1223 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1234 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1224 <context-group purpose="location"> 1235
1225 <context context-type="sourcefile">src/app/login/login.component.html</context> 1236 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1226 <context context-type="linenumber">50</context>
1227 </context-group>
1228 </trans-unit>
1229 1237
1230 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1238 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1231 <source>Login</source> 1239 <source>Login</source>
@@ -1235,22 +1243,28 @@
1235 </context-group> 1243 </context-group>
1236 1244
1237 1245
1238 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1247 <source>Or sign in with</source><target state="new">Or sign in with</target>
1248 <context-group purpose="location">
1249 <context context-type="sourcefile">src/app/login/login.component.html</context>
1250 <context context-type="linenumber">68</context>
1251 </context-group>
1252 </trans-unit>
1239 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1253 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1240 <source>Forgot your password</source> 1254 <source>Forgot your password</source>
1241 <target>パスワードをお忘れですか</target> 1255 <target>パスワードをお忘れですか</target>
1242 <context-group name="null"> 1256 <context-group name="null">
1243 <context context-type="linenumber">58</context> 1257 <context context-type="linenumber">58</context>
1244 </context-group> 1258 </context-group>
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1259
1246 </trans-unit> 1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1247 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1261 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1248 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1262 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1249 <target state="new"> 1263 <target state="new">
1250 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1264 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1251 </target> 1265 </target>
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1266
1253 </trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1254 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1268 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1255 <source>Email</source> 1269 <source>Email</source>
1256 <target>メール</target> 1270 <target>メール</target>
@@ -1266,16 +1280,16 @@
1266 1280
1267 1281
1268 1282
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1283 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1270 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1284 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1271 <source>Email address</source> 1285 <source>Email address</source>
1272 <target>メールアドレス</target> 1286 <target>メールアドレス</target>
1273 <context-group name="null"> 1287 <context-group name="null">
1274 <context context-type="linenumber">10</context> 1288 <context context-type="linenumber">10</context>
1275 </context-group> 1289 </context-group>
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1290
1277 <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">10</context></context-group> 1291
1278 </trans-unit> 1292 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1279 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1293 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1280 <source>Send me an email to reset my password</source> 1294 <source>Send me an email to reset my password</source>
1281 <target>新しいパスワードをメールで送る</target> 1295 <target>新しいパスワードをメールで送る</target>
@@ -1283,7 +1297,7 @@
1283 <context context-type="linenumber">82</context> 1297 <context context-type="linenumber">82</context>
1284 </context-group> 1298 </context-group>
1285 1299
1286 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1300 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1287 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1301 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1288 <source>Reset my password</source> 1302 <source>Reset my password</source>
1289 <target> 1303 <target>
@@ -2200,8 +2214,8 @@
2200 <context-group name="null"> 2214 <context-group name="null">
2201 <context context-type="linenumber">29</context> 2215 <context context-type="linenumber">29</context>
2202 </context-group> 2216 </context-group>
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2217
2204 </trans-unit> 2218 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2205 2219
2206 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2220 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2207 <source>Add this caption</source> 2221 <source>Add this caption</source>
@@ -2210,7 +2224,7 @@
2210 <context context-type="linenumber">40</context> 2224 <context context-type="linenumber">40</context>
2211 </context-group> 2225 </context-group>
2212 2226
2213 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2214 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2228 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2215 <source>Title</source> 2229 <source>Title</source>
2216 <target>タイトル</target> 2230 <target>タイトル</target>
@@ -3099,7 +3113,7 @@
3099 <context context-type="linenumber">215</context> 3113 <context context-type="linenumber">215</context>
3100 </context-group> 3114 </context-group>
3101 3115
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3116 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3103 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3117 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3104 <source>Get more information</source> 3118 <source>Get more information</source>
3105 <target>詳細</target> 3119 <target>詳細</target>
@@ -3323,11 +3337,8 @@
3323 3337
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3325 <source>Follow domain</source><target state="new">Follow domain</target> 3339 <source>Follow domain</source><target state="new">Follow domain</target>
3326 <context-group purpose="location"> 3340
3327 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3341 <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>
3328 <context context-type="linenumber">15</context>
3329 </context-group>
3330 </trans-unit>
3331 3342
3332 3343
3333 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3344 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3339,7 +3350,37 @@
3339 3350
3340 3351
3341 3352
3342 <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">29</context></context-group></trans-unit> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3354 <source>Clear filters</source><target state="new">Clear filters</target>
3355 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3357 <context context-type="linenumber">15</context>
3358 </context-group>
3359 <context-group purpose="location">
3360 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3361 <context context-type="linenumber">15</context>
3362 </context-group>
3363 <context-group purpose="location">
3364 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3365 <context context-type="linenumber">34</context>
3366 </context-group>
3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3369 <context context-type="linenumber">16</context>
3370 </context-group>
3371 <context-group purpose="location">
3372 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3373 <context context-type="linenumber">31</context>
3374 </context-group>
3375 <context-group purpose="location">
3376 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3377 <context context-type="linenumber">15</context>
3378 </context-group>
3379 <context-group purpose="location">
3380 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3381 <context context-type="linenumber">15</context>
3382 </context-group>
3383 </trans-unit>
3343 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3384 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3344 <source>ID</source> 3385 <source>ID</source>
3345 <target>ID</target> 3386 <target>ID</target>
@@ -3351,8 +3392,8 @@
3351 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3392 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3352 <source>Follower handle</source> 3393 <source>Follower handle</source>
3353 <target state="new">Follower handle</target> 3394 <target state="new">Follower handle</target>
3354 <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> 3395
3355 </trans-unit> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3356 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3397 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3357 <source>State</source> 3398 <source>State</source>
3358 <target>状態</target> 3399 <target>状態</target>
@@ -3361,7 +3402,7 @@
3361 </context-group> 3402 </context-group>
3362 3403
3363 3404
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3365 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3406 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3366 <source>Delayed.</source> 3407 <source>Delayed.</source>
3367 <target state="new">Delayed.</target> 3408 <target state="new">Delayed.</target>
@@ -3399,7 +3440,7 @@
3399 3440
3400 3441
3401 3442
3402 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3403 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3444 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3404 <source>Accepted</source> 3445 <source>Accepted</source>
3405 <target>受入済</target> 3446 <target>受入済</target>
@@ -3408,7 +3449,7 @@
3408 </context-group> 3449 </context-group>
3409 3450
3410 3451
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3412 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3453 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3413 <source>Pending</source> 3454 <source>Pending</source>
3414 <target>保留中</target> 3455 <target>保留中</target>
@@ -3417,24 +3458,42 @@
3417 </context-group> 3458 </context-group>
3418 3459
3419 3460
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3421 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3462 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3422 <source>Accept</source> 3463 <source>Accept</source>
3423 <target>受け入れる</target> 3464 <target>受け入れる</target>
3424 <context-group name="null"> 3465 <context-group name="null">
3425 <context context-type="linenumber">41</context> 3466 <context context-type="linenumber">41</context>
3426 </context-group> 3467 </context-group>
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3468
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3469
3429 </trans-unit> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3430 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3471 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3431 <source>Refuse</source> 3472 <source>Refuse</source>
3432 <target>断る</target> 3473 <target>断る</target>
3433 <context-group name="null"> 3474 <context-group name="null">
3434 <context context-type="linenumber">42</context> 3475 <context context-type="linenumber">42</context>
3435 </context-group> 3476 </context-group>
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3477
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3478
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3480 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3481 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3483 <context context-type="linenumber">55</context>
3484 </context-group>
3485 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3486 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3487 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3489 <context context-type="linenumber">56</context>
3490 </context-group>
3491 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3492 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3493 <context-group purpose="location">
3494 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3495 <context context-type="linenumber">5</context>
3496 </context-group>
3438 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3497 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3439 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3498 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3440 <context-group purpose="location"> 3499 <context-group purpose="location">
@@ -3449,18 +3508,43 @@
3449 <context context-type="linenumber">19</context> 3508 <context context-type="linenumber">19</context>
3450 </context-group> 3509 </context-group>
3451 3510
3452 <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> 3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3453 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3512 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3454 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3513 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3455 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3514 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3456 3515
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3458 <source>Follow domains</source><target state="new">Follow domains</target> 3517 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3459 <context-group purpose="location"> 3518 <context-group purpose="location">
3460 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3519 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3461 <context context-type="linenumber">50</context> 3520 <context context-type="linenumber">37</context>
3521 </context-group>
3522 <context-group purpose="location">
3523 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3524 <context context-type="linenumber">35</context>
3525 </context-group>
3526 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3527 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3528 <context-group purpose="location">
3529 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3530 <context context-type="linenumber">62</context>
3531 </context-group>
3532 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3533 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3536 <context context-type="linenumber">63</context>
3537 </context-group>
3538 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3539 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3540 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3542 <context context-type="linenumber">5</context>
3462 </context-group> 3543 </context-group>
3463 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3544 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3545 <source>Follow domains</source><target state="new">Follow domains</target>
3546
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3464 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3548 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3465 <context-group purpose="location"> 3549 <context-group purpose="location">
3466 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3550 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3536,7 +3620,7 @@
3536 3620
3537 3621
3538 3622
3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3540 <source> 3624 <source>
3541 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3625 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3542 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3626 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3633,7 +3717,7 @@
3633 <context context-type="linenumber">19</context> 3717 <context context-type="linenumber">19</context>
3634 </context-group> 3718 </context-group>
3635 3719
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3637 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3721 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3638 <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> 3722 <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>
3639 <target>ユーザー名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3723 <target>ユーザー名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3641,12 +3725,12 @@
3641 <context context-type="linenumber">40</context> 3725 <context context-type="linenumber">40</context>
3642 </context-group> 3726 </context-group>
3643 3727
3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3645 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3729 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3646 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3730 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3647 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3731 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3648 3732
3649 <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></trans-unit> 3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3650 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3734 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3651 <source>(banned)</source> 3735 <source>(banned)</source>
3652 <target>(banned)</target> 3736 <target>(banned)</target>
@@ -3654,17 +3738,11 @@
3654 <context context-type="linenumber">65</context> 3738 <context context-type="linenumber">65</context>
3655 </context-group> 3739 </context-group>
3656 3740
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3658 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3742 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3659 <context-group purpose="location"> 3743
3660 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3744
3661 <context context-type="linenumber">65</context> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3662 </context-group>
3663 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3665 <context context-type="linenumber">27</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3746 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3669 <source>User's email must be verified to login</source> 3747 <source>User's email must be verified to login</source>
3670 <target>ログインするためには、メールアドレスを確認する必要があります。</target> 3748 <target>ログインするためには、メールアドレスを確認する必要があります。</target>
@@ -3672,7 +3750,7 @@
3672 <context context-type="linenumber">72</context> 3750 <context context-type="linenumber">72</context>
3673 </context-group> 3751 </context-group>
3674 3752
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3676 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3754 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3677 <source>User's email is verified / User can login without email verification</source> 3755 <source>User's email is verified / User can login without email verification</source>
3678 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target> 3756 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target>
@@ -3680,7 +3758,7 @@
3680 <context context-type="linenumber">76</context> 3758 <context context-type="linenumber">76</context>
3681 </context-group> 3759 </context-group>
3682 3760
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3684 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3762 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3685 <source>Ban reason:</source> 3763 <source>Ban reason:</source>
3686 <target>BAN理由:</target> 3764 <target>BAN理由:</target>
@@ -3688,7 +3766,7 @@
3688 <context context-type="linenumber">95</context> 3766 <context context-type="linenumber">95</context>
3689 </context-group> 3767 </context-group>
3690 3768
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3692 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3770 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3693 <context-group purpose="location"> 3771 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3772 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3745,11 +3823,8 @@
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3746 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3824 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3747 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3825 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3748 <context-group purpose="location"> 3826
3749 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3750 <context context-type="linenumber">10</context>
3751 </context-group>
3752 </trans-unit>
3753 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3828 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3754 <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> 3829 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3755 <target>動画名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3830 <target>動画名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3758,35 +3833,44 @@
3758 </context-group> 3833 </context-group>
3759 3834
3760 3835
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3762 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3837 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3763 <source>Video URL</source> 3838 <source>Video URL</source>
3764 <target state="new">Video URL</target> 3839 <target state="new">Video URL</target>
3765 3840
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3767 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3842 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3768 <source>Total size</source> 3843 <source>Total size</source>
3769 <target state="new">Total size</target> 3844 <target state="new">Total size</target>
3770 3845
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3772 <source>List redundancies</source><target state="new">List redundancies</target> 3847 <source>List redundancies</source><target state="new">List redundancies</target>
3848
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3850 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3773 <context-group purpose="location"> 3851 <context-group purpose="location">
3774 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3852 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3775 <context context-type="linenumber">33</context> 3853 <context context-type="linenumber">77</context>
3854 </context-group>
3855 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3856 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3857 <context-group purpose="location">
3858 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3859 <context context-type="linenumber">78</context>
3776 </context-group> 3860 </context-group>
3777 </trans-unit> 3861 </trans-unit>
3778 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3862 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3779 <source>Enabled strategies stats</source> 3863 <source>Enabled strategies stats</source>
3780 <target state="new">Enabled strategies stats</target> 3864 <target state="new">Enabled strategies stats</target>
3781 3865
3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3783 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3867 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3784 <source>No redundancy strategy is enabled on your instance.</source> 3868 <source>No redundancy strategy is enabled on your instance.</source>
3785 <target state="new"> 3869 <target state="new">
3786 No redundancy strategy is enabled on your instance. 3870 No redundancy strategy is enabled on your instance.
3787 </target> 3871 </target>
3788 3872
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3790 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3874 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3791 <source>Sensitive</source> 3875 <source>Sensitive</source>
3792 <target>センシティブ</target> 3876 <target>センシティブ</target>
@@ -3794,7 +3878,7 @@
3794 <context context-type="linenumber">9</context> 3878 <context context-type="linenumber">9</context>
3795 </context-group> 3879 </context-group>
3796 3880
3797 <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">11</context></context-group></trans-unit> 3881 <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">25</context></context-group></trans-unit>
3798 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3882 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3799 <source>Unfederated</source> 3883 <source>Unfederated</source>
3800 <target>連合なし</target> 3884 <target>連合なし</target>
@@ -3802,7 +3886,7 @@
3802 <context context-type="linenumber">10</context> 3886 <context context-type="linenumber">10</context>
3803 </context-group> 3887 </context-group>
3804 3888
3805 <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">12</context></context-group></trans-unit> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3806 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3890 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3807 <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> 3891 <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>
3808 <target>日付 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3892 <target>日付 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3810,7 +3894,17 @@
3810 <context context-type="linenumber">11</context> 3894 <context context-type="linenumber">11</context>
3811 </context-group> 3895 </context-group>
3812 3896
3813 <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">13</context></context-group></trans-unit> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3898 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3899 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3901 <context context-type="linenumber">50</context>
3902 </context-group>
3903 <context-group purpose="location">
3904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3905 <context context-type="linenumber">89</context>
3906 </context-group>
3907 </trans-unit>
3814 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3908 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3815 <source>Go to the video</source> 3909 <source>Go to the video</source>
3816 <target>動画に移動</target> 3910 <target>動画に移動</target>
@@ -3820,7 +3914,7 @@
3820 3914
3821 3915
3822 3916
3823 <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">28</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">33</context></context-group></trans-unit> 3917 <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">33</context></context-group></trans-unit>
3824 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3918 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3825 <source>Actions</source> 3919 <source>Actions</source>
3826 <target>アクション</target> 3920 <target>アクション</target>
@@ -3829,7 +3923,7 @@
3829 </context-group> 3923 </context-group>
3830 3924
3831 3925
3832 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3926 <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">72</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">123</context></context-group></trans-unit>
3833 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3927 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3834 <source>Blacklist reason:</source> 3928 <source>Blacklist reason:</source>
3835 <target>ブラックリストの理由:</target> 3929 <target>ブラックリストの理由:</target>
@@ -3837,7 +3931,19 @@
3837 <context context-type="linenumber">43</context> 3931 <context context-type="linenumber">43</context>
3838 </context-group> 3932 </context-group>
3839 3933
3840 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3934 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3935 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3936 <context-group purpose="location">
3937 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3938 <context context-type="linenumber">93</context>
3939 </context-group>
3940 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3941 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3942 <context-group purpose="location">
3943 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3944 <context context-type="linenumber">94</context>
3945 </context-group>
3946 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3841 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3947 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3842 <context-group purpose="location"> 3948 <context-group purpose="location">
3843 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3949 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3869,7 +3975,43 @@
3869 <context context-type="linenumber">26</context> 3975 <context context-type="linenumber">26</context>
3870 </context-group> 3976 </context-group>
3871 3977
3872 <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">31</context></context-group></trans-unit> 3978 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3979 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3982 <context context-type="linenumber">18</context>
3983 </context-group>
3984 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3985 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3986 <context-group purpose="location">
3987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3988 <context context-type="linenumber">19</context>
3989 </context-group>
3990 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3991 <source>Accepted reports</source><target state="new">Accepted reports</target>
3992 <context-group purpose="location">
3993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3994 <context context-type="linenumber">20</context>
3995 </context-group>
3996 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3997 <source>Refused reports</source><target state="new">Refused reports</target>
3998 <context-group purpose="location">
3999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4000 <context context-type="linenumber">21</context>
4001 </context-group>
4002 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4003 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4004 <context-group purpose="location">
4005 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4006 <context context-type="linenumber">22</context>
4007 </context-group>
4008 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4009 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4010 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4012 <context context-type="linenumber">23</context>
4013 </context-group>
4014 </trans-unit>
3873 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4015 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3874 <source>Reporter</source> 4016 <source>Reporter</source>
3875 <target>レポーター</target> 4017 <target>レポーター</target>
@@ -3877,7 +4019,7 @@
3877 <context context-type="linenumber">8</context> 4019 <context context-type="linenumber">8</context>
3878 </context-group> 4020 </context-group>
3879 4021
3880 <context-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></trans-unit> 4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3881 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4023 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3882 <source>Video</source> 4024 <source>Video</source>
3883 <target>動画</target> 4025 <target>動画</target>
@@ -3887,13 +4029,44 @@
3887 4029
3888 4030
3889 4031
3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3891 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4033 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3892 <context-group purpose="location"> 4034 <context-group purpose="location">
3893 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3894 <context context-type="linenumber">46</context> 4036 <context context-type="linenumber">80</context>
3895 </context-group> 4037 </context-group>
3896 </trans-unit> 4038 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4039 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4040 <context-group purpose="location">
4041 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4042 <context context-type="linenumber">91</context>
4043 </context-group>
4044 <context-group purpose="location">
4045 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4046 <context context-type="linenumber">107</context>
4047 </context-group>
4048 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4049 <source>Video was deleted</source><target state="new">Video was deleted</target>
4050 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4052 <context context-type="linenumber">98</context>
4053 </context-group>
4054 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4055 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4056 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4058 <context context-type="linenumber">141</context>
4059 </context-group>
4060 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4061 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4062 <context-group purpose="location">
4063 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4064 <context context-type="linenumber">142</context>
4065 </context-group>
4066 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4067 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4068
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3897 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4070 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3898 <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> 4071 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3899 <target>状態 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4072 <target>状態 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3903,15 +4076,12 @@
3903 4076
3904 4077
3905 4078
3906 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3907 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4080 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3908 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4081 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3909 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4082 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3910 <context-group purpose="location"> 4083
3911 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3912 <context context-type="linenumber">18</context>
3913 </context-group>
3914 </trans-unit>
3915 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4085 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3916 <source>Go to the account</source> 4086 <source>Go to the account</source>
3917 <target>アカウントに移動</target> 4087 <target>アカウントに移動</target>
@@ -3921,25 +4091,56 @@
3921 4091
3922 4092
3923 <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">27</context></context-group></trans-unit> 4093 <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">27</context></context-group></trans-unit>
3924 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4094 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3925 <source>Reason:</source>
3926 <target>理由:</target>
3927 <context-group name="null">
3928 <context context-type="linenumber">53</context>
3929 </context-group>
3930
3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3932 <source>Note:</source><target state="new">Note:</target>
3933 <context-group purpose="location">
3934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3935 <context context-type="linenumber">72</context>
3936 </context-group>
3937 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3938 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4095 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3939 <context-group purpose="location"> 4096 <context-group purpose="location">
3940 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4097 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3941 <context context-type="linenumber">5</context> 4098 <context context-type="linenumber">5</context>
3942 </context-group> 4099 </context-group>
4100 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4101 <source>
4102 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4103 </source><target state="new">
4104 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4105 </target>
4106 <context-group purpose="location">
4107 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4108 <context context-type="linenumber">20</context>
4109 </context-group>
4110 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4111 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4112 <context-group purpose="location">
4113 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4114 <context context-type="linenumber">21</context>
4115 </context-group>
4116 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4117 <source>Reportee</source><target state="new">Reportee</target>
4118 <context-group purpose="location">
4119 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4120 <context context-type="linenumber">27</context>
4121 </context-group>
4122 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4123 <source>
4124 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4125 </source><target state="new">
4126 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4127 </target>
4128 <context-group purpose="location">
4129 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4130 <context context-type="linenumber">40</context>
4131 </context-group>
4132 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4133 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4134 <context-group purpose="location">
4135 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4136 <context context-type="linenumber">41</context>
4137 </context-group>
4138 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4139 <source>Updated</source><target state="new">Updated</target>
4140 <context-group purpose="location">
4141 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4142 <context context-type="linenumber">47</context>
4143 </context-group>
3943 </trans-unit> 4144 </trans-unit>
3944 4145
3945 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4146 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3952,11 +4153,8 @@
3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3953 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4154 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3954 <source>Mute domain</source><target state="new">Mute domain</target> 4155 <source>Mute domain</source><target state="new">Mute domain</target>
3955 <context-group purpose="location"> 4156
3956 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4157 <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></trans-unit>
3957 <context context-type="linenumber">11</context>
3958 </context-group>
3959 </trans-unit>
3960 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4158 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3961 <source>Instance</source> 4159 <source>Instance</source>
3962 <target>インスタンス</target> 4160 <target>インスタンス</target>
@@ -3967,7 +4165,7 @@
3967 4165
3968 4166
3969 4167
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3971 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4169 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3972 <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> 4170 <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>
3973 <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> 4171 <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>
@@ -3978,7 +4176,7 @@
3978 4176
3979 4177
3980 4178
3981 <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">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">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> 4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3982 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4180 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3983 <source>Unmute</source> 4181 <source>Unmute</source>
3984 <target>ミュートを解除</target> 4182 <target>ミュートを解除</target>
@@ -3989,7 +4187,19 @@
3989 4187
3990 4188
3991 4189
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4191 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4192 <context-group purpose="location">
4193 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4194 <context context-type="linenumber">51</context>
4195 </context-group>
4196 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4197 <source>No server found.</source><target state="new">No server found.</target>
4198 <context-group purpose="location">
4199 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4200 <context context-type="linenumber">52</context>
4201 </context-group>
4202 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3993 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4203 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3994 <context-group purpose="location"> 4204 <context-group purpose="location">
3995 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4205 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -4001,17 +4211,11 @@
4001 </source><target state="new"> 4211 </source><target state="new">
4002 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4212 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4003 </target> 4213 </target>
4004 <context-group purpose="location"> 4214
4005 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4006 <context context-type="linenumber">37</context>
4007 </context-group>
4008 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4009 <source>Mute domains</source><target state="new">Mute domains</target> 4216 <source>Mute domains</source><target state="new">Mute domains</target>
4010 <context-group purpose="location"> 4217
4011 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4012 <context context-type="linenumber">35</context>
4013 </context-group>
4014 </trans-unit>
4015 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4219 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4016 <source>Account</source> 4220 <source>Account</source>
4017 <target>アカウント</target> 4221 <target>アカウント</target>
@@ -4020,7 +4224,19 @@
4020 </context-group> 4224 </context-group>
4021 4225
4022 4226
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4228 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4229 <context-group purpose="location">
4230 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4231 <context context-type="linenumber">58</context>
4232 </context-group>
4233 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4234 <source>No account found.</source><target state="new">No account found.</target>
4235 <context-group purpose="location">
4236 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4237 <context context-type="linenumber">59</context>
4238 </context-group>
4239 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4024 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4240 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4025 <context-group purpose="location"> 4241 <context-group purpose="location">
4026 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4242 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4137,8 +4353,8 @@
4137 <target state="new"> 4353 <target state="new">
4138 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4354 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4139 </target> 4355 </target>
4140 <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">29</context></context-group> 4356
4141 </trans-unit> 4357 <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">47</context></context-group></trans-unit>
4142 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4358 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4143 <source>System</source> 4359 <source>System</source>
4144 <target state="new">System</target> 4360 <target state="new">System</target>
@@ -4342,7 +4558,7 @@
4342 <source>Strategy</source> 4558 <source>Strategy</source>
4343 <target state="new">Strategy</target> 4559 <target state="new">Strategy</target>
4344 4560
4345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4346 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4562 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4347 <source>Terms</source> 4563 <source>Terms</source>
4348 <target>利用規約</target> 4564 <target>利用規約</target>
@@ -5389,20 +5605,14 @@
5389 <context-group name="null"> 5605 <context-group name="null">
5390 <context context-type="linenumber">8</context> 5606 <context context-type="linenumber">8</context>
5391 </context-group> 5607 </context-group>
5392 <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> 5608
5393 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5609 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5394 <source>See the error</source><target state="new">See the error</target> 5610 <source>See the error</source><target state="new">See the error</target>
5395 <context-group purpose="location"> 5611
5396 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5612 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5397 <context context-type="linenumber">19</context>
5398 </context-group>
5399 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5400 <source>This video was deleted</source><target state="new">This video was deleted</target> 5613 <source>This video was deleted</source><target state="new">This video was deleted</target>
5401 <context-group purpose="location"> 5614
5402 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5615 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5403 <context context-type="linenumber">36</context>
5404 </context-group>
5405 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5406 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5616 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5407 <context-group purpose="location"> 5617 <context-group purpose="location">
5408 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5618 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7395,8 +7605,8 @@
7395 <context context-type="linenumber">1</context> 7605 <context context-type="linenumber">1</context>
7396 </context-group> 7606 </context-group>
7397 <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> 7607 <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>
7398 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7608 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7399 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7609 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7400 <context-group purpose="location"> 7610 <context-group purpose="location">
7401 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7611 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7402 <context context-type="linenumber">1</context> 7612 <context context-type="linenumber">1</context>
@@ -8254,6 +8464,12 @@
8254 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8464 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8255 <context context-type="linenumber">1</context> 8465 <context context-type="linenumber">1</context>
8256 </context-group> 8466 </context-group>
8467 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8468 <source>Unknown</source><target state="new">Unknown</target>
8469 <context-group purpose="location">
8470 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8471 <context context-type="linenumber">1</context>
8472 </context-group>
8257 </trans-unit> 8473 </trans-unit>
8258 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8474 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8259 <source>Your password has been successfully reset!</source> 8475 <source>Your password has been successfully reset!</source>
@@ -9801,7 +10017,19 @@
9801 <context-group name="null"> 10017 <context-group name="null">
9802 <context context-type="linenumber">1</context> 10018 <context context-type="linenumber">1</context>
9803 </context-group> 10019 </context-group>
9804 <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> 10020
10021 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10022 <source>Mute server</source><target state="new">Mute server</target>
10023 <context-group purpose="location">
10024 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10025 <context context-type="linenumber">1</context>
10026 </context-group>
10027 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10028 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10029 <context-group purpose="location">
10030 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10031 <context context-type="linenumber">1</context>
10032 </context-group>
9805 </trans-unit> 10033 </trans-unit>
9806 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10034 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9807 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10035 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10148,7 +10376,25 @@
10148 <context context-type="linenumber">1</context> 10376 <context context-type="linenumber">1</context>
10149 </context-group> 10377 </context-group>
10150 10378
10151 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10379 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10380 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10381 <context-group purpose="location">
10382 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10383 <context context-type="linenumber">1</context>
10384 </context-group>
10385 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10386 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10387 <context-group purpose="location">
10388 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10389 <context context-type="linenumber">1</context>
10390 </context-group>
10391 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10392 <source>Delete video</source><target state="new">Delete video</target>
10393 <context-group purpose="location">
10394 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10395 <context context-type="linenumber">1</context>
10396 </context-group>
10397 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10152 <source>Encoder</source><target state="new">Encoder</target> 10398 <source>Encoder</source><target state="new">Encoder</target>
10153 <context-group purpose="location"> 10399 <context-group purpose="location">
10154 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10400 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10206,7 +10452,25 @@
10206 <context-group name="null"> 10452 <context-group name="null">
10207 <context context-type="linenumber">1</context> 10453 <context context-type="linenumber">1</context>
10208 </context-group> 10454 </context-group>
10209 <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> 10455
10456 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10457 <source>Video deleted.</source><target state="new">Video deleted.</target>
10458 <context-group purpose="location">
10459 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10460 <context context-type="linenumber">1</context>
10461 </context-group>
10462 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10463 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10464 <context-group purpose="location">
10465 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10466 <context context-type="linenumber">1</context>
10467 </context-group>
10468 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10469 <source>Mute reporter</source><target state="new">Mute reporter</target>
10470 <context-group purpose="location">
10471 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10472 <context context-type="linenumber">1</context>
10473 </context-group>
10210 </trans-unit> 10474 </trans-unit>
10211 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10475 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10212 <source>This video will be duplicated by your instance.</source> 10476 <source>This video will be duplicated by your instance.</source>
@@ -10229,22 +10493,39 @@
10229 <context context-type="linenumber">1</context> 10493 <context context-type="linenumber">1</context>
10230 </context-group> 10494 </context-group>
10231 <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> 10495 <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>
10232 </trans-unit> 10496 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10233 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10497 <source>Mirror</source><target state="new">Mirror</target>
10234 <source>Duplicate (redundancy)</source>
10235 <target state="new">Duplicate (redundancy)</target>
10236 <context-group purpose="location"> 10498 <context-group purpose="location">
10237 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10499 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10238 <context context-type="linenumber">1</context> 10500 <context context-type="linenumber">1</context>
10239 </context-group> 10501 </context-group>
10240 </trans-unit> 10502 </trans-unit>
10503
10241 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10504 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10242 <source>Report</source> 10505 <source>Report</source>
10243 <target>報告</target> 10506 <target>報告</target>
10244 <context-group name="null"> 10507 <context-group name="null">
10245 <context context-type="linenumber">1</context> 10508 <context context-type="linenumber">1</context>
10246 </context-group> 10509 </context-group>
10247 <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> 10510
10511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10512 <source>Note</source><target state="new">Note</target>
10513 <context-group purpose="location">
10514 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10515 <context context-type="linenumber">61</context>
10516 </context-group>
10517 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10518 <source>The video was deleted</source><target state="new">The video was deleted</target>
10519 <context-group purpose="location">
10520 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10521 <context context-type="linenumber">71</context>
10522 </context-group>
10523 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10524 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10525 <context-group purpose="location">
10526 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10527 <context context-type="linenumber">72</context>
10528 </context-group>
10248 </trans-unit> 10529 </trans-unit>
10249 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10530 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10250 <source>Published</source> 10531 <source>Published</source>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index a7198ac78..b315ee293 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -571,7 +571,7 @@
571 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 571 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
572 <source>Deleted</source><target state="new">Deleted</target> 572 <source>Deleted</source><target state="new">Deleted</target>
573 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
576 <context-group purpose="location"> 576 <context-group purpose="location">
577 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 577 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -844,16 +844,13 @@
844 <context-group name="null"> 844 <context-group name="null">
845 <context context-type="linenumber">23</context> 845 <context context-type="linenumber">23</context>
846 </context-group> 846 </context-group>
847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
848 <source>Ban this user</source><target state="new">Ban this user</target> 848 <source>Ban this user</source><target state="new">Ban this user</target>
849 849
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
851 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 851 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
852 <context-group purpose="location"> 852
853 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
854 <context context-type="linenumber">11</context>
855 </context-group>
856 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
857 <source> 854 <source>
858 Login 855 Login
859 </source><target state="new"> 856 </source><target state="new">
@@ -863,58 +860,71 @@
863 <context context-type="sourcefile">src/app/login/login.component.html</context> 860 <context context-type="sourcefile">src/app/login/login.component.html</context>
864 <context context-type="linenumber">2</context> 861 <context context-type="linenumber">2</context>
865 </context-group> 862 </context-group>
866 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 863 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
867 <source> 864 <source>
868 If you are looking for an account… 865 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
869 </source><target state="new"> 866 </source><target state="new">
870 If you are looking for an account… 867 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
871 </target> 868 </target>
872 <context-group purpose="location"> 869 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/login/login.component.html</context> 870 <context context-type="sourcefile">src/app/login/login.component.html</context>
874 <context context-type="linenumber">7</context> 871 <context context-type="linenumber">6</context>
875 </context-group> 872 </context-group>
876 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 873 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
877 <source> 874 <source>
878 Currently this instance doesn't allow for user registration, but you can find an instance 875 If you are looking for an account…
879 that gives you the possibility to sign up for an account and upload your videos there. 876 </source><target state="new">
877 If you are looking for an account…
878 </target>
879 <context-group purpose="location">
880 <context context-type="sourcefile">src/app/login/login.component.html</context>
881 <context context-type="linenumber">12</context>
882 </context-group>
883 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
884 <source>
885 Currently this instance doesn't allow for user registration, but you can find an instance
886 that gives you the possibility to sign up for an account and upload your videos there.
880 887
881 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 888 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
882 889
883 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 890 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
884 </source><target state="new"> 891 </source><target state="new">
885 Currently this instance doesn't allow for user registration, but you can find an instance 892 Currently this instance doesn't allow for user registration, but you can find an instance
886 that gives you the possibility to sign up for an account and upload your videos there. 893 that gives you the possibility to sign up for an account and upload your videos there.
887 894
888 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 895 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
889 896
890 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 897 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
891 </target> 898 </target>
892 <context-group purpose="location"> 899 <context-group purpose="location">
893 <context context-type="sourcefile">src/app/login/login.component.html</context> 900 <context context-type="sourcefile">src/app/login/login.component.html</context>
894 <context context-type="linenumber">11</context> 901 <context context-type="linenumber">16</context>
895 </context-group> 902 </context-group>
896 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 903 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
897 <source>Request new verification email.</source><target state="new">Request new verification email.</target> 904 <source>Request new verification email.</source><target state="new">Request new verification email.</target>
898 905
899 906
900 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 907 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
901 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 908 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
902 <source>User</source> 909 <source>User</source>
903 <target>lo pilno</target> 910 <target>lo pilno</target>
904 <context-group name="null"> 911 <context-group name="null">
905 <context context-type="linenumber">13</context> 912 <context context-type="linenumber">13</context>
906 </context-group> 913 </context-group>
907 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 914 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
908 <source>Username or email address</source><target state="new">Username or email address</target> 915 <source>Username or email address</source><target state="new">Username or email address</target>
909 916
910 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 917 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
911 <source> 918 <source>
912 or create an account 919 or create an account
913 </source><target state="new"> 920 </source><target state="new">
914 or create an account 921 or create an account
915 </target> 922 </target>
916 923 <context-group purpose="location">
917 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 924 <context context-type="sourcefile">src/app/login/login.component.html</context>
925 <context context-type="linenumber">40</context>
926 </context-group>
927 </trans-unit>
918 928
919 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 929 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
920 <source>Password</source> 930 <source>Password</source>
@@ -922,13 +932,10 @@
922 <context-group name="null"> 932 <context-group name="null">
923 <context context-type="linenumber">54</context> 933 <context context-type="linenumber">54</context>
924 </context-group> 934 </context-group>
925 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 935 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
926 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 936 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
927 <context-group purpose="location"> 937
928 <context context-type="sourcefile">src/app/login/login.component.html</context> 938 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
929 <context context-type="linenumber">50</context>
930 </context-group>
931 </trans-unit>
932 939
933 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 940 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
934 <source>Login</source> 941 <source>Login</source>
@@ -936,42 +943,48 @@
936 <context-group name="null"> 943 <context-group name="null">
937 <context context-type="linenumber">32</context> 944 <context context-type="linenumber">32</context>
938 </context-group> 945 </context-group>
939 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 946 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
947 <source>Or sign in with</source><target state="new">Or sign in with</target>
948 <context-group purpose="location">
949 <context context-type="sourcefile">src/app/login/login.component.html</context>
950 <context context-type="linenumber">68</context>
951 </context-group>
952 </trans-unit>
940 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 953 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
941 <source>Forgot your password</source> 954 <source>Forgot your password</source>
942 <target>.i mi nalmo'i le mi lerpoijaspu</target> 955 <target>.i mi nalmo'i le mi lerpoijaspu</target>
943 <context-group name="null"> 956 <context-group name="null">
944 <context context-type="linenumber">58</context> 957 <context context-type="linenumber">58</context>
945 </context-group> 958 </context-group>
946 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
947 <source> 960 <source>
948 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 961 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
949 </source><target state="new"> 962 </source><target state="new">
950 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 963 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
951 </target> 964 </target>
952 965
953 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 966 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
954 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 967 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
955 <source>Email</source> 968 <source>Email</source>
956 <target>lo ve samymri</target> 969 <target>lo ve samymri</target>
957 <context-group name="null"> 970 <context-group name="null">
958 <context context-type="linenumber">43</context> 971 <context context-type="linenumber">43</context>
959 </context-group> 972 </context-group>
960 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 973 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
961 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 974 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
962 <source>Email address</source> 975 <source>Email address</source>
963 <target>lo ve samymri</target> 976 <target>lo ve samymri</target>
964 <context-group name="null"> 977 <context-group name="null">
965 <context context-type="linenumber">10</context> 978 <context context-type="linenumber">10</context>
966 </context-group> 979 </context-group>
967 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 980 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
968 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 981 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
969 <source>Send me an email to reset my password</source> 982 <source>Send me an email to reset my password</source>
970 <target>samymri fi mi te zu'e lo nu galfi le mi japyvla</target> 983 <target>samymri fi mi te zu'e lo nu galfi le mi japyvla</target>
971 <context-group name="null"> 984 <context-group name="null">
972 <context context-type="linenumber">82</context> 985 <context context-type="linenumber">82</context>
973 </context-group> 986 </context-group>
974 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 987 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
975 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 988 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
976 <source> 989 <source>
977 Reset my password 990 Reset my password
@@ -1706,14 +1719,11 @@ galfi le mi japyvla</target>
1706 </source><target state="new"> 1719 </source><target state="new">
1707 This will replace an existing caption! 1720 This will replace an existing caption!
1708 </target> 1721 </target>
1709 <context-group purpose="location"> 1722
1710 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1711 <context context-type="linenumber">29</context>
1712 </context-group>
1713 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1714 <source>Add this caption</source><target state="new">Add this caption</target> 1724 <source>Add this caption</source><target state="new">Add this caption</target>
1715 1725
1716 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1726 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1717 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1727 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1718 <source>Title</source> 1728 <source>Title</source>
1719 <target>lo cmene</target> 1729 <target>lo cmene</target>
@@ -2335,7 +2345,7 @@ galfi le mi japyvla</target>
2335 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2345 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2336 <source>More information</source><target state="new">More information</target> 2346 <source>More information</source><target state="new">More information</target>
2337 2347
2338 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2348 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2339 <source>Get more information</source><target state="new">Get more information</target> 2349 <source>Get more information</source><target state="new">Get more information</target>
2340 2350
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2504,16 +2514,43 @@ galfi le mi japyvla</target>
2504 2514
2505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2506 <source>Follow domain</source><target state="new">Follow domain</target> 2516 <source>Follow domain</source><target state="new">Follow domain</target>
2507 <context-group purpose="location"> 2517
2508 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2518 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2509 <context context-type="linenumber">15</context>
2510 </context-group>
2511 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2512 <source>Filter...</source><target state="new">Filter...</target> 2519 <source>Filter...</source><target state="new">Filter...</target>
2513 2520
2514 2521
2515 2522
2516 <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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2524 <source>Clear filters</source><target state="new">Clear filters</target>
2525 <context-group purpose="location">
2526 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2527 <context context-type="linenumber">15</context>
2528 </context-group>
2529 <context-group purpose="location">
2530 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2531 <context context-type="linenumber">15</context>
2532 </context-group>
2533 <context-group purpose="location">
2534 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2535 <context context-type="linenumber">34</context>
2536 </context-group>
2537 <context-group purpose="location">
2538 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2539 <context context-type="linenumber">16</context>
2540 </context-group>
2541 <context-group purpose="location">
2542 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2543 <context context-type="linenumber">31</context>
2544 </context-group>
2545 <context-group purpose="location">
2546 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2547 <context context-type="linenumber">15</context>
2548 </context-group>
2549 <context-group purpose="location">
2550 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2551 <context context-type="linenumber">15</context>
2552 </context-group>
2553 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2517 <source>ID</source><target state="new">ID</target> 2554 <source>ID</source><target state="new">ID</target>
2518 2555
2519 2556
@@ -2521,13 +2558,13 @@ galfi le mi japyvla</target>
2521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2522 <source>Follower handle</source><target state="new">Follower handle</target> 2559 <source>Follower handle</source><target state="new">Follower handle</target>
2523 2560
2524 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2525 <source>State</source><target state="new">State</target> 2562 <source>State</source><target state="new">State</target>
2526 2563
2527 2564
2528 2565
2529 2566
2530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2531 <source>Delayed.</source><target state="new">Delayed.</target> 2568 <source>Delayed.</source><target state="new">Delayed.</target>
2532 2569
2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2550,23 +2587,41 @@ galfi le mi japyvla</target>
2550 2587
2551 2588
2552 2589
2553 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2554 <source>Accepted</source><target state="new">Accepted</target> 2591 <source>Accepted</source><target state="new">Accepted</target>
2555 2592
2556 2593
2557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2558 <source>Pending</source><target state="new">Pending</target> 2595 <source>Pending</source><target state="new">Pending</target>
2559 2596
2560 2597
2561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2562 <source>Accept</source><target state="new">Accept</target> 2599 <source>Accept</source><target state="new">Accept</target>
2563 2600
2564 2601
2565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2566 <source>Refuse</source><target state="new">Refuse</target> 2603 <source>Refuse</source><target state="new">Refuse</target>
2567 2604
2568 2605
2569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2607 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2608 <context-group purpose="location">
2609 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2610 <context context-type="linenumber">55</context>
2611 </context-group>
2612 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2613 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2614 <context-group purpose="location">
2615 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2616 <context context-type="linenumber">56</context>
2617 </context-group>
2618 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2619 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2620 <context-group purpose="location">
2621 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2622 <context context-type="linenumber">5</context>
2623 </context-group>
2624 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2570 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2625 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2571 <context-group purpose="location"> 2626 <context-group purpose="location">
2572 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2627 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2575,16 +2630,41 @@ galfi le mi japyvla</target>
2575 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2630 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2576 <source>Host</source><target state="new">Host</target> 2631 <source>Host</source><target state="new">Host</target>
2577 2632
2578 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2579 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2634 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2580 2635
2581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2582 <source>Follow domains</source><target state="new">Follow domains</target> 2637 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2583 <context-group purpose="location"> 2638 <context-group purpose="location">
2584 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2639 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2585 <context context-type="linenumber">50</context> 2640 <context context-type="linenumber">37</context>
2641 </context-group>
2642 <context-group purpose="location">
2643 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2644 <context context-type="linenumber">35</context>
2645 </context-group>
2646 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2647 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2648 <context-group purpose="location">
2649 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2650 <context context-type="linenumber">62</context>
2651 </context-group>
2652 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2653 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2654 <context-group purpose="location">
2655 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2656 <context context-type="linenumber">63</context>
2657 </context-group>
2658 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2659 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2660 <context-group purpose="location">
2661 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2662 <context context-type="linenumber">5</context>
2586 </context-group> 2663 </context-group>
2587 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2664 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2665 <source>Follow domains</source><target state="new">Follow domains</target>
2666
2667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2588 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2668 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2589 <context-group purpose="location"> 2669 <context-group purpose="location">
2590 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2670 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2635,7 +2715,7 @@ galfi le mi japyvla</target>
2635 2715
2636 2716
2637 2717
2638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2639 <source> 2719 <source>
2640 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2720 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2641 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2721 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2698,35 +2778,29 @@ galfi le mi japyvla</target>
2698 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2778 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2699 <source>Batch actions</source><target state="new">Batch actions</target> 2779 <source>Batch actions</source><target state="new">Batch actions</target>
2700 2780
2701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2702 <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><target state="new">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>"/></target> 2782 <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><target state="new">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>"/></target>
2703 2783
2704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2705 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2785 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2706 2786
2707 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2708 <source>(banned)</source><target state="new">(banned)</target> 2788 <source>(banned)</source><target state="new">(banned)</target>
2709 2789
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2711 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2791 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2712 <context-group purpose="location"> 2792
2713 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2793
2714 <context context-type="linenumber">65</context> 2794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2715 </context-group>
2716 <context-group purpose="location">
2717 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2718 <context context-type="linenumber">27</context>
2719 </context-group>
2720 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2721 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2795 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2722 2796
2723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2724 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2798 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2725 2799
2726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2727 <source>Ban reason:</source><target state="new">Ban reason:</target> 2801 <source>Ban reason:</source><target state="new">Ban reason:</target>
2728 2802
2729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2730 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2804 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2731 <context-group purpose="location"> 2805 <context-group purpose="location">
2732 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2806 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2774,65 +2848,93 @@ galfi le mi japyvla</target>
2774 </context-group> 2848 </context-group>
2775 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2849 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2776 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2850 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2777 <context-group purpose="location"> 2851
2778 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2779 <context context-type="linenumber">10</context>
2780 </context-group>
2781 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2782 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2853 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2783 2854
2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2785 <source>Video URL</source><target state="new">Video URL</target> 2856 <source>Video URL</source><target state="new">Video URL</target>
2786 2857
2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2788 <source>Total size</source><target state="new">Total size</target> 2859 <source>Total size</source><target state="new">Total size</target>
2789 2860
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2791 <source>List redundancies</source><target state="new">List redundancies</target> 2862 <source>List redundancies</source><target state="new">List redundancies</target>
2863
2864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2865 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2792 <context-group purpose="location"> 2866 <context-group purpose="location">
2793 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2867 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2794 <context context-type="linenumber">33</context> 2868 <context context-type="linenumber">77</context>
2869 </context-group>
2870 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2871 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2872 <context-group purpose="location">
2873 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2874 <context context-type="linenumber">78</context>
2795 </context-group> 2875 </context-group>
2796 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2876 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2797 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2877 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2798 2878
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2800 <source> 2880 <source>
2801 No redundancy strategy is enabled on your instance. 2881 No redundancy strategy is enabled on your instance.
2802 </source><target state="new"> 2882 </source><target state="new">
2803 No redundancy strategy is enabled on your instance. 2883 No redundancy strategy is enabled on your instance.
2804 </target> 2884 </target>
2805 2885
2806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
2807 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 2887 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2808 <source>Sensitive</source> 2888 <source>Sensitive</source>
2809 <target>kajde fi lo ganvi</target> 2889 <target>kajde fi lo ganvi</target>
2810 <context-group name="null"> 2890 <context-group name="null">
2811 <context context-type="linenumber">9</context> 2891 <context context-type="linenumber">9</context>
2812 </context-group> 2892 </context-group>
2813 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2893 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2814 <source>Unfederated</source><target state="new">Unfederated</target> 2894 <source>Unfederated</source><target state="new">Unfederated</target>
2815 2895
2816 <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">12</context></context-group></trans-unit> 2896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
2817 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2897 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2818 <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> 2898 <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>
2819 <target>detri <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2899 <target>detri <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2820 <context-group name="null"> 2900 <context-group name="null">
2821 <context context-type="linenumber">11</context> 2901 <context context-type="linenumber">11</context>
2822 </context-group> 2902 </context-group>
2823 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2904 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2905 <context-group purpose="location">
2906 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2907 <context context-type="linenumber">50</context>
2908 </context-group>
2909 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2911 <context context-type="linenumber">89</context>
2912 </context-group>
2913 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2824 <source>Go to the video</source><target state="new">Go to the video</target> 2914 <source>Go to the video</source><target state="new">Go to the video</target>
2825 2915
2826 2916
2827 2917
2828 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2918 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2829 <source>Actions</source><target state="new">Actions</target> 2919 <source>Actions</source><target state="new">Actions</target>
2830 2920
2831 2921
2832 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2922 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2833 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2923 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2834 2924
2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2925 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2926 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2927 <context-group purpose="location">
2928 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2929 <context context-type="linenumber">93</context>
2930 </context-group>
2931 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2932 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2933 <context-group purpose="location">
2934 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2935 <context context-type="linenumber">94</context>
2936 </context-group>
2937 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2836 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2938 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2837 <context-group purpose="location"> 2939 <context-group purpose="location">
2838 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2940 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2858,48 +2960,147 @@ galfi le mi japyvla</target>
2858 <context-group name="null"> 2960 <context-group name="null">
2859 <context context-type="linenumber">26</context> 2961 <context context-type="linenumber">26</context>
2860 </context-group> 2962 </context-group>
2861 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2963 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2964 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2965 <context-group purpose="location">
2966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2967 <context context-type="linenumber">18</context>
2968 </context-group>
2969 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2970 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2971 <context-group purpose="location">
2972 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2973 <context context-type="linenumber">19</context>
2974 </context-group>
2975 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2976 <source>Accepted reports</source><target state="new">Accepted reports</target>
2977 <context-group purpose="location">
2978 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2979 <context context-type="linenumber">20</context>
2980 </context-group>
2981 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2982 <source>Refused reports</source><target state="new">Refused reports</target>
2983 <context-group purpose="location">
2984 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2985 <context context-type="linenumber">21</context>
2986 </context-group>
2987 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2988 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2989 <context-group purpose="location">
2990 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2991 <context context-type="linenumber">22</context>
2992 </context-group>
2993 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2994 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2995 <context-group purpose="location">
2996 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2997 <context context-type="linenumber">23</context>
2998 </context-group>
2999 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2862 <source>Reporter</source><target state="new">Reporter</target> 3000 <source>Reporter</source><target state="new">Reporter</target>
2863 3001
2864 <context-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></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2865 <source>Video</source><target state="new">Video</target> 3003 <source>Video</source><target state="new">Video</target>
2866 3004
2867 3005
2868 3006
2869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2870 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3008 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3009 <context-group purpose="location">
3010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3011 <context context-type="linenumber">80</context>
3012 </context-group>
3013 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3014 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3015 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3017 <context context-type="linenumber">91</context>
3018 </context-group>
3019 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3021 <context context-type="linenumber">107</context>
3022 </context-group>
3023 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3024 <source>Video was deleted</source><target state="new">Video was deleted</target>
3025 <context-group purpose="location">
3026 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3027 <context context-type="linenumber">98</context>
3028 </context-group>
3029 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3030 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
2871 <context-group purpose="location"> 3031 <context-group purpose="location">
2872 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3032 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2873 <context context-type="linenumber">46</context> 3033 <context context-type="linenumber">141</context>
2874 </context-group> 3034 </context-group>
2875 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3035 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3036 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3037 <context-group purpose="location">
3038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3039 <context context-type="linenumber">142</context>
3040 </context-group>
3041 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3042 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3043
3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2876 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3045 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2877 3046
2878 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2879 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3048 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2880 <context-group purpose="location">
2881 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2882 <context context-type="linenumber">18</context>
2883 </context-group>
2884 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2885 <source>Go to the account</source><target state="new">Go to the account</target>
2886 3049
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3051 <source>Go to the account</source><target state="new">Go to the account</target>
2887 3052
2888 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2889 <source>Reason:</source><target state="new">Reason:</target>
2890 3053
2891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 3054 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2892 <source>Note:</source><target state="new">Note:</target>
2893 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2895 <context context-type="linenumber">72</context>
2896 </context-group>
2897 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2898 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3055 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2899 <context-group purpose="location"> 3056 <context-group purpose="location">
2900 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2901 <context context-type="linenumber">5</context> 3058 <context context-type="linenumber">5</context>
2902 </context-group> 3059 </context-group>
3060 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3061 <source>
3062 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3063 </source><target state="new">
3064 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3065 </target>
3066 <context-group purpose="location">
3067 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3068 <context context-type="linenumber">20</context>
3069 </context-group>
3070 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3071 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3072 <context-group purpose="location">
3073 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3074 <context context-type="linenumber">21</context>
3075 </context-group>
3076 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3077 <source>Reportee</source><target state="new">Reportee</target>
3078 <context-group purpose="location">
3079 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3080 <context context-type="linenumber">27</context>
3081 </context-group>
3082 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3083 <source>
3084 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3085 </source><target state="new">
3086 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3087 </target>
3088 <context-group purpose="location">
3089 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3090 <context context-type="linenumber">40</context>
3091 </context-group>
3092 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3093 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3094 <context-group purpose="location">
3095 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3096 <context context-type="linenumber">41</context>
3097 </context-group>
3098 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3099 <source>Updated</source><target state="new">Updated</target>
3100 <context-group purpose="location">
3101 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3102 <context context-type="linenumber">47</context>
3103 </context-group>
2903 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3104 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2904 <source>Unblacklist</source><target state="new">Unblacklist</target> 3105 <source>Unblacklist</source><target state="new">Unblacklist</target>
2905 <context-group purpose="location"> 3106 <context-group purpose="location">
@@ -2912,30 +3113,39 @@ galfi le mi japyvla</target>
2912 </context-group> 3113 </context-group>
2913 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3114 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2914 <source>Mute domain</source><target state="new">Mute domain</target> 3115 <source>Mute domain</source><target state="new">Mute domain</target>
2915 <context-group purpose="location"> 3116
2916 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3117 <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></trans-unit>
2917 <context context-type="linenumber">11</context>
2918 </context-group>
2919 </trans-unit>
2920 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3118 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
2921 <source>Instance</source> 3119 <source>Instance</source>
2922 <target>samtcise'u</target> 3120 <target>samtcise'u</target>
2923 <context-group name="null"> 3121 <context-group name="null">
2924 <context context-type="linenumber">5</context> 3122 <context context-type="linenumber">5</context>
2925 </context-group> 3123 </context-group>
2926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2927 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3125 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2928 3126
2929 3127
2930 3128
2931 3129
2932 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2933 <source>Unmute</source><target state="new">Unmute</target> 3131 <source>Unmute</source><target state="new">Unmute</target>
2934 3132
2935 3133
2936 3134
2937 3135
2938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3137 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3138 <context-group purpose="location">
3139 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3140 <context context-type="linenumber">51</context>
3141 </context-group>
3142 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3143 <source>No server found.</source><target state="new">No server found.</target>
3144 <context-group purpose="location">
3145 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3146 <context context-type="linenumber">52</context>
3147 </context-group>
3148 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2939 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3149 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2940 <context-group purpose="location"> 3150 <context-group purpose="location">
2941 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3151 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2947,24 +3157,30 @@ galfi le mi japyvla</target>
2947 </source><target state="new"> 3157 </source><target state="new">
2948 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3158 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2949 </target> 3159 </target>
2950 <context-group purpose="location"> 3160
2951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2952 <context context-type="linenumber">37</context>
2953 </context-group>
2954 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2955 <source>Mute domains</source><target state="new">Mute domains</target> 3162 <source>Mute domains</source><target state="new">Mute domains</target>
2956 <context-group purpose="location"> 3163
2957 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
2958 <context context-type="linenumber">35</context>
2959 </context-group>
2960 </trans-unit>
2961 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3165 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2962 <source>Account</source> 3166 <source>Account</source>
2963 <target>lo pilno</target> 3167 <target>lo pilno</target>
2964 <context-group name="null"> 3168 <context-group name="null">
2965 <context context-type="linenumber">12</context> 3169 <context context-type="linenumber">12</context>
2966 </context-group> 3170 </context-group>
2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3172 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3173 <context-group purpose="location">
3174 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3175 <context context-type="linenumber">58</context>
3176 </context-group>
3177 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3178 <source>No account found.</source><target state="new">No account found.</target>
3179 <context-group purpose="location">
3180 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3181 <context context-type="linenumber">59</context>
3182 </context-group>
3183 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2968 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3184 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2969 <context-group purpose="location"> 3185 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3186 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3060,7 +3276,7 @@ galfi le mi japyvla</target>
3060 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3276 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3061 </target> 3277 </target>
3062 3278
3063 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3279 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3064 <source>System</source><target state="new">System</target> 3280 <source>System</source><target state="new">System</target>
3065 <context-group purpose="location"> 3281 <context-group purpose="location">
3066 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3282 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -3205,7 +3421,7 @@ galfi le mi japyvla</target>
3205 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3421 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3206 <source>Strategy</source><target state="new">Strategy</target> 3422 <source>Strategy</source><target state="new">Strategy</target>
3207 3423
3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3209 <source>Terms</source><target state="new">Terms</target> 3425 <source>Terms</source><target state="new">Terms</target>
3210 3426
3211 3427
@@ -3998,23 +4214,14 @@ galfi le mi japyvla</target>
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3999 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4215 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4000 <source>Target</source><target state="new">Target</target> 4216 <source>Target</source><target state="new">Target</target>
4001 <context-group purpose="location"> 4217
4002 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4218 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4003 <context context-type="linenumber">8</context>
4004 </context-group>
4005 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4006 <source>See the error</source><target state="new">See the error</target> 4219 <source>See the error</source><target state="new">See the error</target>
4007 <context-group purpose="location"> 4220
4008 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4221 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4009 <context context-type="linenumber">19</context>
4010 </context-group>
4011 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4012 <source>This video was deleted</source><target state="new">This video was deleted</target> 4222 <source>This video was deleted</source><target state="new">This video was deleted</target>
4013 <context-group purpose="location"> 4223
4014 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4224 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4015 <context context-type="linenumber">36</context>
4016 </context-group>
4017 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4018 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4225 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4019 <context-group purpose="location"> 4226 <context-group purpose="location">
4020 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4227 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5673,8 +5880,8 @@ zbasu lo pilno</target>
5673 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5880 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5674 <context context-type="linenumber">1</context> 5881 <context context-type="linenumber">1</context>
5675 </context-group> 5882 </context-group>
5676 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5883 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5677 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5884 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5678 <context-group purpose="location"> 5885 <context-group purpose="location">
5679 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5886 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5680 <context context-type="linenumber">1</context> 5887 <context context-type="linenumber">1</context>
@@ -6383,6 +6590,12 @@ zbasu lo pilno</target>
6383 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6590 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6384 <context context-type="linenumber">1</context> 6591 <context context-type="linenumber">1</context>
6385 </context-group> 6592 </context-group>
6593 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6594 <source>Unknown</source><target state="new">Unknown</target>
6595 <context-group purpose="location">
6596 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6597 <context context-type="linenumber">1</context>
6598 </context-group>
6386 </trans-unit> 6599 </trans-unit>
6387 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 6600 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
6388 <source>Your password has been successfully reset!</source> 6601 <source>Your password has been successfully reset!</source>
@@ -7607,8 +7820,17 @@ zbasu lo pilno</target>
7607 </context-group> 7820 </context-group>
7608 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7821 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7609 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7822 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7823
7824 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7825 <source>Mute server</source><target state="new">Mute server</target>
7610 <context-group purpose="location"> 7826 <context-group purpose="location">
7611 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7827 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7828 <context context-type="linenumber">1</context>
7829 </context-group>
7830 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7831 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7832 <context-group purpose="location">
7833 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7612 <context context-type="linenumber">1</context> 7834 <context context-type="linenumber">1</context>
7613 </context-group> 7835 </context-group>
7614 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7836 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7874,7 +8096,25 @@ zbasu lo pilno</target>
7874 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 8096 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7875 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 8097 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7876 8098
7877 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 8099 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
8100 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
8101 <context-group purpose="location">
8102 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8103 <context context-type="linenumber">1</context>
8104 </context-group>
8105 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
8106 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
8107 <context-group purpose="location">
8108 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8109 <context context-type="linenumber">1</context>
8110 </context-group>
8111 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
8112 <source>Delete video</source><target state="new">Delete video</target>
8113 <context-group purpose="location">
8114 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8115 <context context-type="linenumber">1</context>
8116 </context-group>
8117 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7878 <source>Encoder</source><target state="new">Encoder</target> 8118 <source>Encoder</source><target state="new">Encoder</target>
7879 <context-group purpose="location"> 8119 <context-group purpose="location">
7880 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8120 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7920,8 +8160,23 @@ zbasu lo pilno</target>
7920 </context-group> 8160 </context-group>
7921 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 8161 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7922 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 8162 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
8163
8164 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8165 <source>Video deleted.</source><target state="new">Video deleted.</target>
7923 <context-group purpose="location"> 8166 <context-group purpose="location">
7924 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8167 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8168 <context context-type="linenumber">1</context>
8169 </context-group>
8170 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8171 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
8172 <context-group purpose="location">
8173 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8174 <context context-type="linenumber">1</context>
8175 </context-group>
8176 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8177 <source>Mute reporter</source><target state="new">Mute reporter</target>
8178 <context-group purpose="location">
8179 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7925 <context context-type="linenumber">1</context> 8180 <context context-type="linenumber">1</context>
7926 </context-group> 8181 </context-group>
7927 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 8182 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7939,17 +8194,32 @@ zbasu lo pilno</target>
7939 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8194 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7940 <context context-type="linenumber">1</context> 8195 <context context-type="linenumber">1</context>
7941 </context-group> 8196 </context-group>
7942 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 8197 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7943 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 8198 <source>Mirror</source><target state="new">Mirror</target>
7944 <context-group purpose="location"> 8199 <context-group purpose="location">
7945 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8200 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7946 <context context-type="linenumber">1</context> 8201 <context context-type="linenumber">1</context>
7947 </context-group> 8202 </context-group>
7948 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 8203 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7949 <source>Report</source><target state="new">Report</target> 8204 <source>Report</source><target state="new">Report</target>
8205
8206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
8207 <source>Note</source><target state="new">Note</target>
7950 <context-group purpose="location"> 8208 <context-group purpose="location">
7951 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7952 <context context-type="linenumber">1</context> 8210 <context context-type="linenumber">61</context>
8211 </context-group>
8212 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
8213 <source>The video was deleted</source><target state="new">The video was deleted</target>
8214 <context-group purpose="location">
8215 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8216 <context context-type="linenumber">71</context>
8217 </context-group>
8218 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
8219 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
8220 <context-group purpose="location">
8221 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8222 <context context-type="linenumber">72</context>
7953 </context-group> 8223 </context-group>
7954 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 8224 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7955 <source>Published</source><target state="new">Published</target> 8225 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index f5e89b2c6..69ff548d6 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -688,9 +688,9 @@
688 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 688 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
689 <source>Deleted</source> 689 <source>Deleted</source>
690 <target state="translated">삭제됨</target> 690 <target state="translated">삭제됨</target>
691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 691
692 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 692
693 </trans-unit> 693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
695 <source>Edit starts/stops at</source> 695 <source>Edit starts/stops at</source>
696 <target>시작 / 종료 지점 수정</target> 696 <target>시작 / 종료 지점 수정</target>
@@ -1087,7 +1087,7 @@
1087 1087
1088 1088
1089 1089
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1091 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1091 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1092 <source>Ban this user</source> 1092 <source>Ban this user</source>
1093 <target>이 사용자 강퇴</target> 1093 <target>이 사용자 강퇴</target>
@@ -1102,8 +1102,8 @@
1102 <context-group name="null"> 1102 <context-group name="null">
1103 <context context-type="linenumber">11</context> 1103 <context context-type="linenumber">11</context>
1104 </context-group> 1104 </context-group>
1105 <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> 1105
1106 </trans-unit> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1107 1107
1108 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1108 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1109 <source>Login</source> 1109 <source>Login</source>
@@ -1114,75 +1114,86 @@
1114 <context context-type="linenumber">2</context> 1114 <context context-type="linenumber">2</context>
1115 </context-group> 1115 </context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1117 </trans-unit> 1117 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1118 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1118 <source>
1119 <source>If you are looking for an account…</source> 1119 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1120 <target state="new"> 1120 </source><target state="new">
1121 If you are looking for an account… 1121 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1122 </target> 1122 </target>
1123 <context-group purpose="location"> 1123 <context-group purpose="location">
1124 <context context-type="sourcefile">src/app/login/login.component.html</context> 1124 <context context-type="sourcefile">src/app/login/login.component.html</context>
1125 <context context-type="linenumber">7</context> 1125 <context context-type="linenumber">6</context>
1126 </context-group> 1126 </context-group>
1127 </trans-unit> 1127 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1128 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1129 <source> 1128 <source>
1130 Currently this instance doesn't allow for user registration, but you can find an instance 1129 If you are looking for an account…
1131 that gives you the possibility to sign up for an account and upload your videos there. 1130 </source><target state="new">
1131 If you are looking for an account…
1132 </target>
1133 <context-group purpose="location">
1134 <context context-type="sourcefile">src/app/login/login.component.html</context>
1135 <context context-type="linenumber">12</context>
1136 </context-group>
1137 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1138 <source>
1139 Currently this instance doesn't allow for user registration, but you can find an instance
1140 that gives you the possibility to sign up for an account and upload your videos there.
1132 1141
1133 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1142 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1134 1143
1135 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1144 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1136 </source> 1145 </source><target state="new">
1137 <target state="new"> 1146 Currently this instance doesn't allow for user registration, but you can find an instance
1138 Currently this instance doesn't allow for user registration, but you can find an instance 1147 that gives you the possibility to sign up for an account and upload your videos there.
1139 that gives you the possibility to sign up for an account and upload your videos there.
1140 1148
1141 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1149 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1142 1150
1143 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1151 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1144 </target> 1152 </target>
1145 <context-group purpose="location"> 1153 <context-group purpose="location">
1146 <context context-type="sourcefile">src/app/login/login.component.html</context> 1154 <context context-type="sourcefile">src/app/login/login.component.html</context>
1147 <context context-type="linenumber">11</context> 1155 <context context-type="linenumber">16</context>
1148 </context-group> 1156 </context-group>
1149 </trans-unit> 1157 </trans-unit>
1158
1159
1150 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1160 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1151 <source>Request new verification email.</source> 1161 <source>Request new verification email.</source>
1152 <target>새 인증 메일 요청하기</target> 1162 <target>새 인증 메일 요청하기</target>
1153 <context-group name="null"> 1163 <context-group name="null">
1154 <context context-type="linenumber">16</context> 1164 <context context-type="linenumber">16</context>
1155 </context-group> 1165 </context-group>
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1166
1157 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1167
1158 </trans-unit> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1159 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1169 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1160 <source>User</source> 1170 <source>User</source>
1161 <target>사용자</target> 1171 <target>사용자</target>
1162 <context-group name="null"> 1172 <context-group name="null">
1163 <context context-type="linenumber">13</context> 1173 <context context-type="linenumber">13</context>
1164 </context-group> 1174 </context-group>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1175
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1176
1167 </trans-unit> 1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1168 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1178 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1169 <source>Username or email address</source> 1179 <source>Username or email address</source>
1170 <target>사용자명 혹은 이메일 주소</target> 1180 <target>사용자명 혹은 이메일 주소</target>
1171 <context-group name="null"> 1181 <context-group name="null">
1172 <context context-type="linenumber">15</context> 1182 <context context-type="linenumber">15</context>
1173 </context-group> 1183 </context-group>
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1184
1175 </trans-unit> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1176 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1186 <source>
1177 <source>or create an account</source> 1187 or create an account
1178 <target> 1188 </source><target state="new">
1179 아니면 계정 만들기 1189 or create an account
1180 </target> 1190 </target>
1181 <context-group name="null"> 1191 <context-group purpose="location">
1182 <context context-type="linenumber">18</context> 1192 <context context-type="sourcefile">src/app/login/login.component.html</context>
1193 <context context-type="linenumber">40</context>
1183 </context-group> 1194 </context-group>
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1185 </trans-unit> 1195 </trans-unit>
1196
1186 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1197 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1187 <source>Password</source> 1198 <source>Password</source>
1188 <target>암호</target> 1199 <target>암호</target>
@@ -1198,13 +1209,10 @@
1198 1209
1199 1210
1200 1211
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1212 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1202 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1213 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1203 <context-group purpose="location"> 1214
1204 <context context-type="sourcefile">src/app/login/login.component.html</context> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1205 <context context-type="linenumber">50</context>
1206 </context-group>
1207 </trans-unit>
1208 1216
1209 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1217 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1210 <source>Login</source> 1218 <source>Login</source>
@@ -1214,22 +1222,28 @@
1214 </context-group> 1222 </context-group>
1215 1223
1216 1224
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1226 <source>Or sign in with</source><target state="new">Or sign in with</target>
1227 <context-group purpose="location">
1228 <context context-type="sourcefile">src/app/login/login.component.html</context>
1229 <context context-type="linenumber">68</context>
1230 </context-group>
1231 </trans-unit>
1218 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1232 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1219 <source>Forgot your password</source> 1233 <source>Forgot your password</source>
1220 <target>암호 잊음</target> 1234 <target>암호 잊음</target>
1221 <context-group name="null"> 1235 <context-group name="null">
1222 <context context-type="linenumber">58</context> 1236 <context context-type="linenumber">58</context>
1223 </context-group> 1237 </context-group>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1238
1225 </trans-unit> 1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1226 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1240 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1227 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1241 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1228 <target state="new"> 1242 <target state="new">
1229 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1243 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1230 </target> 1244 </target>
1231 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1245
1232 </trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1233 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1247 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1234 <source>Email</source> 1248 <source>Email</source>
1235 <target>이메일</target> 1249 <target>이메일</target>
@@ -1245,16 +1259,16 @@
1245 1259
1246 1260
1247 1261
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1249 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1263 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1250 <source>Email address</source> 1264 <source>Email address</source>
1251 <target>이메일 주소</target> 1265 <target>이메일 주소</target>
1252 <context-group name="null"> 1266 <context-group name="null">
1253 <context context-type="linenumber">10</context> 1267 <context context-type="linenumber">10</context>
1254 </context-group> 1268 </context-group>
1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1269
1256 <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">10</context></context-group> 1270
1257 </trans-unit> 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1258 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1272 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1259 <source>Send me an email to reset my password</source> 1273 <source>Send me an email to reset my password</source>
1260 <target>암호 재설정 이메일 보내기</target> 1274 <target>암호 재설정 이메일 보내기</target>
@@ -1262,7 +1276,7 @@
1262 <context context-type="linenumber">82</context> 1276 <context context-type="linenumber">82</context>
1263 </context-group> 1277 </context-group>
1264 1278
1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1279 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1266 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1280 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1267 <source>Reset my password</source> 1281 <source>Reset my password</source>
1268 <target> 1282 <target>
@@ -2170,8 +2184,8 @@
2170 <context-group name="null"> 2184 <context-group name="null">
2171 <context context-type="linenumber">29</context> 2185 <context context-type="linenumber">29</context>
2172 </context-group> 2186 </context-group>
2173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2187
2174 </trans-unit> 2188 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2175 2189
2176 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2190 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2177 <source>Add this caption</source> 2191 <source>Add this caption</source>
@@ -2180,7 +2194,7 @@
2180 <context context-type="linenumber">40</context> 2194 <context context-type="linenumber">40</context>
2181 </context-group> 2195 </context-group>
2182 2196
2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2184 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2198 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2185 <source>Title</source> 2199 <source>Title</source>
2186 <target>제목</target> 2200 <target>제목</target>
@@ -2920,7 +2934,7 @@
2920 <source>More information</source> 2934 <source>More information</source>
2921 <target state="new">More information</target> 2935 <target state="new">More information</target>
2922 2936
2923 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2937 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2924 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2938 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2925 <source>Get more information</source> 2939 <source>Get more information</source>
2926 <target state="new">Get more information</target> 2940 <target state="new">Get more information</target>
@@ -3120,11 +3134,8 @@
3120 3134
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3122 <source>Follow domain</source><target state="new">Follow domain</target> 3136 <source>Follow domain</source><target state="new">Follow domain</target>
3123 <context-group purpose="location"> 3137
3124 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3138 <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>
3125 <context context-type="linenumber">15</context>
3126 </context-group>
3127 </trans-unit>
3128 3139
3129 3140
3130 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3141 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -3133,7 +3144,37 @@
3133 3144
3134 3145
3135 3146
3136 <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">29</context></context-group></trans-unit> 3147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3148 <source>Clear filters</source><target state="new">Clear filters</target>
3149 <context-group purpose="location">
3150 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3151 <context context-type="linenumber">15</context>
3152 </context-group>
3153 <context-group purpose="location">
3154 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3155 <context context-type="linenumber">15</context>
3156 </context-group>
3157 <context-group purpose="location">
3158 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3159 <context context-type="linenumber">34</context>
3160 </context-group>
3161 <context-group purpose="location">
3162 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3163 <context context-type="linenumber">16</context>
3164 </context-group>
3165 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3167 <context context-type="linenumber">31</context>
3168 </context-group>
3169 <context-group purpose="location">
3170 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3171 <context context-type="linenumber">15</context>
3172 </context-group>
3173 <context-group purpose="location">
3174 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3175 <context context-type="linenumber">15</context>
3176 </context-group>
3177 </trans-unit>
3137 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3178 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3138 <source>ID</source> 3179 <source>ID</source>
3139 <target state="new">ID</target> 3180 <target state="new">ID</target>
@@ -3142,14 +3183,14 @@
3142 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3183 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3143 <source>Follower handle</source> 3184 <source>Follower handle</source>
3144 <target state="new">Follower handle</target> 3185 <target state="new">Follower handle</target>
3145 <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> 3186
3146 </trans-unit> 3187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3147 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3188 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3148 <source>State</source> 3189 <source>State</source>
3149 <target state="new">State</target> 3190 <target state="new">State</target>
3150 3191
3151 3192
3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3153 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3194 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3154 <source>Delayed.</source> 3195 <source>Delayed.</source>
3155 <target state="new">Delayed.</target> 3196 <target state="new">Delayed.</target>
@@ -3184,30 +3225,48 @@
3184 3225
3185 3226
3186 3227
3187 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3188 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3229 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3189 <source>Accepted</source> 3230 <source>Accepted</source>
3190 <target state="new">Accepted</target> 3231 <target state="new">Accepted</target>
3191 3232
3192 3233
3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3194 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3235 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3195 <source>Pending</source> 3236 <source>Pending</source>
3196 <target state="new">Pending</target> 3237 <target state="new">Pending</target>
3197 3238
3198 3239
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3200 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3241 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3201 <source>Accept</source> 3242 <source>Accept</source>
3202 <target state="new">Accept</target> 3243 <target state="new">Accept</target>
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3244
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3245
3205 </trans-unit> 3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3206 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3247 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3207 <source>Refuse</source> 3248 <source>Refuse</source>
3208 <target state="new">Refuse</target> 3249 <target state="new">Refuse</target>
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3250
3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3251
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3253 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3254 <context-group purpose="location">
3255 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3256 <context context-type="linenumber">55</context>
3257 </context-group>
3258 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3259 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3262 <context context-type="linenumber">56</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3265 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3268 <context context-type="linenumber">5</context>
3269 </context-group>
3211 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3270 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3212 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3271 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3213 <context-group purpose="location"> 3272 <context-group purpose="location">
@@ -3219,18 +3278,43 @@
3219 <source>Host</source> 3278 <source>Host</source>
3220 <target state="new">Host</target> 3279 <target state="new">Host</target>
3221 3280
3222 <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> 3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3223 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3282 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3224 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3283 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3225 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3284 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3226 3285
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3228 <source>Follow domains</source><target state="new">Follow domains</target> 3287 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3229 <context-group purpose="location"> 3288 <context-group purpose="location">
3230 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3289 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3231 <context context-type="linenumber">50</context> 3290 <context context-type="linenumber">37</context>
3291 </context-group>
3292 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3294 <context context-type="linenumber">35</context>
3295 </context-group>
3296 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3297 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3300 <context context-type="linenumber">62</context>
3232 </context-group> 3301 </context-group>
3233 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3302 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3303 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3304 <context-group purpose="location">
3305 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3306 <context context-type="linenumber">63</context>
3307 </context-group>
3308 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3309 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3310 <context-group purpose="location">
3311 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3312 <context context-type="linenumber">5</context>
3313 </context-group>
3314 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3315 <source>Follow domains</source><target state="new">Follow domains</target>
3316
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3234 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3318 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3235 <context-group purpose="location"> 3319 <context-group purpose="location">
3236 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3320 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3290,7 +3374,7 @@
3290 3374
3291 3375
3292 3376
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3294 <source> 3378 <source>
3295 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3379 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3296 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3380 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3372,47 +3456,41 @@
3372 <source>Batch actions</source> 3456 <source>Batch actions</source>
3373 <target state="new">Batch actions</target> 3457 <target state="new">Batch actions</target>
3374 3458
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3376 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3460 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3377 <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> 3461 <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>
3378 <target state="new">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>"/></target> 3462 <target state="new">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>"/></target>
3379 3463
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3381 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3465 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3382 <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> 3466 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3383 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3467 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3384 3468
3385 <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></trans-unit> 3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3386 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3470 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3387 <source>(banned)</source> 3471 <source>(banned)</source>
3388 <target state="new">(banned)</target> 3472 <target state="new">(banned)</target>
3389 3473
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3391 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3475 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3392 <context-group purpose="location"> 3476
3393 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3477
3394 <context context-type="linenumber">65</context> 3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3395 </context-group>
3396 <context-group purpose="location">
3397 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3398 <context context-type="linenumber">27</context>
3399 </context-group>
3400 </trans-unit>
3401 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3479 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3402 <source>User's email must be verified to login</source> 3480 <source>User's email must be verified to login</source>
3403 <target state="new">User's email must be verified to login</target> 3481 <target state="new">User's email must be verified to login</target>
3404 3482
3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3406 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3484 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3407 <source>User's email is verified / User can login without email verification</source> 3485 <source>User's email is verified / User can login without email verification</source>
3408 <target state="new">User's email is verified / User can login without email verification</target> 3486 <target state="new">User's email is verified / User can login without email verification</target>
3409 3487
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3411 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3489 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3412 <source>Ban reason:</source> 3490 <source>Ban reason:</source>
3413 <target state="new">Ban reason:</target> 3491 <target state="new">Ban reason:</target>
3414 3492
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3416 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3494 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3417 <context-group purpose="location"> 3495 <context-group purpose="location">
3418 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3496 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3472,71 +3550,99 @@
3472 </context-group> 3550 </context-group>
3473 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3551 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3474 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3552 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3475 <context-group purpose="location"> 3553
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3477 <context context-type="linenumber">10</context>
3478 </context-group>
3479 </trans-unit>
3480 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3555 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3481 <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> 3556 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3482 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3557 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3483 3558
3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3485 <source>Video URL</source><target state="new">Video URL</target> 3560 <source>Video URL</source><target state="new">Video URL</target>
3486 3561
3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3488 <source>Total size</source><target state="new">Total size</target> 3563 <source>Total size</source><target state="new">Total size</target>
3489 3564
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3491 <source>List redundancies</source><target state="new">List redundancies</target> 3566 <source>List redundancies</source><target state="new">List redundancies</target>
3567
3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3569 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3492 <context-group purpose="location"> 3570 <context-group purpose="location">
3493 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3571 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3494 <context context-type="linenumber">33</context> 3572 <context context-type="linenumber">77</context>
3573 </context-group>
3574 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3575 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3576 <context-group purpose="location">
3577 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3578 <context context-type="linenumber">78</context>
3495 </context-group> 3579 </context-group>
3496 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3580 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3497 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3581 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3498 3582
3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3500 <source> 3584 <source>
3501 No redundancy strategy is enabled on your instance. 3585 No redundancy strategy is enabled on your instance.
3502 </source><target state="new"> 3586 </source><target state="new">
3503 No redundancy strategy is enabled on your instance. 3587 No redundancy strategy is enabled on your instance.
3504 </target> 3588 </target>
3505 3589
3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3507 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3591 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3508 <source>Sensitive</source> 3592 <source>Sensitive</source>
3509 <target state="new">Sensitive</target> 3593 <target state="new">Sensitive</target>
3510 3594
3511 <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">11</context></context-group></trans-unit> 3595 <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">25</context></context-group></trans-unit>
3512 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3596 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3513 <source>Unfederated</source> 3597 <source>Unfederated</source>
3514 <target state="new">Unfederated</target> 3598 <target state="new">Unfederated</target>
3515 3599
3516 <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">12</context></context-group></trans-unit> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3517 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3601 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3518 <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> 3602 <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>
3519 <target state="new">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> 3603 <target state="new">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>
3520 3604
3521 <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">13</context></context-group></trans-unit> 3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3606 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3607 <context-group purpose="location">
3608 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3609 <context context-type="linenumber">50</context>
3610 </context-group>
3611 <context-group purpose="location">
3612 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3613 <context context-type="linenumber">89</context>
3614 </context-group>
3615 </trans-unit>
3522 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3616 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3523 <source>Go to the video</source> 3617 <source>Go to the video</source>
3524 <target state="new">Go to the video</target> 3618 <target state="new">Go to the video</target>
3525 3619
3526 3620
3527 3621
3528 <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">28</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">33</context></context-group></trans-unit> 3622 <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">33</context></context-group></trans-unit>
3529 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3623 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3530 <source>Actions</source> 3624 <source>Actions</source>
3531 <target state="new">Actions</target> 3625 <target state="new">Actions</target>
3532 3626
3533 3627
3534 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</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">123</context></context-group></trans-unit>
3535 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3629 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3536 <source>Blacklist reason:</source> 3630 <source>Blacklist reason:</source>
3537 <target state="new">Blacklist reason:</target> 3631 <target state="new">Blacklist reason:</target>
3538 3632
3539 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3634 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3635 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3637 <context context-type="linenumber">93</context>
3638 </context-group>
3639 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3640 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3641 <context-group purpose="location">
3642 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3643 <context context-type="linenumber">94</context>
3644 </context-group>
3645 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3540 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3646 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3541 <context-group purpose="location"> 3647 <context-group purpose="location">
3542 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3648 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3562,62 +3668,160 @@
3562 <source>Update this comment</source> 3668 <source>Update this comment</source>
3563 <target state="new">Update this comment</target> 3669 <target state="new">Update this comment</target>
3564 3670
3565 <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">31</context></context-group></trans-unit> 3671 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3672 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3673 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3675 <context context-type="linenumber">18</context>
3676 </context-group>
3677 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3678 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3679 <context-group purpose="location">
3680 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3681 <context context-type="linenumber">19</context>
3682 </context-group>
3683 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3684 <source>Accepted reports</source><target state="new">Accepted reports</target>
3685 <context-group purpose="location">
3686 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3687 <context context-type="linenumber">20</context>
3688 </context-group>
3689 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3690 <source>Refused reports</source><target state="new">Refused reports</target>
3691 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3693 <context context-type="linenumber">21</context>
3694 </context-group>
3695 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3696 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3697 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3699 <context context-type="linenumber">22</context>
3700 </context-group>
3701 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3702 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3703 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3705 <context context-type="linenumber">23</context>
3706 </context-group>
3707 </trans-unit>
3566 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3708 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3567 <source>Reporter</source> 3709 <source>Reporter</source>
3568 <target state="new">Reporter</target> 3710 <target state="new">Reporter</target>
3569 3711
3570 <context-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></trans-unit> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3571 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3713 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3572 <source>Video</source> 3714 <source>Video</source>
3573 <target state="new">Video</target> 3715 <target state="new">Video</target>
3574 3716
3575 3717
3576 3718
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3578 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3720 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3579 <context-group purpose="location"> 3721 <context-group purpose="location">
3580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3722 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3581 <context context-type="linenumber">46</context> 3723 <context context-type="linenumber">80</context>
3582 </context-group> 3724 </context-group>
3583 </trans-unit> 3725 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3726 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3727 <context-group purpose="location">
3728 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3729 <context context-type="linenumber">91</context>
3730 </context-group>
3731 <context-group purpose="location">
3732 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3733 <context context-type="linenumber">107</context>
3734 </context-group>
3735 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3736 <source>Video was deleted</source><target state="new">Video was deleted</target>
3737 <context-group purpose="location">
3738 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3739 <context context-type="linenumber">98</context>
3740 </context-group>
3741 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3742 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3743 <context-group purpose="location">
3744 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3745 <context context-type="linenumber">141</context>
3746 </context-group>
3747 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3748 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3749 <context-group purpose="location">
3750 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3751 <context context-type="linenumber">142</context>
3752 </context-group>
3753 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3754 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3755
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3584 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3757 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3585 <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> 3758 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3586 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3759 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3587 3760
3588 3761
3589 3762
3590 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3591 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3764 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3592 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3765 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3593 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3766 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3594 <context-group purpose="location"> 3767
3595 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3596 <context context-type="linenumber">18</context>
3597 </context-group>
3598 </trans-unit>
3599 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3769 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3600 <source>Go to the account</source> 3770 <source>Go to the account</source>
3601 <target state="new">Go to the account</target> 3771 <target state="new">Go to the account</target>
3602 3772
3603 3773
3604 <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">27</context></context-group></trans-unit> 3774 <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">27</context></context-group></trans-unit>
3605 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3775 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3606 <source>Reason:</source>
3607 <target state="new">Reason:</target>
3608
3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3610 <source>Note:</source><target state="new">Note:</target>
3611 <context-group purpose="location">
3612 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3613 <context context-type="linenumber">72</context>
3614 </context-group>
3615 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3616 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3617 <context-group purpose="location"> 3777 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3778 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3619 <context context-type="linenumber">5</context> 3779 <context context-type="linenumber">5</context>
3620 </context-group> 3780 </context-group>
3781 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3782 <source>
3783 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3784 </source><target state="new">
3785 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3786 </target>
3787 <context-group purpose="location">
3788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3789 <context context-type="linenumber">20</context>
3790 </context-group>
3791 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3792 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3793 <context-group purpose="location">
3794 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3795 <context context-type="linenumber">21</context>
3796 </context-group>
3797 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3798 <source>Reportee</source><target state="new">Reportee</target>
3799 <context-group purpose="location">
3800 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3801 <context context-type="linenumber">27</context>
3802 </context-group>
3803 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3804 <source>
3805 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3806 </source><target state="new">
3807 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3808 </target>
3809 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3811 <context context-type="linenumber">40</context>
3812 </context-group>
3813 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3814 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3815 <context-group purpose="location">
3816 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3817 <context context-type="linenumber">41</context>
3818 </context-group>
3819 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3820 <source>Updated</source><target state="new">Updated</target>
3821 <context-group purpose="location">
3822 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3823 <context context-type="linenumber">47</context>
3824 </context-group>
3621 </trans-unit> 3825 </trans-unit>
3622 3826
3623 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3827 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3633,11 +3837,8 @@
3633 </context-group> 3837 </context-group>
3634 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3838 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3635 <source>Mute domain</source><target state="new">Mute domain</target> 3839 <source>Mute domain</source><target state="new">Mute domain</target>
3636 <context-group purpose="location"> 3840
3637 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3841 <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></trans-unit>
3638 <context context-type="linenumber">11</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3842 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3642 <source>Instance</source> 3843 <source>Instance</source>
3643 <target state="new">Instance</target> 3844 <target state="new">Instance</target>
@@ -3645,7 +3846,7 @@
3645 3846
3646 3847
3647 3848
3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3649 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3850 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3650 <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> 3851 <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>
3651 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3852 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3653,7 +3854,7 @@
3653 3854
3654 3855
3655 3856
3656 <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">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">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> 3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3657 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3858 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3658 <source>Unmute</source> 3859 <source>Unmute</source>
3659 <target state="new">Unmute</target> 3860 <target state="new">Unmute</target>
@@ -3661,7 +3862,19 @@
3661 3862
3662 3863
3663 3864
3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3866 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3867 <context-group purpose="location">
3868 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3869 <context context-type="linenumber">51</context>
3870 </context-group>
3871 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3872 <source>No server found.</source><target state="new">No server found.</target>
3873 <context-group purpose="location">
3874 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3875 <context context-type="linenumber">52</context>
3876 </context-group>
3877 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3665 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3878 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3666 <context-group purpose="location"> 3879 <context-group purpose="location">
3667 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3880 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3673,23 +3886,29 @@
3673 </source><target state="new"> 3886 </source><target state="new">
3674 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3887 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3675 </target> 3888 </target>
3676 <context-group purpose="location"> 3889
3677 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3678 <context context-type="linenumber">37</context>
3679 </context-group>
3680 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3681 <source>Mute domains</source><target state="new">Mute domains</target> 3891 <source>Mute domains</source><target state="new">Mute domains</target>
3682 <context-group purpose="location"> 3892
3683 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3684 <context context-type="linenumber">35</context>
3685 </context-group>
3686 </trans-unit>
3687 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3894 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3688 <source>Account</source> 3895 <source>Account</source>
3689 <target state="new">Account</target> 3896 <target state="new">Account</target>
3690 3897
3691 3898
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3900 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3901 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3903 <context context-type="linenumber">58</context>
3904 </context-group>
3905 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3906 <source>No account found.</source><target state="new">No account found.</target>
3907 <context-group purpose="location">
3908 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3909 <context context-type="linenumber">59</context>
3910 </context-group>
3911 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3693 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3912 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3694 <context-group purpose="location"> 3913 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3914 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3803,8 +4022,8 @@
3803 <target state="new"> 4022 <target state="new">
3804 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4023 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3805 </target> 4024 </target>
3806 <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">29</context></context-group> 4025
3807 </trans-unit> 4026 <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">47</context></context-group></trans-unit>
3808 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4027 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3809 <source>System</source> 4028 <source>System</source>
3810 <target state="new">System</target> 4029 <target state="new">System</target>
@@ -3981,7 +4200,7 @@
3981 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4200 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3982 <source>Strategy</source><target state="new">Strategy</target> 4201 <source>Strategy</source><target state="new">Strategy</target>
3983 4202
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3985 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 4204 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3986 <source>Terms</source> 4205 <source>Terms</source>
3987 <target state="new">Terms</target> 4206 <target state="new">Terms</target>
@@ -4941,23 +5160,14 @@
4941 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5160 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4942 <source>Target</source> 5161 <source>Target</source>
4943 <target state="new">Target</target> 5162 <target state="new">Target</target>
4944 <context-group purpose="location"> 5163
4945 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5164 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4946 <context context-type="linenumber">8</context>
4947 </context-group>
4948 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4949 <source>See the error</source><target state="new">See the error</target> 5165 <source>See the error</source><target state="new">See the error</target>
4950 <context-group purpose="location"> 5166
4951 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5167 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4952 <context context-type="linenumber">19</context>
4953 </context-group>
4954 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4955 <source>This video was deleted</source><target state="new">This video was deleted</target> 5168 <source>This video was deleted</source><target state="new">This video was deleted</target>
4956 <context-group purpose="location"> 5169
4957 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5170 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4958 <context context-type="linenumber">36</context>
4959 </context-group>
4960 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4961 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5171 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4962 <context-group purpose="location"> 5172 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5173 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6940,8 +7150,8 @@
6940 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7150 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6941 <context context-type="linenumber">1</context> 7151 <context context-type="linenumber">1</context>
6942 </context-group> 7152 </context-group>
6943 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7153 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6944 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7154 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6945 <context-group purpose="location"> 7155 <context-group purpose="location">
6946 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7156 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6947 <context context-type="linenumber">1</context> 7157 <context context-type="linenumber">1</context>
@@ -7835,6 +8045,12 @@
7835 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8045 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7836 <context context-type="linenumber">1</context> 8046 <context context-type="linenumber">1</context>
7837 </context-group> 8047 </context-group>
8048 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8049 <source>Unknown</source><target state="new">Unknown</target>
8050 <context-group purpose="location">
8051 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8052 <context context-type="linenumber">1</context>
8053 </context-group>
7838 </trans-unit> 8054 </trans-unit>
7839 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8055 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7840 <source>Your password has been successfully reset!</source> 8056 <source>Your password has been successfully reset!</source>
@@ -9424,8 +9640,17 @@
9424 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9640 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9425 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9641 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9426 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9642 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9643
9644 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9645 <source>Mute server</source><target state="new">Mute server</target>
9427 <context-group purpose="location"> 9646 <context-group purpose="location">
9428 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9647 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9648 <context context-type="linenumber">1</context>
9649 </context-group>
9650 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9651 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9652 <context-group purpose="location">
9653 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9429 <context context-type="linenumber">1</context> 9654 <context context-type="linenumber">1</context>
9430 </context-group> 9655 </context-group>
9431 </trans-unit> 9656 </trans-unit>
@@ -9758,7 +9983,25 @@
9758 <source>Video blacklisted.</source> 9983 <source>Video blacklisted.</source>
9759 <target state="new">Video blacklisted.</target> 9984 <target state="new">Video blacklisted.</target>
9760 9985
9761 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9986 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9987 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9988 <context-group purpose="location">
9989 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9990 <context context-type="linenumber">1</context>
9991 </context-group>
9992 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9993 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9994 <context-group purpose="location">
9995 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9996 <context context-type="linenumber">1</context>
9997 </context-group>
9998 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9999 <source>Delete video</source><target state="new">Delete video</target>
10000 <context-group purpose="location">
10001 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10002 <context context-type="linenumber">1</context>
10003 </context-group>
10004 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9762 <source>Encoder</source><target state="new">Encoder</target> 10005 <source>Encoder</source><target state="new">Encoder</target>
9763 <context-group purpose="location"> 10006 <context-group purpose="location">
9764 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10007 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9810,8 +10053,23 @@
9810 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10053 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9811 <source>Do you really want to delete this video?</source> 10054 <source>Do you really want to delete this video?</source>
9812 <target state="new">Do you really want to delete this video?</target> 10055 <target state="new">Do you really want to delete this video?</target>
10056
10057 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10058 <source>Video deleted.</source><target state="new">Video deleted.</target>
9813 <context-group purpose="location"> 10059 <context-group purpose="location">
9814 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10061 <context context-type="linenumber">1</context>
10062 </context-group>
10063 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10064 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10065 <context-group purpose="location">
10066 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10067 <context context-type="linenumber">1</context>
10068 </context-group>
10069 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10070 <source>Mute reporter</source><target state="new">Mute reporter</target>
10071 <context-group purpose="location">
10072 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9815 <context context-type="linenumber">1</context> 10073 <context context-type="linenumber">1</context>
9816 </context-group> 10074 </context-group>
9817 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10075 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -9834,8 +10092,8 @@
9834 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10092 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9835 <context context-type="linenumber">1</context> 10093 <context context-type="linenumber">1</context>
9836 </context-group> 10094 </context-group>
9837 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10095 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9838 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10096 <source>Mirror</source><target state="new">Mirror</target>
9839 <context-group purpose="location"> 10097 <context-group purpose="location">
9840 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10098 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9841 <context context-type="linenumber">1</context> 10099 <context context-type="linenumber">1</context>
@@ -9844,9 +10102,24 @@
9844 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10102 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9845 <source>Report</source> 10103 <source>Report</source>
9846 <target state="new">Report</target> 10104 <target state="new">Report</target>
10105
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10107 <source>Note</source><target state="new">Note</target>
9847 <context-group purpose="location"> 10108 <context-group purpose="location">
9848 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10109 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9849 <context context-type="linenumber">1</context> 10110 <context context-type="linenumber">61</context>
10111 </context-group>
10112 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10113 <source>The video was deleted</source><target state="new">The video was deleted</target>
10114 <context-group purpose="location">
10115 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10116 <context context-type="linenumber">71</context>
10117 </context-group>
10118 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10119 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10120 <context-group purpose="location">
10121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10122 <context context-type="linenumber">72</context>
9850 </context-group> 10123 </context-group>
9851 </trans-unit> 10124 </trans-unit>
9852 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10125 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 02e0878b8..a81fb43a2 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -632,9 +632,9 @@
632 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 632 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
633 <source>Deleted</source> 633 <source>Deleted</source>
634 <target state="new">Deleted</target> 634 <target state="new">Deleted</target>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 635
636 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 636
637 </trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
639 <source>Edit starts/stops at</source> 639 <source>Edit starts/stops at</source>
640 <target state="new">Edit starts/stops at</target> 640 <target state="new">Edit starts/stops at</target>
@@ -989,7 +989,7 @@
989 989
990 990
991 991
992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
993 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 993 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
994 <source>Ban this user</source> 994 <source>Ban this user</source>
995 <target state="new">Ban this user</target> 995 <target state="new">Ban this user</target>
@@ -998,11 +998,8 @@
998 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 998 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
999 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 999 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1000 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1000 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1001 <context-group purpose="location"> 1001
1002 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1003 <context context-type="linenumber">11</context>
1004 </context-group>
1005 </trans-unit>
1006 1003
1007 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 1004 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1008 <source>Login</source> 1005 <source>Login</source>
@@ -1013,63 +1010,77 @@
1013 <context context-type="sourcefile">src/app/login/login.component.html</context> 1010 <context context-type="sourcefile">src/app/login/login.component.html</context>
1014 <context context-type="linenumber">2</context> 1011 <context context-type="linenumber">2</context>
1015 </context-group> 1012 </context-group>
1016 </trans-unit> 1013 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1017 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1014 <source>
1018 <source>If you are looking for an account…</source> 1015 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1019 <target state="new"> 1016 </source><target state="new">
1020 If you are looking for an account… 1017 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1021 </target> 1018 </target>
1022 <context-group purpose="location"> 1019 <context-group purpose="location">
1023 <context context-type="sourcefile">src/app/login/login.component.html</context> 1020 <context context-type="sourcefile">src/app/login/login.component.html</context>
1024 <context context-type="linenumber">7</context> 1021 <context context-type="linenumber">6</context>
1025 </context-group> 1022 </context-group>
1026 </trans-unit> 1023 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1027 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1028 <source> 1024 <source>
1029 Currently this instance doesn't allow for user registration, but you can find an instance 1025 If you are looking for an account…
1030 that gives you the possibility to sign up for an account and upload your videos there. 1026 </source><target state="new">
1027 If you are looking for an account…
1028 </target>
1029 <context-group purpose="location">
1030 <context context-type="sourcefile">src/app/login/login.component.html</context>
1031 <context context-type="linenumber">12</context>
1032 </context-group>
1033 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1034 <source>
1035 Currently this instance doesn't allow for user registration, but you can find an instance
1036 that gives you the possibility to sign up for an account and upload your videos there.
1031 1037
1032 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1038 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1033 1039
1034 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1040 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1035 </source> 1041 </source><target state="new">
1036 <target state="new"> 1042 Currently this instance doesn't allow for user registration, but you can find an instance
1037 Currently this instance doesn't allow for user registration, but you can find an instance 1043 that gives you the possibility to sign up for an account and upload your videos there.
1038 that gives you the possibility to sign up for an account and upload your videos there.
1039 1044
1040 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1045 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1041 1046
1042 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1047 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1043 </target> 1048 </target>
1044 <context-group purpose="location"> 1049 <context-group purpose="location">
1045 <context context-type="sourcefile">src/app/login/login.component.html</context> 1050 <context context-type="sourcefile">src/app/login/login.component.html</context>
1046 <context context-type="linenumber">11</context> 1051 <context context-type="linenumber">16</context>
1047 </context-group> 1052 </context-group>
1048 </trans-unit> 1053 </trans-unit>
1054
1055
1049 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1056 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1050 <source>Request new verification email.</source> 1057 <source>Request new verification email.</source>
1051 <target state="new">Request new verification email.</target> 1058 <target state="new">Request new verification email.</target>
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1059
1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1060
1054 </trans-unit> 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1055 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 1062 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1056 <source>User</source> 1063 <source>User</source>
1057 <target state="new">User</target> 1064 <target state="new">User</target>
1058 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1065
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1066
1060 </trans-unit> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1061 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 1068 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1062 <source>Username or email address</source> 1069 <source>Username or email address</source>
1063 <target state="new">Username or email address</target> 1070 <target state="new">Username or email address</target>
1064 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1071
1065 </trans-unit> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1066 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 1073 <source>
1067 <source>or create an account</source> 1074 or create an account
1068 <target state="new"> 1075 </source><target state="new">
1069 or create an account 1076 or create an account
1070 </target> 1077 </target>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group> 1078 <context-group purpose="location">
1079 <context context-type="sourcefile">src/app/login/login.component.html</context>
1080 <context context-type="linenumber">40</context>
1081 </context-group>
1072 </trans-unit> 1082 </trans-unit>
1083
1073 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 1084 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
1074 <source>Password</source> 1085 <source>Password</source>
1075 <target state="new">Password</target> 1086 <target state="new">Password</target>
@@ -1081,33 +1092,36 @@
1081 1092
1082 1093
1083 1094
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1085 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1096 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1086 <source>Click here to reset your password</source> 1097 <source>Click here to reset your password</source>
1087 <target state="new">Click here to reset your password</target> 1098 <target state="new">Click here to reset your password</target>
1088 <context-group purpose="location"> 1099
1089 <context context-type="sourcefile">src/app/login/login.component.html</context> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1090 <context context-type="linenumber">50</context>
1091 </context-group>
1092 </trans-unit>
1093 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html"> 1101 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1094 <source>Login</source> 1102 <source>Login</source>
1095 <target state="new">Login</target> 1103 <target state="new">Login</target>
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1104
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1105
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1107 <source>Or sign in with</source><target state="new">Or sign in with</target>
1108 <context-group purpose="location">
1109 <context context-type="sourcefile">src/app/login/login.component.html</context>
1110 <context context-type="linenumber">68</context>
1111 </context-group>
1098 </trans-unit> 1112 </trans-unit>
1099 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1113 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1100 <source>Forgot your password</source> 1114 <source>Forgot your password</source>
1101 <target state="new">Forgot your password</target> 1115 <target state="new">Forgot your password</target>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1116
1103 </trans-unit> 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1104 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1118 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1105 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1119 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1106 <target state="new"> 1120 <target state="new">
1107 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1121 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1108 </target> 1122 </target>
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1123
1110 </trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1111 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1125 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1112 <source>Email</source> 1126 <source>Email</source>
1113 <target state="new">Email</target> 1127 <target state="new">Email</target>
@@ -1119,18 +1133,18 @@
1119 1133
1120 1134
1121 1135
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1123 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1137 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1124 <source>Email address</source> 1138 <source>Email address</source>
1125 <target state="new">Email address</target> 1139 <target state="new">Email address</target>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1140
1127 <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">10</context></context-group> 1141
1128 </trans-unit> 1142 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1129 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1143 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1130 <source>Send me an email to reset my password</source> 1144 <source>Send me an email to reset my password</source>
1131 <target state="new">Send me an email to reset my password</target> 1145 <target state="new">Send me an email to reset my password</target>
1132 1146
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1147 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1134 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1148 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1135 <source>Reset my password</source> 1149 <source>Reset my password</source>
1136 <target state="new"> 1150 <target state="new">
@@ -1986,17 +2000,14 @@
1986 <target state="new"> 2000 <target state="new">
1987 This will replace an existing caption! 2001 This will replace an existing caption!
1988 </target> 2002 </target>
1989 <context-group purpose="location"> 2003
1990 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2004 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1991 <context context-type="linenumber">29</context>
1992 </context-group>
1993 </trans-unit>
1994 2005
1995 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2006 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1996 <source>Add this caption</source> 2007 <source>Add this caption</source>
1997 <target state="new">Add this caption</target> 2008 <target state="new">Add this caption</target>
1998 2009
1999 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2010 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2000 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 2011 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
2001 <source>Title</source> 2012 <source>Title</source>
2002 <target state="new">Title</target> 2013 <target state="new">Title</target>
@@ -2734,7 +2745,7 @@
2734 <source>More information</source> 2745 <source>More information</source>
2735 <target state="new">More information</target> 2746 <target state="new">More information</target>
2736 2747
2737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2748 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2738 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2749 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2739 <source>Get more information</source> 2750 <source>Get more information</source>
2740 <target state="new">Get more information</target> 2751 <target state="new">Get more information</target>
@@ -2930,11 +2941,8 @@
2930 2941
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2932 <source>Follow domain</source><target state="new">Follow domain</target> 2943 <source>Follow domain</source><target state="new">Follow domain</target>
2933 <context-group purpose="location"> 2944
2934 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2945 <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>
2935 <context context-type="linenumber">15</context>
2936 </context-group>
2937 </trans-unit>
2938 2946
2939 2947
2940 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2948 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -2943,7 +2951,37 @@
2943 2951
2944 2952
2945 2953
2946 <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">29</context></context-group></trans-unit> 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2955 <source>Clear filters</source><target state="new">Clear filters</target>
2956 <context-group purpose="location">
2957 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2958 <context context-type="linenumber">15</context>
2959 </context-group>
2960 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2962 <context context-type="linenumber">15</context>
2963 </context-group>
2964 <context-group purpose="location">
2965 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2966 <context context-type="linenumber">34</context>
2967 </context-group>
2968 <context-group purpose="location">
2969 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2970 <context context-type="linenumber">16</context>
2971 </context-group>
2972 <context-group purpose="location">
2973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2974 <context context-type="linenumber">31</context>
2975 </context-group>
2976 <context-group purpose="location">
2977 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2978 <context context-type="linenumber">15</context>
2979 </context-group>
2980 <context-group purpose="location">
2981 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2982 <context context-type="linenumber">15</context>
2983 </context-group>
2984 </trans-unit>
2947 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2985 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2948 <source>ID</source> 2986 <source>ID</source>
2949 <target state="new">ID</target> 2987 <target state="new">ID</target>
@@ -2952,14 +2990,14 @@
2952 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2990 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2953 <source>Follower handle</source> 2991 <source>Follower handle</source>
2954 <target state="new">Follower handle</target> 2992 <target state="new">Follower handle</target>
2955 <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> 2993
2956 </trans-unit> 2994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2957 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2995 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2958 <source>State</source> 2996 <source>State</source>
2959 <target state="new">State</target> 2997 <target state="new">State</target>
2960 2998
2961 2999
2962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
2963 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3001 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2964 <source>Delayed.</source> 3002 <source>Delayed.</source>
2965 <target state="new">Delayed.</target> 3003 <target state="new">Delayed.</target>
@@ -2994,30 +3032,48 @@
2994 3032
2995 3033
2996 3034
2997 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2998 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3036 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2999 <source>Accepted</source> 3037 <source>Accepted</source>
3000 <target state="new">Accepted</target> 3038 <target state="new">Accepted</target>
3001 3039
3002 3040
3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3004 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3042 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3005 <source>Pending</source> 3043 <source>Pending</source>
3006 <target state="new">Pending</target> 3044 <target state="new">Pending</target>
3007 3045
3008 3046
3009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3010 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3048 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3011 <source>Accept</source> 3049 <source>Accept</source>
3012 <target state="new">Accept</target> 3050 <target state="new">Accept</target>
3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3051
3014 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3052
3015 </trans-unit> 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3016 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3054 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3017 <source>Refuse</source> 3055 <source>Refuse</source>
3018 <target state="new">Refuse</target> 3056 <target state="new">Refuse</target>
3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3057
3020 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3058
3059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3060 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3061 <context-group purpose="location">
3062 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3063 <context context-type="linenumber">55</context>
3064 </context-group>
3065 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3066 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3067 <context-group purpose="location">
3068 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3069 <context context-type="linenumber">56</context>
3070 </context-group>
3071 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3072 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3073 <context-group purpose="location">
3074 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3075 <context context-type="linenumber">5</context>
3076 </context-group>
3021 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3077 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3022 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3078 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3023 <context-group purpose="location"> 3079 <context-group purpose="location">
@@ -3029,18 +3085,43 @@
3029 <source>Host</source> 3085 <source>Host</source>
3030 <target state="new">Host</target> 3086 <target state="new">Host</target>
3031 3087
3032 <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> 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3033 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3089 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3034 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3090 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3035 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3091 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3036 3092
3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3038 <source>Follow domains</source><target state="new">Follow domains</target> 3094 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3039 <context-group purpose="location"> 3095 <context-group purpose="location">
3040 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3096 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3041 <context context-type="linenumber">50</context> 3097 <context context-type="linenumber">37</context>
3042 </context-group> 3098 </context-group>
3043 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3099 <context-group purpose="location">
3100 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3101 <context context-type="linenumber">35</context>
3102 </context-group>
3103 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3104 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3105 <context-group purpose="location">
3106 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3107 <context context-type="linenumber">62</context>
3108 </context-group>
3109 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3110 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3111 <context-group purpose="location">
3112 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3113 <context context-type="linenumber">63</context>
3114 </context-group>
3115 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3116 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3117 <context-group purpose="location">
3118 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3119 <context context-type="linenumber">5</context>
3120 </context-group>
3121 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3122 <source>Follow domains</source><target state="new">Follow domains</target>
3123
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3044 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3125 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3045 <context-group purpose="location"> 3126 <context-group purpose="location">
3046 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3127 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3102,7 +3183,7 @@
3102 3183
3103 3184
3104 3185
3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3106 <source> 3187 <source>
3107 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3188 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3108 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3189 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3185,47 +3266,41 @@
3185 <source>Batch actions</source> 3266 <source>Batch actions</source>
3186 <target state="new">Batch actions</target> 3267 <target state="new">Batch actions</target>
3187 3268
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3189 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3270 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3190 <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> 3271 <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>
3191 <target state="new">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>"/></target> 3272 <target state="new">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>"/></target>
3192 3273
3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3194 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3275 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3195 <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> 3276 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3196 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3277 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3197 3278
3198 <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></trans-unit> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3199 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3280 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3200 <source>(banned)</source> 3281 <source>(banned)</source>
3201 <target state="new">(banned)</target> 3282 <target state="new">(banned)</target>
3202 3283
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3204 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3285 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3205 <context-group purpose="location"> 3286
3206 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3287
3207 <context context-type="linenumber">65</context> 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3208 </context-group>
3209 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3211 <context context-type="linenumber">27</context>
3212 </context-group>
3213 </trans-unit>
3214 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3289 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3215 <source>User's email must be verified to login</source> 3290 <source>User's email must be verified to login</source>
3216 <target state="new">User's email must be verified to login</target> 3291 <target state="new">User's email must be verified to login</target>
3217 3292
3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3219 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3294 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3220 <source>User's email is verified / User can login without email verification</source> 3295 <source>User's email is verified / User can login without email verification</source>
3221 <target state="new">User's email is verified / User can login without email verification</target> 3296 <target state="new">User's email is verified / User can login without email verification</target>
3222 3297
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3224 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3299 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3225 <source>Ban reason:</source> 3300 <source>Ban reason:</source>
3226 <target state="new">Ban reason:</target> 3301 <target state="new">Ban reason:</target>
3227 3302
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3229 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3304 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3230 <context-group purpose="location"> 3305 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3306 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3285,78 +3360,106 @@
3285 </context-group> 3360 </context-group>
3286 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3361 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3287 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3362 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3288 <context-group purpose="location"> 3363
3289 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3290 <context context-type="linenumber">10</context>
3291 </context-group>
3292 </trans-unit>
3293 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3365 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3294 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3366 <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>
3295 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3367 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3296 3368
3297 3369
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3299 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3371 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3300 <source>Video URL</source> 3372 <source>Video URL</source>
3301 <target state="new">Video URL</target> 3373 <target state="new">Video URL</target>
3302 3374
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3304 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3376 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3305 <source>Total size</source> 3377 <source>Total size</source>
3306 <target state="new">Total size</target> 3378 <target state="new">Total size</target>
3307 3379
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3309 <source>List redundancies</source><target state="new">List redundancies</target> 3381 <source>List redundancies</source><target state="new">List redundancies</target>
3382
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3384 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3310 <context-group purpose="location"> 3385 <context-group purpose="location">
3311 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3386 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3312 <context context-type="linenumber">33</context> 3387 <context context-type="linenumber">77</context>
3388 </context-group>
3389 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3390 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3391 <context-group purpose="location">
3392 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3393 <context context-type="linenumber">78</context>
3313 </context-group> 3394 </context-group>
3314 </trans-unit> 3395 </trans-unit>
3315 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3396 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3316 <source>Enabled strategies stats</source> 3397 <source>Enabled strategies stats</source>
3317 <target state="new">Enabled strategies stats</target> 3398 <target state="new">Enabled strategies stats</target>
3318 3399
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3320 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3401 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3321 <source>No redundancy strategy is enabled on your instance.</source> 3402 <source>No redundancy strategy is enabled on your instance.</source>
3322 <target state="new"> 3403 <target state="new">
3323 No redundancy strategy is enabled on your instance. 3404 No redundancy strategy is enabled on your instance.
3324 </target> 3405 </target>
3325 3406
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3327 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3408 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3328 <source>Sensitive</source> 3409 <source>Sensitive</source>
3329 <target state="new">Sensitive</target> 3410 <target state="new">Sensitive</target>
3330 3411
3331 <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">11</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3332 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3413 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3333 <source>Unfederated</source> 3414 <source>Unfederated</source>
3334 <target state="new">Unfederated</target> 3415 <target state="new">Unfederated</target>
3335 3416
3336 <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">12</context></context-group></trans-unit> 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3337 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3418 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3338 <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> 3419 <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>
3339 <target state="new">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> 3420 <target state="new">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>
3340 3421
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3423 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3426 <context context-type="linenumber">50</context>
3427 </context-group>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3430 <context context-type="linenumber">89</context>
3431 </context-group>
3432 </trans-unit>
3342 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3433 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3343 <source>Go to the video</source> 3434 <source>Go to the video</source>
3344 <target state="new">Go to the video</target> 3435 <target state="new">Go to the video</target>
3345 3436
3346 3437
3347 3438
3348 <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">28</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">33</context></context-group></trans-unit> 3439 <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">33</context></context-group></trans-unit>
3349 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3440 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3350 <source>Actions</source> 3441 <source>Actions</source>
3351 <target state="new">Actions</target> 3442 <target state="new">Actions</target>
3352 3443
3353 3444
3354 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3445 <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">72</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">123</context></context-group></trans-unit>
3355 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3446 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3356 <source>Blacklist reason:</source> 3447 <source>Blacklist reason:</source>
3357 <target state="new">Blacklist reason:</target> 3448 <target state="new">Blacklist reason:</target>
3358 3449
3359 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3450 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3451 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3452 <context-group purpose="location">
3453 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3454 <context context-type="linenumber">93</context>
3455 </context-group>
3456 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3457 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3458 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3460 <context context-type="linenumber">94</context>
3461 </context-group>
3462 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3360 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3463 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3361 <context-group purpose="location"> 3464 <context-group purpose="location">
3362 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3465 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3382,62 +3485,160 @@
3382 <source>Update this comment</source> 3485 <source>Update this comment</source>
3383 <target state="new">Update this comment</target> 3486 <target state="new">Update this comment</target>
3384 3487
3385 <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">31</context></context-group></trans-unit> 3488 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3489 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3490 <context-group purpose="location">
3491 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3492 <context context-type="linenumber">18</context>
3493 </context-group>
3494 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3495 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3496 <context-group purpose="location">
3497 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3498 <context context-type="linenumber">19</context>
3499 </context-group>
3500 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3501 <source>Accepted reports</source><target state="new">Accepted reports</target>
3502 <context-group purpose="location">
3503 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3504 <context context-type="linenumber">20</context>
3505 </context-group>
3506 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3507 <source>Refused reports</source><target state="new">Refused reports</target>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3510 <context context-type="linenumber">21</context>
3511 </context-group>
3512 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3513 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3514 <context-group purpose="location">
3515 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3516 <context context-type="linenumber">22</context>
3517 </context-group>
3518 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3519 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3520 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3522 <context context-type="linenumber">23</context>
3523 </context-group>
3524 </trans-unit>
3386 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3525 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3387 <source>Reporter</source> 3526 <source>Reporter</source>
3388 <target state="new">Reporter</target> 3527 <target state="new">Reporter</target>
3389 3528
3390 <context-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></trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3391 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3530 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3392 <source>Video</source> 3531 <source>Video</source>
3393 <target state="new">Video</target> 3532 <target state="new">Video</target>
3394 3533
3395 3534
3396 3535
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3398 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3537 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3399 <context-group purpose="location"> 3538 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3539 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3401 <context context-type="linenumber">46</context> 3540 <context context-type="linenumber">80</context>
3402 </context-group> 3541 </context-group>
3403 </trans-unit> 3542 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3543 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3544 <context-group purpose="location">
3545 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3546 <context context-type="linenumber">91</context>
3547 </context-group>
3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3550 <context context-type="linenumber">107</context>
3551 </context-group>
3552 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3553 <source>Video was deleted</source><target state="new">Video was deleted</target>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3556 <context context-type="linenumber">98</context>
3557 </context-group>
3558 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3559 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3560 <context-group purpose="location">
3561 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3562 <context context-type="linenumber">141</context>
3563 </context-group>
3564 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3565 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3566 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3568 <context context-type="linenumber">142</context>
3569 </context-group>
3570 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3571 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3572
3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3404 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3574 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3405 <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> 3575 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3406 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3576 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3407 3577
3408 3578
3409 3579
3410 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3411 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3581 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3412 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3582 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3413 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3583 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3414 <context-group purpose="location"> 3584
3415 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3416 <context context-type="linenumber">18</context>
3417 </context-group>
3418 </trans-unit>
3419 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3586 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3420 <source>Go to the account</source> 3587 <source>Go to the account</source>
3421 <target state="new">Go to the account</target> 3588 <target state="new">Go to the account</target>
3422 3589
3423 3590
3424 <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">27</context></context-group></trans-unit> 3591 <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">27</context></context-group></trans-unit>
3425 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3592 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3426 <source>Reason:</source>
3427 <target state="new">Reason:</target>
3428
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3430 <source>Note:</source><target state="new">Note:</target>
3431 <context-group purpose="location">
3432 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3433 <context context-type="linenumber">72</context>
3434 </context-group>
3435 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3436 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3593 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3437 <context-group purpose="location"> 3594 <context-group purpose="location">
3438 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3595 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3439 <context context-type="linenumber">5</context> 3596 <context context-type="linenumber">5</context>
3440 </context-group> 3597 </context-group>
3598 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3599 <source>
3600 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3601 </source><target state="new">
3602 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3603 </target>
3604 <context-group purpose="location">
3605 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3606 <context context-type="linenumber">20</context>
3607 </context-group>
3608 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3609 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3610 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3612 <context context-type="linenumber">21</context>
3613 </context-group>
3614 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3615 <source>Reportee</source><target state="new">Reportee</target>
3616 <context-group purpose="location">
3617 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3618 <context context-type="linenumber">27</context>
3619 </context-group>
3620 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3621 <source>
3622 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3623 </source><target state="new">
3624 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3625 </target>
3626 <context-group purpose="location">
3627 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3628 <context context-type="linenumber">40</context>
3629 </context-group>
3630 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3631 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3632 <context-group purpose="location">
3633 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3634 <context context-type="linenumber">41</context>
3635 </context-group>
3636 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3637 <source>Updated</source><target state="new">Updated</target>
3638 <context-group purpose="location">
3639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3640 <context context-type="linenumber">47</context>
3641 </context-group>
3441 </trans-unit> 3642 </trans-unit>
3442 3643
3443 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3644 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3453,18 +3654,15 @@
3453 </context-group> 3654 </context-group>
3454 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3655 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3455 <source>Mute domain</source><target state="new">Mute domain</target> 3656 <source>Mute domain</source><target state="new">Mute domain</target>
3456 <context-group purpose="location"> 3657
3457 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3658 <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></trans-unit>
3458 <context context-type="linenumber">11</context>
3459 </context-group>
3460 </trans-unit>
3461 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3659 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3462 <source>Instance</source> 3660 <source>Instance</source>
3463 <target state="new">Instance</target> 3661 <target state="new">Instance</target>
3464 3662
3465 3663
3466 3664
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3468 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3666 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3469 <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> 3667 <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>
3470 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3668 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3472,7 +3670,7 @@
3472 3670
3473 3671
3474 3672
3475 <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">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">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> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3476 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3674 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3477 <source>Unmute</source> 3675 <source>Unmute</source>
3478 <target state="new">Unmute</target> 3676 <target state="new">Unmute</target>
@@ -3480,7 +3678,19 @@
3480 3678
3481 3679
3482 3680
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3682 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3683 <context-group purpose="location">
3684 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3685 <context context-type="linenumber">51</context>
3686 </context-group>
3687 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3688 <source>No server found.</source><target state="new">No server found.</target>
3689 <context-group purpose="location">
3690 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3691 <context context-type="linenumber">52</context>
3692 </context-group>
3693 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3484 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3694 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3485 <context-group purpose="location"> 3695 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3696 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3492,23 +3702,29 @@
3492 </source><target state="new"> 3702 </source><target state="new">
3493 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3703 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3494 </target> 3704 </target>
3495 <context-group purpose="location"> 3705
3496 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3497 <context context-type="linenumber">37</context>
3498 </context-group>
3499 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3500 <source>Mute domains</source><target state="new">Mute domains</target> 3707 <source>Mute domains</source><target state="new">Mute domains</target>
3501 <context-group purpose="location"> 3708
3502 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3503 <context context-type="linenumber">35</context>
3504 </context-group>
3505 </trans-unit>
3506 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3710 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3507 <source>Account</source> 3711 <source>Account</source>
3508 <target state="new">Account</target> 3712 <target state="new">Account</target>
3509 3713
3510 3714
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3716 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3719 <context context-type="linenumber">58</context>
3720 </context-group>
3721 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3722 <source>No account found.</source><target state="new">No account found.</target>
3723 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3725 <context context-type="linenumber">59</context>
3726 </context-group>
3727 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3512 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3728 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3513 <context-group purpose="location"> 3729 <context-group purpose="location">
3514 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3730 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3631,8 +3847,8 @@
3631 <target state="new"> 3847 <target state="new">
3632 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3848 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3633 </target> 3849 </target>
3634 <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">29</context></context-group> 3850
3635 </trans-unit> 3851 <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">47</context></context-group></trans-unit>
3636 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3852 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3637 <source>System</source> 3853 <source>System</source>
3638 <target state="new">System</target> 3854 <target state="new">System</target>
@@ -3817,7 +4033,7 @@
3817 <source>Strategy</source> 4033 <source>Strategy</source>
3818 <target state="new">Strategy</target> 4034 <target state="new">Strategy</target>
3819 4035
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3821 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 4037 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3822 <source>Terms</source> 4038 <source>Terms</source>
3823 <target state="new">Terms</target> 4039 <target state="new">Terms</target>
@@ -4835,23 +5051,14 @@
4835 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5051 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4836 <source>Target</source> 5052 <source>Target</source>
4837 <target state="new">Target</target> 5053 <target state="new">Target</target>
4838 <context-group purpose="location"> 5054
4839 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5055 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4840 <context context-type="linenumber">8</context>
4841 </context-group>
4842 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4843 <source>See the error</source><target state="new">See the error</target> 5056 <source>See the error</source><target state="new">See the error</target>
4844 <context-group purpose="location"> 5057
4845 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5058 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4846 <context context-type="linenumber">19</context>
4847 </context-group>
4848 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4849 <source>This video was deleted</source><target state="new">This video was deleted</target> 5059 <source>This video was deleted</source><target state="new">This video was deleted</target>
4850 <context-group purpose="location"> 5060
4851 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5061 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4852 <context context-type="linenumber">36</context>
4853 </context-group>
4854 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4855 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5062 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4856 <context-group purpose="location"> 5063 <context-group purpose="location">
4857 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5064 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6858,8 +7065,8 @@
6858 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7065 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6859 <context context-type="linenumber">1</context> 7066 <context context-type="linenumber">1</context>
6860 </context-group> 7067 </context-group>
6861 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7068 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6862 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7069 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6863 <context-group purpose="location"> 7070 <context-group purpose="location">
6864 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7071 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6865 <context context-type="linenumber">1</context> 7072 <context context-type="linenumber">1</context>
@@ -7772,6 +7979,12 @@
7772 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7979 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7773 <context context-type="linenumber">1</context> 7980 <context context-type="linenumber">1</context>
7774 </context-group> 7981 </context-group>
7982 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7983 <source>Unknown</source><target state="new">Unknown</target>
7984 <context-group purpose="location">
7985 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7986 <context context-type="linenumber">1</context>
7987 </context-group>
7775 </trans-unit> 7988 </trans-unit>
7776 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 7989 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7777 <source>Your password has been successfully reset!</source> 7990 <source>Your password has been successfully reset!</source>
@@ -9367,8 +9580,17 @@
9367 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9580 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9368 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9581 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9369 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9582 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9583
9584 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9585 <source>Mute server</source><target state="new">Mute server</target>
9370 <context-group purpose="location"> 9586 <context-group purpose="location">
9371 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9587 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9588 <context context-type="linenumber">1</context>
9589 </context-group>
9590 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9591 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9592 <context-group purpose="location">
9593 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9372 <context context-type="linenumber">1</context> 9594 <context context-type="linenumber">1</context>
9373 </context-group> 9595 </context-group>
9374 </trans-unit> 9596 </trans-unit>
@@ -9720,7 +9942,25 @@
9720 <source>Video blacklisted.</source> 9942 <source>Video blacklisted.</source>
9721 <target state="new">Video blacklisted.</target> 9943 <target state="new">Video blacklisted.</target>
9722 9944
9723 <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><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> 9945 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9946 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9947 <context-group purpose="location">
9948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9949 <context context-type="linenumber">1</context>
9950 </context-group>
9951 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9952 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9953 <context-group purpose="location">
9954 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9955 <context context-type="linenumber">1</context>
9956 </context-group>
9957 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9958 <source>Delete video</source><target state="new">Delete video</target>
9959 <context-group purpose="location">
9960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9961 <context context-type="linenumber">1</context>
9962 </context-group>
9963 </trans-unit>
9724 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9964 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9725 <source>Encoder</source> 9965 <source>Encoder</source>
9726 <target state="new">Encoder</target> 9966 <target state="new">Encoder</target>
@@ -9782,8 +10022,23 @@
9782 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10022 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9783 <source>Do you really want to delete this video?</source> 10023 <source>Do you really want to delete this video?</source>
9784 <target state="new">Do you really want to delete this video?</target> 10024 <target state="new">Do you really want to delete this video?</target>
10025
10026 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10027 <source>Video deleted.</source><target state="new">Video deleted.</target>
9785 <context-group purpose="location"> 10028 <context-group purpose="location">
9786 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10029 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10030 <context context-type="linenumber">1</context>
10031 </context-group>
10032 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10033 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10034 <context-group purpose="location">
10035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10036 <context context-type="linenumber">1</context>
10037 </context-group>
10038 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10039 <source>Mute reporter</source><target state="new">Mute reporter</target>
10040 <context-group purpose="location">
10041 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9787 <context context-type="linenumber">1</context> 10042 <context context-type="linenumber">1</context>
9788 </context-group> 10043 </context-group>
9789 </trans-unit> 10044 </trans-unit>
@@ -9808,21 +10063,35 @@
9808 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10063 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9809 <context context-type="linenumber">1</context> 10064 <context context-type="linenumber">1</context>
9810 </context-group> 10065 </context-group>
9811 </trans-unit> 10066 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9812 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10067 <source>Mirror</source><target state="new">Mirror</target>
9813 <source>Duplicate (redundancy)</source>
9814 <target state="new">Duplicate (redundancy)</target>
9815 <context-group purpose="location"> 10068 <context-group purpose="location">
9816 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10069 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9817 <context context-type="linenumber">1</context> 10070 <context context-type="linenumber">1</context>
9818 </context-group> 10071 </context-group>
9819 </trans-unit> 10072 </trans-unit>
10073
9820 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10074 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9821 <source>Report</source> 10075 <source>Report</source>
9822 <target state="new">Report</target> 10076 <target state="new">Report</target>
10077
10078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10079 <source>Note</source><target state="new">Note</target>
9823 <context-group purpose="location"> 10080 <context-group purpose="location">
9824 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10081 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9825 <context context-type="linenumber">1</context> 10082 <context context-type="linenumber">61</context>
10083 </context-group>
10084 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10085 <source>The video was deleted</source><target state="new">The video was deleted</target>
10086 <context-group purpose="location">
10087 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10088 <context context-type="linenumber">71</context>
10089 </context-group>
10090 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10091 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10092 <context-group purpose="location">
10093 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10094 <context context-type="linenumber">72</context>
9826 </context-group> 10095 </context-group>
9827 </trans-unit> 10096 </trans-unit>
9828 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10097 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 1cd190478..f710bbbe1 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -488,7 +488,7 @@
488 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 488 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
489 <source>Deleted</source><target state="new">Deleted</target> 489 <source>Deleted</source><target state="new">Deleted</target>
490 490
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
493 <context-group purpose="location"> 493 <context-group purpose="location">
494 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 494 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -759,16 +759,13 @@
759 759
760 760
761 761
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
763 <source>Ban this user</source><target state="new">Ban this user</target> 763 <source>Ban this user</source><target state="new">Ban this user</target>
764 764
765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
766 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 766 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
767 <context-group purpose="location"> 767
768 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 768 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
769 <context context-type="linenumber">11</context>
770 </context-group>
771 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
772 <source> 769 <source>
773 Login 770 Login
774 </source><target state="new"> 771 </source><target state="new">
@@ -778,55 +775,68 @@
778 <context context-type="sourcefile">src/app/login/login.component.html</context> 775 <context context-type="sourcefile">src/app/login/login.component.html</context>
779 <context context-type="linenumber">2</context> 776 <context context-type="linenumber">2</context>
780 </context-group> 777 </context-group>
781 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 778 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
782 <source> 779 <source>
783 If you are looking for an account… 780 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
784 </source><target state="new"> 781 </source><target state="new">
785 If you are looking for an account… 782 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
786 </target> 783 </target>
787 <context-group purpose="location"> 784 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/login/login.component.html</context> 785 <context context-type="sourcefile">src/app/login/login.component.html</context>
789 <context context-type="linenumber">7</context> 786 <context context-type="linenumber">6</context>
790 </context-group> 787 </context-group>
791 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 788 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
792 <source> 789 <source>
793 Currently this instance doesn't allow for user registration, but you can find an instance 790 If you are looking for an account…
794 that gives you the possibility to sign up for an account and upload your videos there. 791 </source><target state="new">
792 If you are looking for an account…
793 </target>
794 <context-group purpose="location">
795 <context context-type="sourcefile">src/app/login/login.component.html</context>
796 <context context-type="linenumber">12</context>
797 </context-group>
798 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
799 <source>
800 Currently this instance doesn't allow for user registration, but you can find an instance
801 that gives you the possibility to sign up for an account and upload your videos there.
795 802
796 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 803 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
797 804
798 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 805 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
799 </source><target state="new"> 806 </source><target state="new">
800 Currently this instance doesn't allow for user registration, but you can find an instance 807 Currently this instance doesn't allow for user registration, but you can find an instance
801 that gives you the possibility to sign up for an account and upload your videos there. 808 that gives you the possibility to sign up for an account and upload your videos there.
802 809
803 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 810 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
804 811
805 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 812 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
806 </target> 813 </target>
807 <context-group purpose="location"> 814 <context-group purpose="location">
808 <context context-type="sourcefile">src/app/login/login.component.html</context> 815 <context context-type="sourcefile">src/app/login/login.component.html</context>
809 <context context-type="linenumber">11</context> 816 <context context-type="linenumber">16</context>
810 </context-group> 817 </context-group>
811 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 818 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
812 <source>Request new verification email.</source><target state="new">Request new verification email.</target> 819 <source>Request new verification email.</source><target state="new">Request new verification email.</target>
813 820
814 821
815 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 822 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
816 <source>User</source><target state="new">User</target> 823 <source>User</source><target state="new">User</target>
817 824
818 825
819 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 826 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
820 <source>Username or email address</source><target state="new">Username or email address</target> 827 <source>Username or email address</source><target state="new">Username or email address</target>
821 828
822 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 829 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
823 <source> 830 <source>
824 or create an account 831 or create an account
825 </source><target state="new"> 832 </source><target state="new">
826 or create an account 833 or create an account
827 </target> 834 </target>
828 835 <context-group purpose="location">
829 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 836 <context context-type="sourcefile">src/app/login/login.component.html</context>
837 <context context-type="linenumber">40</context>
838 </context-group>
839 </trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
830 <source>Password</source><target state="new">Password</target> 840 <source>Password</source><target state="new">Password</target>
831 841
832 842
@@ -837,27 +847,30 @@
837 847
838 848
839 849
840 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
841 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 851 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
842 <context-group purpose="location"> 852
843 <context context-type="sourcefile">src/app/login/login.component.html</context> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
844 <context context-type="linenumber">50</context>
845 </context-group>
846 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
847 <source>Login</source><target state="new">Login</target> 854 <source>Login</source><target state="new">Login</target>
848 855
849 856
850 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 857 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
858 <source>Or sign in with</source><target state="new">Or sign in with</target>
859 <context-group purpose="location">
860 <context context-type="sourcefile">src/app/login/login.component.html</context>
861 <context context-type="linenumber">68</context>
862 </context-group>
863 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
851 <source>Forgot your password</source><target state="new">Forgot your password</target> 864 <source>Forgot your password</source><target state="new">Forgot your password</target>
852 865
853 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 866 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
854 <source> 867 <source>
855 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 868 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
856 </source><target state="new"> 869 </source><target state="new">
857 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 870 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
858 </target> 871 </target>
859 872
860 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 873 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
861 <source>Email</source><target state="new">Email</target> 874 <source>Email</source><target state="new">Email</target>
862 875
863 876
@@ -868,14 +881,14 @@
868 881
869 882
870 883
871 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 884 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
872 <source>Email address</source><target state="new">Email address</target> 885 <source>Email address</source><target state="new">Email address</target>
873 886
874 887
875 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 888 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
876 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target> 889 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target>
877 890
878 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 891 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
879 <source> 892 <source>
880 Reset my password 893 Reset my password
881 </source><target state="new"> 894 </source><target state="new">
@@ -1527,14 +1540,11 @@
1527 </source><target state="new"> 1540 </source><target state="new">
1528 This will replace an existing caption! 1541 This will replace an existing caption!
1529 </target> 1542 </target>
1530 <context-group purpose="location"> 1543
1531 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1532 <context context-type="linenumber">29</context>
1533 </context-group>
1534 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1535 <source>Add this caption</source><target state="new">Add this caption</target> 1545 <source>Add this caption</source><target state="new">Add this caption</target>
1536 1546
1537 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1547 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1538 <source>Title</source><target state="new">Title</target> 1548 <source>Title</source><target state="new">Title</target>
1539 1549
1540 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> 1550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
@@ -2083,7 +2093,7 @@
2083 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2093 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2084 <source>More information</source><target state="new">More information</target> 2094 <source>More information</source><target state="new">More information</target>
2085 2095
2086 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2096 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2087 <source>Get more information</source><target state="new">Get more information</target> 2097 <source>Get more information</source><target state="new">Get more information</target>
2088 2098
2089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2239,16 +2249,43 @@
2239 2249
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2241 <source>Follow domain</source><target state="new">Follow domain</target> 2251 <source>Follow domain</source><target state="new">Follow domain</target>
2242 <context-group purpose="location"> 2252
2243 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2253 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2244 <context context-type="linenumber">15</context>
2245 </context-group>
2246 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2247 <source>Filter...</source><target state="new">Filter...</target> 2254 <source>Filter...</source><target state="new">Filter...</target>
2248 2255
2249 2256
2250 2257
2251 <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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2259 <source>Clear filters</source><target state="new">Clear filters</target>
2260 <context-group purpose="location">
2261 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2262 <context context-type="linenumber">15</context>
2263 </context-group>
2264 <context-group purpose="location">
2265 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2266 <context context-type="linenumber">15</context>
2267 </context-group>
2268 <context-group purpose="location">
2269 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2270 <context context-type="linenumber">34</context>
2271 </context-group>
2272 <context-group purpose="location">
2273 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2274 <context context-type="linenumber">16</context>
2275 </context-group>
2276 <context-group purpose="location">
2277 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2278 <context context-type="linenumber">31</context>
2279 </context-group>
2280 <context-group purpose="location">
2281 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2282 <context context-type="linenumber">15</context>
2283 </context-group>
2284 <context-group purpose="location">
2285 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2286 <context context-type="linenumber">15</context>
2287 </context-group>
2288 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2252 <source>ID</source><target state="new">ID</target> 2289 <source>ID</source><target state="new">ID</target>
2253 2290
2254 2291
@@ -2256,13 +2293,13 @@
2256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2257 <source>Follower handle</source><target state="new">Follower handle</target> 2294 <source>Follower handle</source><target state="new">Follower handle</target>
2258 2295
2259 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2260 <source>State</source><target state="new">State</target> 2297 <source>State</source><target state="new">State</target>
2261 2298
2262 2299
2263 2300
2264 2301
2265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2266 <source>Delayed.</source><target state="new">Delayed.</target> 2303 <source>Delayed.</source><target state="new">Delayed.</target>
2267 2304
2268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2285,23 +2322,41 @@
2285 2322
2286 2323
2287 2324
2288 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2289 <source>Accepted</source><target state="new">Accepted</target> 2326 <source>Accepted</source><target state="new">Accepted</target>
2290 2327
2291 2328
2292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2293 <source>Pending</source><target state="new">Pending</target> 2330 <source>Pending</source><target state="new">Pending</target>
2294 2331
2295 2332
2296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2297 <source>Accept</source><target state="new">Accept</target> 2334 <source>Accept</source><target state="new">Accept</target>
2298 2335
2299 2336
2300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2301 <source>Refuse</source><target state="new">Refuse</target> 2338 <source>Refuse</source><target state="new">Refuse</target>
2302 2339
2303 2340
2304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2342 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2343 <context-group purpose="location">
2344 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2345 <context context-type="linenumber">55</context>
2346 </context-group>
2347 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2348 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2349 <context-group purpose="location">
2350 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2351 <context context-type="linenumber">56</context>
2352 </context-group>
2353 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2354 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2355 <context-group purpose="location">
2356 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2357 <context context-type="linenumber">5</context>
2358 </context-group>
2359 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2305 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2360 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2306 <context-group purpose="location"> 2361 <context-group purpose="location">
2307 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2362 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2310,16 +2365,41 @@
2310 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2365 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2311 <source>Host</source><target state="new">Host</target> 2366 <source>Host</source><target state="new">Host</target>
2312 2367
2313 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2314 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2369 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2315 2370
2316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2317 <source>Follow domains</source><target state="new">Follow domains</target> 2372 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2318 <context-group purpose="location"> 2373 <context-group purpose="location">
2319 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2374 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2320 <context context-type="linenumber">50</context> 2375 <context context-type="linenumber">37</context>
2321 </context-group> 2376 </context-group>
2322 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2377 <context-group purpose="location">
2378 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2379 <context context-type="linenumber">35</context>
2380 </context-group>
2381 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2382 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2383 <context-group purpose="location">
2384 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2385 <context context-type="linenumber">62</context>
2386 </context-group>
2387 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2388 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2389 <context-group purpose="location">
2390 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2391 <context context-type="linenumber">63</context>
2392 </context-group>
2393 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2394 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2395 <context-group purpose="location">
2396 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2397 <context context-type="linenumber">5</context>
2398 </context-group>
2399 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2400 <source>Follow domains</source><target state="new">Follow domains</target>
2401
2402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2323 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2403 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2324 <context-group purpose="location"> 2404 <context-group purpose="location">
2325 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2405 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2368,7 +2448,7 @@
2368 2448
2369 2449
2370 2450
2371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2372 <source> 2452 <source>
2373 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2453 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2374 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2454 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2431,35 +2511,29 @@
2431 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2511 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2432 <source>Batch actions</source><target state="new">Batch actions</target> 2512 <source>Batch actions</source><target state="new">Batch actions</target>
2433 2513
2434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2435 <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><target state="new">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>"/></target> 2515 <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><target state="new">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>"/></target>
2436 2516
2437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2438 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2518 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2439 2519
2440 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2441 <source>(banned)</source><target state="new">(banned)</target> 2521 <source>(banned)</source><target state="new">(banned)</target>
2442 2522
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2444 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2524 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2445 <context-group purpose="location"> 2525
2446 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2526
2447 <context context-type="linenumber">65</context> 2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2448 </context-group>
2449 <context-group purpose="location">
2450 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2451 <context context-type="linenumber">27</context>
2452 </context-group>
2453 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2454 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2528 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2455 2529
2456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2457 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2531 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2458 2532
2459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2460 <source>Ban reason:</source><target state="new">Ban reason:</target> 2534 <source>Ban reason:</source><target state="new">Ban reason:</target>
2461 2535
2462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2463 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2537 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2464 <context-group purpose="location"> 2538 <context-group purpose="location">
2465 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2539 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2507,57 +2581,85 @@
2507 </context-group> 2581 </context-group>
2508 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2582 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2509 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2583 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2510 <context-group purpose="location"> 2584
2511 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2512 <context context-type="linenumber">10</context>
2513 </context-group>
2514 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2515 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2586 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2516 2587
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2518 <source>Video URL</source><target state="new">Video URL</target> 2589 <source>Video URL</source><target state="new">Video URL</target>
2519 2590
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2521 <source>Total size</source><target state="new">Total size</target> 2592 <source>Total size</source><target state="new">Total size</target>
2522 2593
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2524 <source>List redundancies</source><target state="new">List redundancies</target> 2595 <source>List redundancies</source><target state="new">List redundancies</target>
2596
2597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2598 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2525 <context-group purpose="location"> 2599 <context-group purpose="location">
2526 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2600 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2527 <context context-type="linenumber">33</context> 2601 <context context-type="linenumber">77</context>
2602 </context-group>
2603 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2604 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2605 <context-group purpose="location">
2606 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2607 <context context-type="linenumber">78</context>
2528 </context-group> 2608 </context-group>
2529 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2609 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2530 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2610 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2531 2611
2532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2533 <source> 2613 <source>
2534 No redundancy strategy is enabled on your instance. 2614 No redundancy strategy is enabled on your instance.
2535 </source><target state="new"> 2615 </source><target state="new">
2536 No redundancy strategy is enabled on your instance. 2616 No redundancy strategy is enabled on your instance.
2537 </target> 2617 </target>
2538 2618
2539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 2619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2540 <source>Sensitive</source><target state="new">Sensitive</target> 2620 <source>Sensitive</source><target state="new">Sensitive</target>
2541 2621
2542 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2622 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2543 <source>Unfederated</source><target state="new">Unfederated</target> 2623 <source>Unfederated</source><target state="new">Unfederated</target>
2544 2624
2545 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 2625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2546 <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><target state="new">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> 2626 <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><target state="new">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>
2547 2627
2548 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2629 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2630 <context-group purpose="location">
2631 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2632 <context context-type="linenumber">50</context>
2633 </context-group>
2634 <context-group purpose="location">
2635 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2636 <context context-type="linenumber">89</context>
2637 </context-group>
2638 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2549 <source>Go to the video</source><target state="new">Go to the video</target> 2639 <source>Go to the video</source><target state="new">Go to the video</target>
2550 2640
2551 2641
2552 2642
2553 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2643 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2554 <source>Actions</source><target state="new">Actions</target> 2644 <source>Actions</source><target state="new">Actions</target>
2555 2645
2556 2646
2557 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2647 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2558 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2648 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2559 2649
2560 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2650 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2651 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2652 <context-group purpose="location">
2653 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2654 <context context-type="linenumber">93</context>
2655 </context-group>
2656 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2657 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2658 <context-group purpose="location">
2659 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2660 <context context-type="linenumber">94</context>
2661 </context-group>
2662 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2561 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2663 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2562 <context-group purpose="location"> 2664 <context-group purpose="location">
2563 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2665 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2579,48 +2681,147 @@
2579 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2681 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2580 <source>Update this comment</source><target state="new">Update this comment</target> 2682 <source>Update this comment</source><target state="new">Update this comment</target>
2581 2683
2582 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2684 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2685 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2686 <context-group purpose="location">
2687 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2688 <context context-type="linenumber">18</context>
2689 </context-group>
2690 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2691 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2692 <context-group purpose="location">
2693 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2694 <context context-type="linenumber">19</context>
2695 </context-group>
2696 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2697 <source>Accepted reports</source><target state="new">Accepted reports</target>
2698 <context-group purpose="location">
2699 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2700 <context context-type="linenumber">20</context>
2701 </context-group>
2702 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2703 <source>Refused reports</source><target state="new">Refused reports</target>
2704 <context-group purpose="location">
2705 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2706 <context context-type="linenumber">21</context>
2707 </context-group>
2708 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2709 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2710 <context-group purpose="location">
2711 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2712 <context context-type="linenumber">22</context>
2713 </context-group>
2714 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2715 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2716 <context-group purpose="location">
2717 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2718 <context context-type="linenumber">23</context>
2719 </context-group>
2720 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2583 <source>Reporter</source><target state="new">Reporter</target> 2721 <source>Reporter</source><target state="new">Reporter</target>
2584 2722
2585 <context-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></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 2723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2586 <source>Video</source><target state="new">Video</target> 2724 <source>Video</source><target state="new">Video</target>
2587 2725
2588 2726
2589 2727
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2591 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2729 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
2592 <context-group purpose="location"> 2730 <context-group purpose="location">
2593 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2731 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2594 <context context-type="linenumber">46</context> 2732 <context context-type="linenumber">80</context>
2595 </context-group> 2733 </context-group>
2596 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2734 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
2735 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
2736 <context-group purpose="location">
2737 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2738 <context context-type="linenumber">91</context>
2739 </context-group>
2740 <context-group purpose="location">
2741 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2742 <context context-type="linenumber">107</context>
2743 </context-group>
2744 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
2745 <source>Video was deleted</source><target state="new">Video was deleted</target>
2746 <context-group purpose="location">
2747 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2748 <context context-type="linenumber">98</context>
2749 </context-group>
2750 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
2751 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
2752 <context-group purpose="location">
2753 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2754 <context context-type="linenumber">141</context>
2755 </context-group>
2756 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
2757 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
2758 <context-group purpose="location">
2759 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2760 <context context-type="linenumber">142</context>
2761 </context-group>
2762 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2763 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2764
2765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2597 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2766 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2598 2767
2599 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2600 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2769 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2601 <context-group purpose="location">
2602 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2603 <context context-type="linenumber">18</context>
2604 </context-group>
2605 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2606 <source>Go to the account</source><target state="new">Go to the account</target>
2607 2770
2771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2772 <source>Go to the account</source><target state="new">Go to the account</target>
2608 2773
2609 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2610 <source>Reason:</source><target state="new">Reason:</target>
2611 2774
2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 2775 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2613 <source>Note:</source><target state="new">Note:</target>
2614 <context-group purpose="location">
2615 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2616 <context context-type="linenumber">72</context>
2617 </context-group>
2618 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2619 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 2776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2620 <context-group purpose="location"> 2777 <context-group purpose="location">
2621 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2778 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2622 <context context-type="linenumber">5</context> 2779 <context context-type="linenumber">5</context>
2623 </context-group> 2780 </context-group>
2781 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
2782 <source>
2783 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2784 </source><target state="new">
2785 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2786 </target>
2787 <context-group purpose="location">
2788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2789 <context context-type="linenumber">20</context>
2790 </context-group>
2791 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
2792 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
2793 <context-group purpose="location">
2794 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2795 <context context-type="linenumber">21</context>
2796 </context-group>
2797 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
2798 <source>Reportee</source><target state="new">Reportee</target>
2799 <context-group purpose="location">
2800 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2801 <context context-type="linenumber">27</context>
2802 </context-group>
2803 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
2804 <source>
2805 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2806 </source><target state="new">
2807 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2808 </target>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2811 <context context-type="linenumber">40</context>
2812 </context-group>
2813 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
2814 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
2815 <context-group purpose="location">
2816 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2817 <context context-type="linenumber">41</context>
2818 </context-group>
2819 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
2820 <source>Updated</source><target state="new">Updated</target>
2821 <context-group purpose="location">
2822 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2823 <context context-type="linenumber">47</context>
2824 </context-group>
2624 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2825 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2625 <source>Unblacklist</source><target state="new">Unblacklist</target> 2826 <source>Unblacklist</source><target state="new">Unblacklist</target>
2626 <context-group purpose="location"> 2827 <context-group purpose="location">
@@ -2633,29 +2834,38 @@
2633 </context-group> 2834 </context-group>
2634 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 2835 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2635 <source>Mute domain</source><target state="new">Mute domain</target> 2836 <source>Mute domain</source><target state="new">Mute domain</target>
2636 <context-group purpose="location"> 2837
2637 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2838 <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></trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2638 <context context-type="linenumber">11</context>
2639 </context-group>
2640 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2641 <source>Instance</source><target state="new">Instance</target> 2839 <source>Instance</source><target state="new">Instance</target>
2642 2840
2643 2841
2644 2842
2645 2843
2646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2647 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2845 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2648 2846
2649 2847
2650 2848
2651 2849
2652 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2653 <source>Unmute</source><target state="new">Unmute</target> 2851 <source>Unmute</source><target state="new">Unmute</target>
2654 2852
2655 2853
2656 2854
2657 2855
2658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 2856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
2857 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
2858 <context-group purpose="location">
2859 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2860 <context context-type="linenumber">51</context>
2861 </context-group>
2862 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
2863 <source>No server found.</source><target state="new">No server found.</target>
2864 <context-group purpose="location">
2865 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2866 <context context-type="linenumber">52</context>
2867 </context-group>
2868 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2659 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 2869 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2660 <context-group purpose="location"> 2870 <context-group purpose="location">
2661 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2871 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2667,21 +2877,27 @@
2667 </source><target state="new"> 2877 </source><target state="new">
2668 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2878 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2669 </target> 2879 </target>
2670 <context-group purpose="location"> 2880
2671 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2672 <context context-type="linenumber">37</context>
2673 </context-group>
2674 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2675 <source>Mute domains</source><target state="new">Mute domains</target> 2882 <source>Mute domains</source><target state="new">Mute domains</target>
2676 <context-group purpose="location"> 2883
2677 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2678 <context context-type="linenumber">35</context>
2679 </context-group>
2680 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2681 <source>Account</source><target state="new">Account</target> 2885 <source>Account</source><target state="new">Account</target>
2682 2886
2683 2887
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 2888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
2889 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
2890 <context-group purpose="location">
2891 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2892 <context context-type="linenumber">58</context>
2893 </context-group>
2894 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
2895 <source>No account found.</source><target state="new">No account found.</target>
2896 <context-group purpose="location">
2897 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2898 <context context-type="linenumber">59</context>
2899 </context-group>
2900 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2685 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 2901 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2686 <context-group purpose="location"> 2902 <context-group purpose="location">
2687 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -2777,7 +2993,7 @@
2777 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 2993 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
2778 </target> 2994 </target>
2779 2995
2780 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 2996 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
2781 <source>System</source><target state="new">System</target> 2997 <source>System</source><target state="new">System</target>
2782 <context-group purpose="location"> 2998 <context-group purpose="location">
2783 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 2999 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -2912,7 +3128,7 @@
2912 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3128 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
2913 <source>Strategy</source><target state="new">Strategy</target> 3129 <source>Strategy</source><target state="new">Strategy</target>
2914 3130
2915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
2916 <source>Terms</source><target state="new">Terms</target> 3132 <source>Terms</source><target state="new">Terms</target>
2917 3133
2918 3134
@@ -3675,23 +3891,14 @@
3675 3891
3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
3677 <source>Target</source><target state="new">Target</target> 3893 <source>Target</source><target state="new">Target</target>
3678 <context-group purpose="location"> 3894
3679 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3895 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3680 <context context-type="linenumber">8</context>
3681 </context-group>
3682 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3683 <source>See the error</source><target state="new">See the error</target> 3896 <source>See the error</source><target state="new">See the error</target>
3684 <context-group purpose="location"> 3897
3685 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3898 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3686 <context context-type="linenumber">19</context>
3687 </context-group>
3688 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3689 <source>This video was deleted</source><target state="new">This video was deleted</target> 3899 <source>This video was deleted</source><target state="new">This video was deleted</target>
3690 <context-group purpose="location"> 3900
3691 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3901 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3692 <context context-type="linenumber">36</context>
3693 </context-group>
3694 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3695 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3902 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3696 <context-group purpose="location"> 3903 <context-group purpose="location">
3697 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 3904 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5312,8 +5519,8 @@
5312 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5519 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5313 <context context-type="linenumber">1</context> 5520 <context context-type="linenumber">1</context>
5314 </context-group> 5521 </context-group>
5315 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5522 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5316 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5523 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5317 <context-group purpose="location"> 5524 <context-group purpose="location">
5318 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5525 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5319 <context context-type="linenumber">1</context> 5526 <context context-type="linenumber">1</context>
@@ -6017,6 +6224,12 @@
6017 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6224 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6018 <context context-type="linenumber">1</context> 6225 <context context-type="linenumber">1</context>
6019 </context-group> 6226 </context-group>
6227 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6228 <source>Unknown</source><target state="new">Unknown</target>
6229 <context-group purpose="location">
6230 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6231 <context context-type="linenumber">1</context>
6232 </context-group>
6020 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6233 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6021 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6234 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6022 <context-group purpose="location"> 6235 <context-group purpose="location">
@@ -7237,8 +7450,17 @@
7237 </context-group> 7450 </context-group>
7238 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7451 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7239 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7452 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7453
7454 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7455 <source>Mute server</source><target state="new">Mute server</target>
7240 <context-group purpose="location"> 7456 <context-group purpose="location">
7241 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7457 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7458 <context context-type="linenumber">1</context>
7459 </context-group>
7460 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7461 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7462 <context-group purpose="location">
7463 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7242 <context context-type="linenumber">1</context> 7464 <context context-type="linenumber">1</context>
7243 </context-group> 7465 </context-group>
7244 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7466 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7504,7 +7726,25 @@
7504 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7726 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7505 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7727 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7506 7728
7507 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 7729 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7730 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
7731 <context-group purpose="location">
7732 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7733 <context context-type="linenumber">1</context>
7734 </context-group>
7735 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7736 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
7737 <context-group purpose="location">
7738 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7739 <context context-type="linenumber">1</context>
7740 </context-group>
7741 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7742 <source>Delete video</source><target state="new">Delete video</target>
7743 <context-group purpose="location">
7744 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7745 <context context-type="linenumber">1</context>
7746 </context-group>
7747 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7508 <source>Encoder</source><target state="new">Encoder</target> 7748 <source>Encoder</source><target state="new">Encoder</target>
7509 <context-group purpose="location"> 7749 <context-group purpose="location">
7510 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7750 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7550,8 +7790,23 @@
7550 </context-group> 7790 </context-group>
7551 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 7791 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7552 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 7792 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
7793
7794 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
7795 <source>Video deleted.</source><target state="new">Video deleted.</target>
7553 <context-group purpose="location"> 7796 <context-group purpose="location">
7554 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7797 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7798 <context context-type="linenumber">1</context>
7799 </context-group>
7800 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
7801 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
7802 <context-group purpose="location">
7803 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7804 <context context-type="linenumber">1</context>
7805 </context-group>
7806 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
7807 <source>Mute reporter</source><target state="new">Mute reporter</target>
7808 <context-group purpose="location">
7809 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7555 <context context-type="linenumber">1</context> 7810 <context context-type="linenumber">1</context>
7556 </context-group> 7811 </context-group>
7557 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 7812 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7569,17 +7824,32 @@
7569 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7824 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7570 <context context-type="linenumber">1</context> 7825 <context context-type="linenumber">1</context>
7571 </context-group> 7826 </context-group>
7572 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 7827 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7573 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 7828 <source>Mirror</source><target state="new">Mirror</target>
7574 <context-group purpose="location"> 7829 <context-group purpose="location">
7575 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7830 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7576 <context context-type="linenumber">1</context> 7831 <context context-type="linenumber">1</context>
7577 </context-group> 7832 </context-group>
7578 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 7833 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7579 <source>Report</source><target state="new">Report</target> 7834 <source>Report</source><target state="new">Report</target>
7835
7836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
7837 <source>Note</source><target state="new">Note</target>
7580 <context-group purpose="location"> 7838 <context-group purpose="location">
7581 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7839 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7582 <context context-type="linenumber">1</context> 7840 <context context-type="linenumber">61</context>
7841 </context-group>
7842 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
7843 <source>The video was deleted</source><target state="new">The video was deleted</target>
7844 <context-group purpose="location">
7845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7846 <context context-type="linenumber">71</context>
7847 </context-group>
7848 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
7849 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
7850 <context-group purpose="location">
7851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7852 <context context-type="linenumber">72</context>
7583 </context-group> 7853 </context-group>
7584 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 7854 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7585 <source>Published</source><target state="new">Published</target> 7855 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 4ef9fbac5..f060444c2 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -624,7 +624,7 @@ Annuleren</target>
624 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 624 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
625 <source>Deleted</source><target state="new">Deleted</target> 625 <source>Deleted</source><target state="new">Deleted</target>
626 626
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
628 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 628 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
629 <source>Edit starts/stops at</source> 629 <source>Edit starts/stops at</source>
630 <target>Bewerk beginnen/stoppen bij</target> 630 <target>Bewerk beginnen/stoppen bij</target>
@@ -956,7 +956,7 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
956 <context-group name="null"> 956 <context-group name="null">
957 <context context-type="linenumber">23</context> 957 <context context-type="linenumber">23</context>
958 </context-group> 958 </context-group>
959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
960 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 960 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
961 <source>Ban this user</source> 961 <source>Ban this user</source>
962 <target>Verban deze gebruiker</target> 962 <target>Verban deze gebruiker</target>
@@ -970,7 +970,7 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
970 <context-group name="null"> 970 <context-group name="null">
971 <context context-type="linenumber">11</context> 971 <context context-type="linenumber">11</context>
972 </context-group> 972 </context-group>
973 <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> 973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
974 974
975 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 975 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
976 <source> 976 <source>
@@ -981,35 +981,45 @@ Aanmelden</target>
981 <context-group name="null"> 981 <context-group name="null">
982 <context context-type="linenumber">2</context> 982 <context context-type="linenumber">2</context>
983 </context-group> 983 </context-group>
984 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 984 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
985 <source> 985 <source>
986 If you are looking for an account… 986 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
987 </source><target state="new"> 987 </source><target state="new">
988 If you are looking for an account… 988 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
989 </target> 989 </target>
990 <context-group purpose="location"> 990 <context-group purpose="location">
991 <context context-type="sourcefile">src/app/login/login.component.html</context> 991 <context context-type="sourcefile">src/app/login/login.component.html</context>
992 <context context-type="linenumber">7</context> 992 <context context-type="linenumber">6</context>
993 </context-group> 993 </context-group>
994 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 994 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
995 <source> 995 <source>
996 Currently this instance doesn't allow for user registration, but you can find an instance 996 If you are looking for an account…
997 that gives you the possibility to sign up for an account and upload your videos there. 997 </source><target state="new">
998 If you are looking for an account…
999 </target>
1000 <context-group purpose="location">
1001 <context context-type="sourcefile">src/app/login/login.component.html</context>
1002 <context context-type="linenumber">12</context>
1003 </context-group>
1004 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1005 <source>
1006 Currently this instance doesn't allow for user registration, but you can find an instance
1007 that gives you the possibility to sign up for an account and upload your videos there.
998 1008
999 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1009 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1000 1010
1001 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1011 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1002 </source><target state="new"> 1012 </source><target state="new">
1003 Currently this instance doesn't allow for user registration, but you can find an instance 1013 Currently this instance doesn't allow for user registration, but you can find an instance
1004 that gives you the possibility to sign up for an account and upload your videos there. 1014 that gives you the possibility to sign up for an account and upload your videos there.
1005 1015
1006 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1016 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1007 1017
1008 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1018 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1009 </target> 1019 </target>
1010 <context-group purpose="location"> 1020 <context-group purpose="location">
1011 <context context-type="sourcefile">src/app/login/login.component.html</context> 1021 <context context-type="sourcefile">src/app/login/login.component.html</context>
1012 <context context-type="linenumber">11</context> 1022 <context context-type="linenumber">16</context>
1013 </context-group> 1023 </context-group>
1014 </trans-unit> 1024 </trans-unit>
1015 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1025 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1018,31 +1028,32 @@ Aanmelden</target>
1018 <context-group name="null"> 1028 <context-group name="null">
1019 <context context-type="linenumber">16</context> 1029 <context context-type="linenumber">16</context>
1020 </context-group> 1030 </context-group>
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1031 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1022 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1032 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1023 <source>User</source> 1033 <source>User</source>
1024 <target>Gebruiker</target> 1034 <target>Gebruiker</target>
1025 <context-group name="null"> 1035 <context-group name="null">
1026 <context context-type="linenumber">13</context> 1036 <context context-type="linenumber">13</context>
1027 </context-group> 1037 </context-group>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1029 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1039 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1030 <source>Username or email address</source> 1040 <source>Username or email address</source>
1031 <target>Gebruikersnaam of e-mailadres</target> 1041 <target>Gebruikersnaam of e-mailadres</target>
1032 <context-group name="null"> 1042 <context-group name="null">
1033 <context context-type="linenumber">15</context> 1043 <context context-type="linenumber">15</context>
1034 </context-group> 1044 </context-group>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1036 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
1037 <source> 1046 <source>
1038 or create an account 1047 or create an account
1039 </source> 1048 </source><target state="new">
1040 <target> 1049 or create an account
1041of maak een account</target> 1050 </target>
1042 <context-group name="null"> 1051 <context-group purpose="location">
1043 <context context-type="linenumber">18</context> 1052 <context context-type="sourcefile">src/app/login/login.component.html</context>
1053 <context context-type="linenumber">40</context>
1044 </context-group> 1054 </context-group>
1045 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1055 </trans-unit>
1056
1046 1057
1047 1058
1048 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1059 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1051,13 +1062,10 @@ of maak een account</target>
1051 <context-group name="null"> 1062 <context-group name="null">
1052 <context context-type="linenumber">54</context> 1063 <context context-type="linenumber">54</context>
1053 </context-group> 1064 </context-group>
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1055 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1066 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1056 <context-group purpose="location"> 1067
1057 <context context-type="sourcefile">src/app/login/login.component.html</context> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1058 <context context-type="linenumber">50</context>
1059 </context-group>
1060 </trans-unit>
1061 1069
1062 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1070 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1063 <source>Login</source> 1071 <source>Login</source>
@@ -1065,42 +1073,48 @@ of maak een account</target>
1065 <context-group name="null"> 1073 <context-group name="null">
1066 <context context-type="linenumber">32</context> 1074 <context context-type="linenumber">32</context>
1067 </context-group> 1075 </context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1076 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1077 <source>Or sign in with</source><target state="new">Or sign in with</target>
1078 <context-group purpose="location">
1079 <context context-type="sourcefile">src/app/login/login.component.html</context>
1080 <context context-type="linenumber">68</context>
1081 </context-group>
1082 </trans-unit>
1069 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1083 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1070 <source>Forgot your password</source> 1084 <source>Forgot your password</source>
1071 <target>Jouw wachtwoord vergeten</target> 1085 <target>Jouw wachtwoord vergeten</target>
1072 <context-group name="null"> 1086 <context-group name="null">
1073 <context context-type="linenumber">58</context> 1087 <context context-type="linenumber">58</context>
1074 </context-group> 1088 </context-group>
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1076 <source> 1090 <source>
1077 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1091 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1078 </source><target state="new"> 1092 </source><target state="new">
1079 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1093 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1080 </target> 1094 </target>
1081 1095
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1083 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1097 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1084 <source>Email</source> 1098 <source>Email</source>
1085 <target>E-mail</target> 1099 <target>E-mail</target>
1086 <context-group name="null"> 1100 <context-group name="null">
1087 <context context-type="linenumber">43</context> 1101 <context context-type="linenumber">43</context>
1088 </context-group> 1102 </context-group>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1103 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1090 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1104 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1091 <source>Email address</source> 1105 <source>Email address</source>
1092 <target>E-mailadres</target> 1106 <target>E-mailadres</target>
1093 <context-group name="null"> 1107 <context-group name="null">
1094 <context context-type="linenumber">10</context> 1108 <context context-type="linenumber">10</context>
1095 </context-group> 1109 </context-group>
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1097 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1111 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1098 <source>Send me an email to reset my password</source> 1112 <source>Send me an email to reset my password</source>
1099 <target>Zend me een e-mail om een nieuw wachtwoord in te stellen</target> 1113 <target>Zend me een e-mail om een nieuw wachtwoord in te stellen</target>
1100 <context-group name="null"> 1114 <context-group name="null">
1101 <context context-type="linenumber">82</context> 1115 <context context-type="linenumber">82</context>
1102 </context-group> 1116 </context-group>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1104 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1118 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1105 <source> 1119 <source>
1106 Reset my password 1120 Reset my password
@@ -1887,7 +1901,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
1887 <context-group name="null"> 1901 <context-group name="null">
1888 <context context-type="linenumber">29</context> 1902 <context context-type="linenumber">29</context>
1889 </context-group> 1903 </context-group>
1890 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 1904 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1891 1905
1892 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 1906 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
1893 <source>Add this caption</source> 1907 <source>Add this caption</source>
@@ -1895,7 +1909,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
1895 <context-group name="null"> 1909 <context-group name="null">
1896 <context context-type="linenumber">40</context> 1910 <context context-type="linenumber">40</context>
1897 </context-group> 1911 </context-group>
1898 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1899 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1913 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1900 <source>Title</source> 1914 <source>Title</source>
1901 <target>Titel</target> 1915 <target>Titel</target>
@@ -2689,7 +2703,7 @@ Je kan nu al informatie toevoegen over deze video.
2689 <context-group name="null"> 2703 <context-group name="null">
2690 <context context-type="linenumber">215</context> 2704 <context context-type="linenumber">215</context>
2691 </context-group> 2705 </context-group>
2692 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2706 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2693 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2707 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2694 <source>Get more information</source> 2708 <source>Get more information</source>
2695 <target>Krijg meer informatie</target> 2709 <target>Krijg meer informatie</target>
@@ -2895,11 +2909,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2895 </context-group> 2909 </context-group>
2896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2897 <source>Follow domain</source><target state="new">Follow domain</target> 2911 <source>Follow domain</source><target state="new">Follow domain</target>
2898 <context-group purpose="location"> 2912
2899 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2913 <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>
2900 <context context-type="linenumber">15</context>
2901 </context-group>
2902 </trans-unit>
2903 2914
2904 2915
2905 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2916 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -2908,7 +2919,37 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2908 <context-group name="null"> 2919 <context-group name="null">
2909 <context context-type="linenumber">27</context> 2920 <context context-type="linenumber">27</context>
2910 </context-group> 2921 </context-group>
2911 <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">29</context></context-group></trans-unit> 2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2923 <source>Clear filters</source><target state="new">Clear filters</target>
2924 <context-group purpose="location">
2925 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2926 <context context-type="linenumber">15</context>
2927 </context-group>
2928 <context-group purpose="location">
2929 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2930 <context context-type="linenumber">15</context>
2931 </context-group>
2932 <context-group purpose="location">
2933 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2934 <context context-type="linenumber">34</context>
2935 </context-group>
2936 <context-group purpose="location">
2937 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2938 <context context-type="linenumber">16</context>
2939 </context-group>
2940 <context-group purpose="location">
2941 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2942 <context context-type="linenumber">31</context>
2943 </context-group>
2944 <context-group purpose="location">
2945 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2946 <context context-type="linenumber">15</context>
2947 </context-group>
2948 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2950 <context context-type="linenumber">15</context>
2951 </context-group>
2952 </trans-unit>
2912 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2953 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2913 <source>ID</source> 2954 <source>ID</source>
2914 <target>ID</target> 2955 <target>ID</target>
@@ -2922,14 +2963,14 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2922 <context-group name="null"> 2963 <context-group name="null">
2923 <context context-type="linenumber">17</context> 2964 <context context-type="linenumber">17</context>
2924 </context-group> 2965 </context-group>
2925 <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></trans-unit> 2966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2926 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2967 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2927 <source>State</source> 2968 <source>State</source>
2928 <target>Status</target> 2969 <target>Status</target>
2929 <context-group name="null"> 2970 <context-group name="null">
2930 <context context-type="linenumber">10</context> 2971 <context context-type="linenumber">10</context>
2931 </context-group> 2972 </context-group>
2932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2933 <source>Delayed.</source><target state="new">Delayed.</target> 2974 <source>Delayed.</source><target state="new">Delayed.</target>
2934 2975
2935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2952,35 +2993,53 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2952 <context-group name="null"> 2993 <context-group name="null">
2953 <context context-type="linenumber">11</context> 2994 <context context-type="linenumber">11</context>
2954 </context-group> 2995 </context-group>
2955 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2956 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2997 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2957 <source>Accepted</source> 2998 <source>Accepted</source>
2958 <target>Geaccepteerd</target> 2999 <target>Geaccepteerd</target>
2959 <context-group name="null"> 3000 <context-group name="null">
2960 <context context-type="linenumber">32</context> 3001 <context context-type="linenumber">32</context>
2961 </context-group> 3002 </context-group>
2962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2963 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3004 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2964 <source>Pending</source> 3005 <source>Pending</source>
2965 <target>In behandeling</target> 3006 <target>In behandeling</target>
2966 <context-group name="null"> 3007 <context-group name="null">
2967 <context context-type="linenumber">33</context> 3008 <context context-type="linenumber">33</context>
2968 </context-group> 3009 </context-group>
2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2970 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3011 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2971 <source>Accept</source> 3012 <source>Accept</source>
2972 <target>Accepteren</target> 3013 <target>Accepteren</target>
2973 <context-group name="null"> 3014 <context-group name="null">
2974 <context context-type="linenumber">41</context> 3015 <context context-type="linenumber">41</context>
2975 </context-group> 3016 </context-group>
2976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2977 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3018 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2978 <source>Refuse</source> 3019 <source>Refuse</source>
2979 <target>Weigeren</target> 3020 <target>Weigeren</target>
2980 <context-group name="null"> 3021 <context-group name="null">
2981 <context context-type="linenumber">42</context> 3022 <context context-type="linenumber">42</context>
2982 </context-group> 3023 </context-group>
2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3025 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3026 <context-group purpose="location">
3027 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3028 <context context-type="linenumber">55</context>
3029 </context-group>
3030 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3031 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3032 <context-group purpose="location">
3033 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3034 <context context-type="linenumber">56</context>
3035 </context-group>
3036 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3037 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3038 <context-group purpose="location">
3039 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3040 <context context-type="linenumber">5</context>
3041 </context-group>
3042 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2984 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3043 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2985 <context-group purpose="location"> 3044 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3045 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2993,16 +3052,41 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2993 <context-group name="null"> 3052 <context-group name="null">
2994 <context context-type="linenumber">19</context> 3053 <context context-type="linenumber">19</context>
2995 </context-group> 3054 </context-group>
2996 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2997 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3056 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2998 3057
2999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3000 <source>Follow domains</source><target state="new">Follow domains</target> 3059 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3001 <context-group purpose="location"> 3060 <context-group purpose="location">
3002 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3061 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3003 <context context-type="linenumber">50</context> 3062 <context context-type="linenumber">37</context>
3063 </context-group>
3064 <context-group purpose="location">
3065 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3066 <context context-type="linenumber">35</context>
3067 </context-group>
3068 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3069 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3070 <context-group purpose="location">
3071 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3072 <context context-type="linenumber">62</context>
3073 </context-group>
3074 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3075 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3076 <context-group purpose="location">
3077 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3078 <context context-type="linenumber">63</context>
3079 </context-group>
3080 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3081 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3082 <context-group purpose="location">
3083 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3084 <context context-type="linenumber">5</context>
3004 </context-group> 3085 </context-group>
3005 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3086 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3087 <source>Follow domains</source><target state="new">Follow domains</target>
3088
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3006 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3090 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3007 <context-group purpose="location"> 3091 <context-group purpose="location">
3008 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3092 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3065,7 +3149,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3065 <context-group name="null"> 3149 <context-group name="null">
3066 <context context-type="linenumber">43</context> 3150 <context context-type="linenumber">43</context>
3067 </context-group> 3151 </context-group>
3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3069 <source> 3153 <source>
3070 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3154 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3071 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3155 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3150,59 +3234,53 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3150 <context-group name="null"> 3234 <context-group name="null">
3151 <context context-type="linenumber">19</context> 3235 <context context-type="linenumber">19</context>
3152 </context-group> 3236 </context-group>
3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3154 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3238 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3155 <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> 3239 <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>
3156 <target>Gebruikersnaam <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3240 <target>Gebruikersnaam <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3157 <context-group name="null"> 3241 <context-group name="null">
3158 <context context-type="linenumber">40</context> 3242 <context context-type="linenumber">40</context>
3159 </context-group> 3243 </context-group>
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3161 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3245 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3162 <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> 3246 <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>
3163 <target>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3247 <target>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3164 <context-group name="null"> 3248 <context-group name="null">
3165 <context context-type="linenumber">42</context> 3249 <context context-type="linenumber">42</context>
3166 </context-group> 3250 </context-group>
3167 <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></trans-unit> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3168 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3252 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3169 <source>(banned)</source> 3253 <source>(banned)</source>
3170 <target>(verbannen)</target> 3254 <target>(verbannen)</target>
3171 <context-group name="null"> 3255 <context-group name="null">
3172 <context context-type="linenumber">65</context> 3256 <context context-type="linenumber">65</context>
3173 </context-group> 3257 </context-group>
3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3175 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3259 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3176 <context-group purpose="location"> 3260
3177 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3261
3178 <context context-type="linenumber">65</context> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3179 </context-group>
3180 <context-group purpose="location">
3181 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3182 <context context-type="linenumber">27</context>
3183 </context-group>
3184 </trans-unit>
3185 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3263 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3186 <source>User's email must be verified to login</source> 3264 <source>User's email must be verified to login</source>
3187 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target> 3265 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target>
3188 <context-group name="null"> 3266 <context-group name="null">
3189 <context context-type="linenumber">72</context> 3267 <context context-type="linenumber">72</context>
3190 </context-group> 3268 </context-group>
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3192 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3270 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3193 <source>User's email is verified / User can login without email verification</source> 3271 <source>User's email is verified / User can login without email verification</source>
3194 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target> 3272 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target>
3195 <context-group name="null"> 3273 <context-group name="null">
3196 <context context-type="linenumber">76</context> 3274 <context context-type="linenumber">76</context>
3197 </context-group> 3275 </context-group>
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3199 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3277 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3200 <source>Ban reason:</source> 3278 <source>Ban reason:</source>
3201 <target>Reden van verbanning:</target> 3279 <target>Reden van verbanning:</target>
3202 <context-group name="null"> 3280 <context-group name="null">
3203 <context context-type="linenumber">95</context> 3281 <context context-type="linenumber">95</context>
3204 </context-group> 3282 </context-group>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3206 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3284 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3207 <context-group purpose="location"> 3285 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3286 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3252,82 +3330,110 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3252 </context-group> 3330 </context-group>
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3254 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3332 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3255 <context-group purpose="location"> 3333
3256 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3257 <context context-type="linenumber">10</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3335 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3261 <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> 3336 <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>
3262 <target>Videonaam <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3337 <target>Videonaam <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3263 <context-group name="null"> 3338 <context-group name="null">
3264 <context context-type="linenumber">8</context> 3339 <context context-type="linenumber">8</context>
3265 </context-group> 3340 </context-group>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3267 <source>Video URL</source><target state="new">Video URL</target> 3342 <source>Video URL</source><target state="new">Video URL</target>
3268 3343
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3270 <source>Total size</source><target state="new">Total size</target> 3345 <source>Total size</source><target state="new">Total size</target>
3271 3346
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3273 <source>List redundancies</source><target state="new">List redundancies</target> 3348 <source>List redundancies</source><target state="new">List redundancies</target>
3349
3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3351 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3274 <context-group purpose="location"> 3352 <context-group purpose="location">
3275 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3353 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3276 <context context-type="linenumber">33</context> 3354 <context context-type="linenumber">77</context>
3355 </context-group>
3356 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3357 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3358 <context-group purpose="location">
3359 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3360 <context context-type="linenumber">78</context>
3277 </context-group> 3361 </context-group>
3278 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3362 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3279 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3363 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3280 3364
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3282 <source> 3366 <source>
3283 No redundancy strategy is enabled on your instance. 3367 No redundancy strategy is enabled on your instance.
3284 </source><target state="new"> 3368 </source><target state="new">
3285 No redundancy strategy is enabled on your instance. 3369 No redundancy strategy is enabled on your instance.
3286 </target> 3370 </target>
3287 3371
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3289 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3373 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3290 <source>Sensitive</source> 3374 <source>Sensitive</source>
3291 <target>Gevoelig</target> 3375 <target>Gevoelig</target>
3292 <context-group name="null"> 3376 <context-group name="null">
3293 <context context-type="linenumber">9</context> 3377 <context context-type="linenumber">9</context>
3294 </context-group> 3378 </context-group>
3295 <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">11</context></context-group></trans-unit> 3379 <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">25</context></context-group></trans-unit>
3296 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3380 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3297 <source>Unfederated</source> 3381 <source>Unfederated</source>
3298 <target>Niet gefedereerd</target> 3382 <target>Niet gefedereerd</target>
3299 <context-group name="null"> 3383 <context-group name="null">
3300 <context context-type="linenumber">10</context> 3384 <context context-type="linenumber">10</context>
3301 </context-group> 3385 </context-group>
3302 <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">12</context></context-group></trans-unit> 3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3303 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3387 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3304 <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> 3388 <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>
3305 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3389 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3306 <context-group name="null"> 3390 <context-group name="null">
3307 <context context-type="linenumber">11</context> 3391 <context context-type="linenumber">11</context>
3308 </context-group> 3392 </context-group>
3309 <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">13</context></context-group></trans-unit> 3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3394 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3395 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3397 <context context-type="linenumber">50</context>
3398 </context-group>
3399 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3401 <context context-type="linenumber">89</context>
3402 </context-group>
3403 </trans-unit>
3310 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3404 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3311 <source>Go to the video</source> 3405 <source>Go to the video</source>
3312 <target>Naar video gaan</target> 3406 <target>Naar video gaan</target>
3313 <context-group name="null"> 3407 <context-group name="null">
3314 <context context-type="linenumber">33</context> 3408 <context context-type="linenumber">33</context>
3315 </context-group> 3409 </context-group>
3316 <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">28</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">33</context></context-group></trans-unit> 3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3317 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3411 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3318 <source>Actions</source> 3412 <source>Actions</source>
3319 <target>Acties</target> 3413 <target>Acties</target>
3320 <context-group name="null"> 3414 <context-group name="null">
3321 <context context-type="linenumber">44</context> 3415 <context context-type="linenumber">44</context>
3322 </context-group> 3416 </context-group>
3323 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3417 <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">72</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">123</context></context-group></trans-unit>
3324 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3418 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3325 <source>Blacklist reason:</source> 3419 <source>Blacklist reason:</source>
3326 <target>Reden voor de zwarte lijst:</target> 3420 <target>Reden voor de zwarte lijst:</target>
3327 <context-group name="null"> 3421 <context-group name="null">
3328 <context context-type="linenumber">43</context> 3422 <context context-type="linenumber">43</context>
3329 </context-group> 3423 </context-group>
3330 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3424 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3425 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3426 <context-group purpose="location">
3427 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3428 <context context-type="linenumber">93</context>
3429 </context-group>
3430 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3431 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3434 <context context-type="linenumber">94</context>
3435 </context-group>
3436 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3331 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3437 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3332 <context-group purpose="location"> 3438 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3439 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3358,40 +3464,104 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3358 <context-group name="null"> 3464 <context-group name="null">
3359 <context context-type="linenumber">26</context> 3465 <context context-type="linenumber">26</context>
3360 </context-group> 3466 </context-group>
3361 <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">31</context></context-group></trans-unit> 3467 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3468 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3469 <context-group purpose="location">
3470 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3471 <context context-type="linenumber">18</context>
3472 </context-group>
3473 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3474 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3475 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3477 <context context-type="linenumber">19</context>
3478 </context-group>
3479 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3480 <source>Accepted reports</source><target state="new">Accepted reports</target>
3481 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3483 <context context-type="linenumber">20</context>
3484 </context-group>
3485 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3486 <source>Refused reports</source><target state="new">Refused reports</target>
3487 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3489 <context context-type="linenumber">21</context>
3490 </context-group>
3491 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3492 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3493 <context-group purpose="location">
3494 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3495 <context context-type="linenumber">22</context>
3496 </context-group>
3497 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3498 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3499 <context-group purpose="location">
3500 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3501 <context context-type="linenumber">23</context>
3502 </context-group>
3503 </trans-unit>
3362 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3504 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3363 <source>Reporter</source> 3505 <source>Reporter</source>
3364 <target>Melder</target> 3506 <target>Melder</target>
3365 <context-group name="null"> 3507 <context-group name="null">
3366 <context context-type="linenumber">8</context> 3508 <context context-type="linenumber">8</context>
3367 </context-group> 3509 </context-group>
3368 <context-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></trans-unit> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3369 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3511 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3370 <source>Video</source> 3512 <source>Video</source>
3371 <target>Video</target> 3513 <target>Video</target>
3372 <context-group name="null"> 3514 <context-group name="null">
3373 <context context-type="linenumber">9</context> 3515 <context context-type="linenumber">9</context>
3374 </context-group> 3516 </context-group>
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3376 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3518 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3377 <context-group purpose="location"> 3519 <context-group purpose="location">
3378 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3520 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3379 <context context-type="linenumber">46</context> 3521 <context context-type="linenumber">80</context>
3380 </context-group> 3522 </context-group>
3381 </trans-unit> 3523 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3524 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3525 <context-group purpose="location">
3526 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3527 <context context-type="linenumber">91</context>
3528 </context-group>
3529 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3531 <context context-type="linenumber">107</context>
3532 </context-group>
3533 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3534 <source>Video was deleted</source><target state="new">Video was deleted</target>
3535 <context-group purpose="location">
3536 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3537 <context context-type="linenumber">98</context>
3538 </context-group>
3539 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3540 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3541 <context-group purpose="location">
3542 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3543 <context context-type="linenumber">141</context>
3544 </context-group>
3545 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3546 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3547 <context-group purpose="location">
3548 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3549 <context context-type="linenumber">142</context>
3550 </context-group>
3551 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3552 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3553
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3382 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3555 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3383 <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> 3556 <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>
3384 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3557 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3385 <context-group name="null"> 3558 <context-group name="null">
3386 <context context-type="linenumber">11</context> 3559 <context context-type="linenumber">11</context>
3387 </context-group> 3560 </context-group>
3388 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3389 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3562 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3390 <context-group purpose="location"> 3563
3391 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3392 <context context-type="linenumber">18</context>
3393 </context-group>
3394 </trans-unit>
3395 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3565 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3396 <source>Go to the account</source> 3566 <source>Go to the account</source>
3397 <target>Naar account gaan</target> 3567 <target>Naar account gaan</target>
@@ -3399,24 +3569,56 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3399 <context context-type="linenumber">27</context> 3569 <context context-type="linenumber">27</context>
3400 </context-group> 3570 </context-group>
3401 <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">27</context></context-group></trans-unit> 3571 <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">27</context></context-group></trans-unit>
3402 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3572 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3403 <source>Reason:</source>
3404 <target>Reden:</target>
3405 <context-group name="null">
3406 <context context-type="linenumber">53</context>
3407 </context-group>
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3409 <source>Note:</source><target state="new">Note:</target>
3410 <context-group purpose="location">
3411 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3412 <context context-type="linenumber">72</context>
3413 </context-group>
3414 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3415 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3573 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3416 <context-group purpose="location"> 3574 <context-group purpose="location">
3417 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3575 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3418 <context context-type="linenumber">5</context> 3576 <context context-type="linenumber">5</context>
3419 </context-group> 3577 </context-group>
3578 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3579 <source>
3580 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3581 </source><target state="new">
3582 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3583 </target>
3584 <context-group purpose="location">
3585 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3586 <context context-type="linenumber">20</context>
3587 </context-group>
3588 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3589 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3590 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3592 <context context-type="linenumber">21</context>
3593 </context-group>
3594 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3595 <source>Reportee</source><target state="new">Reportee</target>
3596 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3598 <context context-type="linenumber">27</context>
3599 </context-group>
3600 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3601 <source>
3602 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3603 </source><target state="new">
3604 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3605 </target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3608 <context context-type="linenumber">40</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3611 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3614 <context context-type="linenumber">41</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3617 <source>Updated</source><target state="new">Updated</target>
3618 <context-group purpose="location">
3619 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3620 <context context-type="linenumber">47</context>
3621 </context-group>
3420 </trans-unit> 3622 </trans-unit>
3421 3623
3422 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3624 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3427,32 +3629,41 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3427 </context-group> 3629 </context-group>
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3429 <source>Mute domain</source><target state="new">Mute domain</target> 3631 <source>Mute domain</source><target state="new">Mute domain</target>
3430 <context-group purpose="location"> 3632
3431 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3633 <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></trans-unit>
3432 <context context-type="linenumber">11</context>
3433 </context-group>
3434 </trans-unit>
3435 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3634 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3436 <source>Instance</source> 3635 <source>Instance</source>
3437 <target>Instantie</target> 3636 <target>Instantie</target>
3438 <context-group name="null"> 3637 <context-group name="null">
3439 <context context-type="linenumber">5</context> 3638 <context context-type="linenumber">5</context>
3440 </context-group> 3639 </context-group>
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3442 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3641 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3443 <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> 3642 <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>
3444 <target>Gedempt bij <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3643 <target>Gedempt bij <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3445 <context-group name="null"> 3644 <context-group name="null">
3446 <context context-type="linenumber">13</context> 3645 <context context-type="linenumber">13</context>
3447 </context-group> 3646 </context-group>
3448 <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">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">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> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3449 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3648 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3450 <source>Unmute</source> 3649 <source>Unmute</source>
3451 <target>Demping opheffen</target> 3650 <target>Demping opheffen</target>
3452 <context-group name="null"> 3651 <context-group name="null">
3453 <context context-type="linenumber">23</context> 3652 <context context-type="linenumber">23</context>
3454 </context-group> 3653 </context-group>
3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3655 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3656 <context-group purpose="location">
3657 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3658 <context context-type="linenumber">51</context>
3659 </context-group>
3660 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3661 <source>No server found.</source><target state="new">No server found.</target>
3662 <context-group purpose="location">
3663 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3664 <context context-type="linenumber">52</context>
3665 </context-group>
3666 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3456 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3667 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3457 <context-group purpose="location"> 3668 <context-group purpose="location">
3458 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3669 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3464,24 +3675,30 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3464 </source><target state="new"> 3675 </source><target state="new">
3465 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3676 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3466 </target> 3677 </target>
3467 <context-group purpose="location"> 3678
3468 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3469 <context context-type="linenumber">37</context>
3470 </context-group>
3471 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3472 <source>Mute domains</source><target state="new">Mute domains</target> 3680 <source>Mute domains</source><target state="new">Mute domains</target>
3473 <context-group purpose="location"> 3681
3474 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3475 <context context-type="linenumber">35</context>
3476 </context-group>
3477 </trans-unit>
3478 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3683 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3479 <source>Account</source> 3684 <source>Account</source>
3480 <target>Account</target> 3685 <target>Account</target>
3481 <context-group name="null"> 3686 <context-group name="null">
3482 <context context-type="linenumber">12</context> 3687 <context context-type="linenumber">12</context>
3483 </context-group> 3688 </context-group>
3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3690 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3691 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3693 <context context-type="linenumber">58</context>
3694 </context-group>
3695 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3696 <source>No account found.</source><target state="new">No account found.</target>
3697 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3699 <context context-type="linenumber">59</context>
3700 </context-group>
3701 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3485 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3702 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3486 <context-group purpose="location"> 3703 <context-group purpose="location">
3487 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3704 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3609,7 +3826,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3609 <context-group name="null"> 3826 <context-group name="null">
3610 <context context-type="linenumber">22</context> 3827 <context context-type="linenumber">22</context>
3611 </context-group> 3828 </context-group>
3612 <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">29</context></context-group></trans-unit> 3829 <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">47</context></context-group></trans-unit>
3613 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 3830 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
3614 <source>System</source> 3831 <source>System</source>
3615 <target>Systeem</target> 3832 <target>Systeem</target>
@@ -3780,7 +3997,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3780 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3997 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3781 <source>Strategy</source><target state="new">Strategy</target> 3998 <source>Strategy</source><target state="new">Strategy</target>
3782 3999
3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3784 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4001 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3785 <source>Terms</source> 4002 <source>Terms</source>
3786 <target>Voorwaarden</target> 4003 <target>Voorwaarden</target>
@@ -4713,19 +4930,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4713 <context-group name="null"> 4930 <context-group name="null">
4714 <context context-type="linenumber">8</context> 4931 <context context-type="linenumber">8</context>
4715 </context-group> 4932 </context-group>
4716 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 4933 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4717 <source>See the error</source><target state="new">See the error</target> 4934 <source>See the error</source><target state="new">See the error</target>
4718 <context-group purpose="location"> 4935
4719 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4936 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4720 <context context-type="linenumber">19</context>
4721 </context-group>
4722 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4723 <source>This video was deleted</source><target state="new">This video was deleted</target> 4937 <source>This video was deleted</source><target state="new">This video was deleted</target>
4724 <context-group purpose="location"> 4938
4725 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4939 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4726 <context context-type="linenumber">36</context>
4727 </context-group>
4728 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4729 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4940 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4730 <context-group purpose="location"> 4941 <context-group purpose="location">
4731 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4942 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6485,8 +6696,8 @@ Account aanmaken</target>
6485 <context-group name="null"> 6696 <context-group name="null">
6486 <context context-type="linenumber">1</context> 6697 <context context-type="linenumber">1</context>
6487 </context-group> 6698 </context-group>
6488 <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><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 6699 <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><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6489 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 6700 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6490 <context-group purpose="location"> 6701 <context-group purpose="location">
6491 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6702 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6492 <context context-type="linenumber">1</context> 6703 <context context-type="linenumber">1</context>
@@ -7227,6 +7438,12 @@ Account aanmaken</target>
7227 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7438 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7228 <context context-type="linenumber">1</context> 7439 <context context-type="linenumber">1</context>
7229 </context-group> 7440 </context-group>
7441 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7442 <source>Unknown</source><target state="new">Unknown</target>
7443 <context-group purpose="location">
7444 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7445 <context context-type="linenumber">1</context>
7446 </context-group>
7230 </trans-unit> 7447 </trans-unit>
7231 7448
7232 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 7449 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
@@ -8547,7 +8764,19 @@ Account aanmaken</target>
8547 <context-group name="null"> 8764 <context-group name="null">
8548 <context context-type="linenumber">1</context> 8765 <context context-type="linenumber">1</context>
8549 </context-group> 8766 </context-group>
8550 <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> 8767 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
8768 <source>Mute server</source><target state="new">Mute server</target>
8769 <context-group purpose="location">
8770 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8771 <context context-type="linenumber">1</context>
8772 </context-group>
8773 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
8774 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
8775 <context-group purpose="location">
8776 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8777 <context context-type="linenumber">1</context>
8778 </context-group>
8779 </trans-unit>
8551 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 8780 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
8552 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 8781 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
8553 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> niet meer gedempt door de instantie.</target> 8782 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> niet meer gedempt door de instantie.</target>
@@ -8833,7 +9062,25 @@ Account aanmaken</target>
8833 <context-group name="null"> 9062 <context-group name="null">
8834 <context context-type="linenumber">1</context> 9063 <context context-type="linenumber">1</context>
8835 </context-group> 9064 </context-group>
8836 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9065 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9066 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9067 <context-group purpose="location">
9068 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9069 <context context-type="linenumber">1</context>
9070 </context-group>
9071 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9072 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9073 <context-group purpose="location">
9074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9075 <context context-type="linenumber">1</context>
9076 </context-group>
9077 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9078 <source>Delete video</source><target state="new">Delete video</target>
9079 <context-group purpose="location">
9080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9081 <context context-type="linenumber">1</context>
9082 </context-group>
9083 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8837 <source>Encoder</source><target state="new">Encoder</target> 9084 <source>Encoder</source><target state="new">Encoder</target>
8838 <context-group purpose="location"> 9085 <context-group purpose="location">
8839 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9086 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8888,7 +9135,25 @@ Account aanmaken</target>
8888 <context-group name="null"> 9135 <context-group name="null">
8889 <context context-type="linenumber">1</context> 9136 <context context-type="linenumber">1</context>
8890 </context-group> 9137 </context-group>
8891 <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="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 9138 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9139 <source>Video deleted.</source><target state="new">Video deleted.</target>
9140 <context-group purpose="location">
9141 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9142 <context context-type="linenumber">1</context>
9143 </context-group>
9144 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9145 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
9146 <context-group purpose="location">
9147 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9148 <context context-type="linenumber">1</context>
9149 </context-group>
9150 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9151 <source>Mute reporter</source><target state="new">Mute reporter</target>
9152 <context-group purpose="location">
9153 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9154 <context context-type="linenumber">1</context>
9155 </context-group>
9156 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
8892 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 9157 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
8893 <context-group purpose="location"> 9158 <context-group purpose="location">
8894 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9159 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
@@ -8908,8 +9173,8 @@ Account aanmaken</target>
8908 <context-group name="null"> 9173 <context-group name="null">
8909 <context context-type="linenumber">1</context> 9174 <context context-type="linenumber">1</context>
8910 </context-group> 9175 </context-group>
8911 <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="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 9176 <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="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
8912 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 9177 <source>Mirror</source><target state="new">Mirror</target>
8913 <context-group purpose="location"> 9178 <context-group purpose="location">
8914 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9179 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8915 <context context-type="linenumber">1</context> 9180 <context context-type="linenumber">1</context>
@@ -8921,7 +9186,25 @@ Account aanmaken</target>
8921 <context-group name="null"> 9186 <context-group name="null">
8922 <context context-type="linenumber">1</context> 9187 <context context-type="linenumber">1</context>
8923 </context-group> 9188 </context-group>
8924 <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> 9189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
9190 <source>Note</source><target state="new">Note</target>
9191 <context-group purpose="location">
9192 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9193 <context context-type="linenumber">61</context>
9194 </context-group>
9195 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
9196 <source>The video was deleted</source><target state="new">The video was deleted</target>
9197 <context-group purpose="location">
9198 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9199 <context context-type="linenumber">71</context>
9200 </context-group>
9201 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
9202 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
9203 <context-group purpose="location">
9204 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9205 <context context-type="linenumber">72</context>
9206 </context-group>
9207 </trans-unit>
8925 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 9208 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
8926 <source>Published</source> 9209 <source>Published</source>
8927 <target>Gepubliceerd</target> 9210 <target>Gepubliceerd</target>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 03dcc4b48..3c2b73bb1 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -704,9 +704,9 @@
704 <context-group name="null"> 704 <context-group name="null">
705 <context context-type="linenumber">34</context> 705 <context context-type="linenumber">34</context>
706 </context-group> 706 </context-group>
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 707
708 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 708
709 </trans-unit> 709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
710 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 710 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
711 <source>Edit starts/stops at</source> 711 <source>Edit starts/stops at</source>
712 <target>Modificar la debuta/fin</target> 712 <target>Modificar la debuta/fin</target>
@@ -1134,7 +1134,7 @@
1134 1134
1135 1135
1136 1136
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1138 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1138 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1139 <source>Ban this user</source> 1139 <source>Ban this user</source>
1140 <target>Fòrabandir aqueste utilizaire</target> 1140 <target>Fòrabandir aqueste utilizaire</target>
@@ -1149,8 +1149,8 @@
1149 <context-group name="null"> 1149 <context-group name="null">
1150 <context context-type="linenumber">11</context> 1150 <context context-type="linenumber">11</context>
1151 </context-group> 1151 </context-group>
1152 <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> 1152
1153 </trans-unit> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1154 1154
1155 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1155 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1156 <source>Login</source> 1156 <source>Login</source>
@@ -1161,104 +1161,120 @@
1161 <context context-type="linenumber">2</context> 1161 <context context-type="linenumber">2</context>
1162 </context-group> 1162 </context-group>
1163 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1164 </trans-unit> 1164 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1165 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1165 <source>
1166 <source>If you are looking for an account…</source> 1166 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1167 <target state="translated">Se cercatz un compte…</target> 1167 </source><target state="new">
1168 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1169 </target>
1168 <context-group purpose="location"> 1170 <context-group purpose="location">
1169 <context context-type="sourcefile">src/app/login/login.component.html</context> 1171 <context context-type="sourcefile">src/app/login/login.component.html</context>
1170 <context context-type="linenumber">7</context> 1172 <context context-type="linenumber">6</context>
1171 </context-group> 1173 </context-group>
1172 </trans-unit> 1174 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1173 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1175 <source>
1176 If you are looking for an account…
1177 </source><target state="new">
1178 If you are looking for an account…
1179 </target>
1180 <context-group purpose="location">
1181 <context context-type="sourcefile">src/app/login/login.component.html</context>
1182 <context context-type="linenumber">12</context>
1183 </context-group>
1184 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1174 <source> 1185 <source>
1175 Currently this instance doesn't allow for user registration, but you can find an instance 1186 Currently this instance doesn't allow for user registration, but you can find an instance
1176 that gives you the possibility to sign up for an account and upload your videos there. 1187 that gives you the possibility to sign up for an account and upload your videos there.
1177 1188
1178 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1189 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1179 1190
1180 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1191 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1181 </source> 1192 </source><target state="new">
1182 <target state="new"> 1193 Currently this instance doesn't allow for user registration, but you can find an instance
1183 Currently this instance doesn't allow for user registration, but you can find an instance 1194 that gives you the possibility to sign up for an account and upload your videos there.
1184 that gives you the possibility to sign up for an account and upload your videos there.
1185 1195
1186 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1196 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1187 1197
1188 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1198 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1189 </target> 1199 </target>
1190 <context-group purpose="location"> 1200 <context-group purpose="location">
1191 <context context-type="sourcefile">src/app/login/login.component.html</context> 1201 <context context-type="sourcefile">src/app/login/login.component.html</context>
1192 <context context-type="linenumber">11</context> 1202 <context context-type="linenumber">16</context>
1193 </context-group> 1203 </context-group>
1194 </trans-unit> 1204 </trans-unit>
1205
1206
1195 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1207 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1196 <source>Request new verification email.</source> 1208 <source>Request new verification email.</source>
1197 <target>Demandar un novèl corrièl de verificacion.</target> 1209 <target>Demandar un novèl corrièl de verificacion.</target>
1198 <context-group name="null"> 1210 <context-group name="null">
1199 <context context-type="linenumber">16</context> 1211 <context context-type="linenumber">16</context>
1200 </context-group> 1212 </context-group>
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1213
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1214
1203 </trans-unit> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1204 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1216 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1205 <source>User</source> 1217 <source>User</source>
1206 <target>Utilizaire</target> 1218 <target>Utilizaire</target>
1207 <context-group name="null"> 1219 <context-group name="null">
1208 <context context-type="linenumber">13</context> 1220 <context context-type="linenumber">13</context>
1209 </context-group> 1221 </context-group>
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1222
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1223
1212 </trans-unit> 1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1213 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1225 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1214 <source>Username or email address</source> 1226 <source>Username or email address</source>
1215 <target>Nom d’utilizaire o adreça electronica</target> 1227 <target>Nom d’utilizaire o adreça electronica</target>
1216 <context-group name="null"> 1228 <context-group name="null">
1217 <context context-type="linenumber">15</context> 1229 <context context-type="linenumber">15</context>
1218 </context-group> 1230 </context-group>
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1231
1220 </trans-unit> 1232 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1221 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1233 <source>
1222 <source>or create an account</source> 1234 or create an account
1223 <target> 1235 </source><target state="new">
1224 o crear un compte 1236 or create an account
1225 </target> 1237 </target>
1226 <context-group name="null"> 1238 <context-group purpose="location">
1227 <context context-type="linenumber">18</context> 1239 <context context-type="sourcefile">src/app/login/login.component.html</context>
1240 <context context-type="linenumber">40</context>
1228 </context-group> 1241 </context-group>
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1230 </trans-unit> 1242 </trans-unit>
1243
1231 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1244 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1232 <source>Password</source> 1245 <source>Password</source>
1233 <target>Senhal</target> 1246 <target>Senhal</target>
1234 <context-group name="null"> 1247 <context-group name="null">
1235 <context context-type="linenumber">54</context> 1248 <context context-type="linenumber">54</context>
1236 </context-group> 1249 </context-group>
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1250
1238 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1251
1239 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1252
1240 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1253
1241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1254
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1255
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1256
1244 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1257
1245 </trans-unit> 1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1246 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1259 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1247 <source>Click here to reset your password</source> 1260 <source>Click here to reset your password</source>
1248 <target state="translated">Clicatz aquí per reïnicializar vòstre senhal</target> 1261 <target state="translated">Clicatz aquí per reïnicializar vòstre senhal</target>
1249 <context-group purpose="location"> 1262
1250 <context context-type="sourcefile">src/app/login/login.component.html</context> 1263 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1251 <context context-type="linenumber">50</context>
1252 </context-group>
1253 </trans-unit>
1254 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1264 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1255 <source>Login</source> 1265 <source>Login</source>
1256 <target>Connexion</target> 1266 <target>Connexion</target>
1257 <context-group name="null"> 1267 <context-group name="null">
1258 <context context-type="linenumber">32</context> 1268 <context context-type="linenumber">32</context>
1259 </context-group> 1269 </context-group>
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1270
1261 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1271
1272 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1273 <source>Or sign in with</source><target state="new">Or sign in with</target>
1274 <context-group purpose="location">
1275 <context context-type="sourcefile">src/app/login/login.component.html</context>
1276 <context context-type="linenumber">68</context>
1277 </context-group>
1262 </trans-unit> 1278 </trans-unit>
1263 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1279 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1264 <source>Forgot your password</source> 1280 <source>Forgot your password</source>
@@ -1266,13 +1282,13 @@
1266 <context-group name="null"> 1282 <context-group name="null">
1267 <context context-type="linenumber">58</context> 1283 <context context-type="linenumber">58</context>
1268 </context-group> 1284 </context-group>
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1285
1270 </trans-unit> 1286 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1271 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1287 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1272 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1288 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1273 <target state="translated">O planhèm, podètz pas restaurar lo senhal perque l'administrator de l'instància configurèt pas lo sistèm de corrièl de PeerTube.</target> 1289 <target state="translated">O planhèm, podètz pas restaurar lo senhal perque l'administrator de l'instància configurèt pas lo sistèm de corrièl de PeerTube.</target>
1274 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1290
1275 </trans-unit> 1291 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1276 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1292 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1277 <source>Email</source> 1293 <source>Email</source>
1278 <target>Corrièl</target> 1294 <target>Corrièl</target>
@@ -1287,24 +1303,24 @@
1287 1303
1288 1304
1289 1305
1290 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1306 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1291 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1307 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1292 <source>Email address</source> 1308 <source>Email address</source>
1293 <target>Adreça de corrièl</target> 1309 <target>Adreça de corrièl</target>
1294 <context-group name="null"> 1310 <context-group name="null">
1295 <context context-type="linenumber">10</context> 1311 <context context-type="linenumber">10</context>
1296 </context-group> 1312 </context-group>
1297 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1313
1298 <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">10</context></context-group> 1314
1299 </trans-unit> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1300 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1316 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1301 <source>Send me an email to reset my password</source> 1317 <source>Send me an email to reset my password</source>
1302 <target>Me mandar un corrièl per reïnicializar lo senhal</target> 1318 <target>Me mandar un corrièl per reïnicializar lo senhal</target>
1303 <context-group name="null"> 1319 <context-group name="null">
1304 <context context-type="linenumber">82</context> 1320 <context context-type="linenumber">82</context>
1305 </context-group> 1321 </context-group>
1306 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1322
1307 </trans-unit> 1323 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1308 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1324 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1309 <source>Reset my password</source> 1325 <source>Reset my password</source>
1310 <target>Reïnicializar lo senhal</target> 1326 <target>Reïnicializar lo senhal</target>
@@ -2253,16 +2269,16 @@
2253 <context-group name="null"> 2269 <context-group name="null">
2254 <context context-type="linenumber">29</context> 2270 <context context-type="linenumber">29</context>
2255 </context-group> 2271 </context-group>
2256 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2272
2257 </trans-unit> 2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2258 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2274 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2259 <source>Add this caption</source> 2275 <source>Add this caption</source>
2260 <target>Ajustar aquesta legenda</target> 2276 <target>Ajustar aquesta legenda</target>
2261 <context-group name="null"> 2277 <context-group name="null">
2262 <context context-type="linenumber">40</context> 2278 <context context-type="linenumber">40</context>
2263 </context-group> 2279 </context-group>
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2280
2265 </trans-unit> 2281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2266 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2282 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2267 <source>Title</source> 2283 <source>Title</source>
2268 <target>Títol</target> 2284 <target>Títol</target>
@@ -3178,7 +3194,7 @@
3178 <context context-type="linenumber">215</context> 3194 <context context-type="linenumber">215</context>
3179 </context-group> 3195 </context-group>
3180 3196
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3182 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3198 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3183 <source>Get more information</source> 3199 <source>Get more information</source>
3184 <target>Obténer mai d’informacions</target> 3200 <target>Obténer mai d’informacions</target>
@@ -3395,11 +3411,8 @@
3395 3411
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3397 <source>Follow domain</source><target state="new">Follow domain</target> 3413 <source>Follow domain</source><target state="new">Follow domain</target>
3398 <context-group purpose="location"> 3414
3399 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3415 <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>
3400 <context context-type="linenumber">15</context>
3401 </context-group>
3402 </trans-unit>
3403 3416
3404 3417
3405 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3418 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3411,7 +3424,37 @@
3411 3424
3412 3425
3413 3426
3414 <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">29</context></context-group></trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3428 <source>Clear filters</source><target state="new">Clear filters</target>
3429 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3431 <context context-type="linenumber">15</context>
3432 </context-group>
3433 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3435 <context context-type="linenumber">15</context>
3436 </context-group>
3437 <context-group purpose="location">
3438 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3439 <context context-type="linenumber">34</context>
3440 </context-group>
3441 <context-group purpose="location">
3442 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3443 <context context-type="linenumber">16</context>
3444 </context-group>
3445 <context-group purpose="location">
3446 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3447 <context context-type="linenumber">31</context>
3448 </context-group>
3449 <context-group purpose="location">
3450 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3451 <context context-type="linenumber">15</context>
3452 </context-group>
3453 <context-group purpose="location">
3454 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3455 <context context-type="linenumber">15</context>
3456 </context-group>
3457 </trans-unit>
3415 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3458 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3416 <source>ID</source> 3459 <source>ID</source>
3417 <target>ID</target> 3460 <target>ID</target>
@@ -3426,8 +3469,8 @@
3426 <context-group name="null"> 3469 <context-group name="null">
3427 <context context-type="linenumber">17</context> 3470 <context context-type="linenumber">17</context>
3428 </context-group> 3471 </context-group>
3429 <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> 3472
3430 </trans-unit> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3431 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3474 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3432 <source>State</source> 3475 <source>State</source>
3433 <target>Estatisticas</target> 3476 <target>Estatisticas</target>
@@ -3436,7 +3479,7 @@
3436 </context-group> 3479 </context-group>
3437 3480
3438 3481
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3440 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3483 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3441 <source>Delayed.</source> 3484 <source>Delayed.</source>
3442 <target state="new">Delayed.</target> 3485 <target state="new">Delayed.</target>
@@ -3474,7 +3517,7 @@
3474 3517
3475 3518
3476 3519
3477 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3478 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3521 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3479 <source>Accepted</source> 3522 <source>Accepted</source>
3480 <target>Acceptat</target> 3523 <target>Acceptat</target>
@@ -3483,7 +3526,7 @@
3483 </context-group> 3526 </context-group>
3484 3527
3485 3528
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3487 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3530 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3488 <source>Pending</source> 3531 <source>Pending</source>
3489 <target>En espèra</target> 3532 <target>En espèra</target>
@@ -3492,24 +3535,42 @@
3492 </context-group> 3535 </context-group>
3493 3536
3494 3537
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3496 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3539 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3497 <source>Accept</source> 3540 <source>Accept</source>
3498 <target>Acceptar</target> 3541 <target>Acceptar</target>
3499 <context-group name="null"> 3542 <context-group name="null">
3500 <context context-type="linenumber">41</context> 3543 <context context-type="linenumber">41</context>
3501 </context-group> 3544 </context-group>
3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3545
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3546
3504 </trans-unit> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3505 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3548 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3506 <source>Refuse</source> 3549 <source>Refuse</source>
3507 <target>Refusar</target> 3550 <target>Refusar</target>
3508 <context-group name="null"> 3551 <context-group name="null">
3509 <context context-type="linenumber">42</context> 3552 <context context-type="linenumber">42</context>
3510 </context-group> 3553 </context-group>
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3554
3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3555
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3557 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3558 <context-group purpose="location">
3559 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3560 <context context-type="linenumber">55</context>
3561 </context-group>
3562 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3563 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3564 <context-group purpose="location">
3565 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3566 <context context-type="linenumber">56</context>
3567 </context-group>
3568 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3569 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3570 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3572 <context context-type="linenumber">5</context>
3573 </context-group>
3513 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3574 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3514 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3575 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3515 <context-group purpose="location"> 3576 <context-group purpose="location">
@@ -3524,18 +3585,43 @@
3524 <context context-type="linenumber">19</context> 3585 <context context-type="linenumber">19</context>
3525 </context-group> 3586 </context-group>
3526 3587
3527 <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> 3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3528 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3589 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3529 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3590 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3530 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3591 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3531 3592
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3533 <source>Follow domains</source><target state="new">Follow domains</target> 3594 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3534 <context-group purpose="location"> 3595 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3596 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3536 <context context-type="linenumber">50</context> 3597 <context context-type="linenumber">37</context>
3598 </context-group>
3599 <context-group purpose="location">
3600 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3601 <context context-type="linenumber">35</context>
3602 </context-group>
3603 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3604 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3605 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3607 <context context-type="linenumber">62</context>
3608 </context-group>
3609 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3610 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3611 <context-group purpose="location">
3612 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3613 <context context-type="linenumber">63</context>
3614 </context-group>
3615 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3616 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3617 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3619 <context context-type="linenumber">5</context>
3537 </context-group> 3620 </context-group>
3538 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3621 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3622 <source>Follow domains</source><target state="new">Follow domains</target>
3623
3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3539 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3625 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3540 <context-group purpose="location"> 3626 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3627 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3608,7 +3694,7 @@
3608 3694
3609 3695
3610 3696
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit> 3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3612 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3698 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3613 <source> 3699 <source>
3614 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3700 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -3707,7 +3793,7 @@
3707 <context context-type="linenumber">19</context> 3793 <context context-type="linenumber">19</context>
3708 </context-group> 3794 </context-group>
3709 3795
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3711 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3797 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3712 <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> 3798 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3713 <target>Nom d’utilizaire <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3799 <target>Nom d’utilizaire <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3715,7 +3801,7 @@
3715 <context context-type="linenumber">40</context> 3801 <context context-type="linenumber">40</context>
3716 </context-group> 3802 </context-group>
3717 3803
3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3719 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3805 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3720 <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> 3806 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3721 <target>Quòta 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> 3807 <target>Quòta 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>
@@ -3723,7 +3809,7 @@
3723 <context context-type="linenumber">42</context> 3809 <context context-type="linenumber">42</context>
3724 </context-group> 3810 </context-group>
3725 3811
3726 <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></trans-unit> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3727 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3813 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3728 <source>(banned)</source> 3814 <source>(banned)</source>
3729 <target>(fòrabandit)</target> 3815 <target>(fòrabandit)</target>
@@ -3731,17 +3817,11 @@
3731 <context context-type="linenumber">65</context> 3817 <context context-type="linenumber">65</context>
3732 </context-group> 3818 </context-group>
3733 3819
3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3735 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3821 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3736 <context-group purpose="location"> 3822
3737 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3823
3738 <context context-type="linenumber">65</context> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3739 </context-group>
3740 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3742 <context context-type="linenumber">27</context>
3743 </context-group>
3744 </trans-unit>
3745 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3825 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3746 <source>User's email must be verified to login</source> 3826 <source>User's email must be verified to login</source>
3747 <target>Lo corrièl de l’utilizaire deu èsser verificat abans la connexion</target> 3827 <target>Lo corrièl de l’utilizaire deu èsser verificat abans la connexion</target>
@@ -3749,7 +3829,7 @@
3749 <context context-type="linenumber">72</context> 3829 <context context-type="linenumber">72</context>
3750 </context-group> 3830 </context-group>
3751 3831
3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3753 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3833 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3754 <source>User's email is verified / User can login without email verification</source> 3834 <source>User's email is verified / User can login without email verification</source>
3755 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target> 3835 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target>
@@ -3757,7 +3837,7 @@
3757 <context context-type="linenumber">76</context> 3837 <context context-type="linenumber">76</context>
3758 </context-group> 3838 </context-group>
3759 3839
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3761 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3841 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3762 <source>Ban reason:</source> 3842 <source>Ban reason:</source>
3763 <target>Rason del bandiment :</target> 3843 <target>Rason del bandiment :</target>
@@ -3765,7 +3845,7 @@
3765 <context context-type="linenumber">95</context> 3845 <context context-type="linenumber">95</context>
3766 </context-group> 3846 </context-group>
3767 3847
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3769 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3770 <context-group purpose="location"> 3850 <context-group purpose="location">
3771 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3851 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3822,11 +3902,8 @@
3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3823 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3903 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3824 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3904 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3825 <context-group purpose="location"> 3905
3826 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3827 <context context-type="linenumber">10</context>
3828 </context-group>
3829 </trans-unit>
3830 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3907 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3831 <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> 3908 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3832 <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> 3909 <target>Nom de la vidèo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3835,35 +3912,44 @@
3835 </context-group> 3912 </context-group>
3836 3913
3837 3914
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3839 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3916 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3840 <source>Video URL</source> 3917 <source>Video URL</source>
3841 <target state="translated">URL de la vidèo</target> 3918 <target state="translated">URL de la vidèo</target>
3842 3919
3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3844 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3921 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3845 <source>Total size</source> 3922 <source>Total size</source>
3846 <target state="new">Total size</target> 3923 <target state="new">Total size</target>
3847 3924
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3849 <source>List redundancies</source><target state="new">List redundancies</target> 3926 <source>List redundancies</source><target state="new">List redundancies</target>
3927
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3929 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3850 <context-group purpose="location"> 3930 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3931 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3852 <context context-type="linenumber">33</context> 3932 <context context-type="linenumber">77</context>
3933 </context-group>
3934 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3935 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3936 <context-group purpose="location">
3937 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3938 <context context-type="linenumber">78</context>
3853 </context-group> 3939 </context-group>
3854 </trans-unit> 3940 </trans-unit>
3855 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3941 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3856 <source>Enabled strategies stats</source> 3942 <source>Enabled strategies stats</source>
3857 <target state="new">Enabled strategies stats</target> 3943 <target state="new">Enabled strategies stats</target>
3858 3944
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3860 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3946 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3861 <source>No redundancy strategy is enabled on your instance.</source> 3947 <source>No redundancy strategy is enabled on your instance.</source>
3862 <target state="new"> 3948 <target state="new">
3863 No redundancy strategy is enabled on your instance. 3949 No redundancy strategy is enabled on your instance.
3864 </target> 3950 </target>
3865 3951
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3867 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3953 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3868 <source>Sensitive</source> 3954 <source>Sensitive</source>
3869 <target>Sensible</target> 3955 <target>Sensible</target>
@@ -3871,7 +3957,7 @@
3871 <context context-type="linenumber">9</context> 3957 <context context-type="linenumber">9</context>
3872 </context-group> 3958 </context-group>
3873 3959
3874 <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">11</context></context-group></trans-unit> 3960 <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">25</context></context-group></trans-unit>
3875 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3961 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3876 <source>Unfederated</source> 3962 <source>Unfederated</source>
3877 <target>Pas federada</target> 3963 <target>Pas federada</target>
@@ -3879,7 +3965,7 @@
3879 <context context-type="linenumber">10</context> 3965 <context context-type="linenumber">10</context>
3880 </context-group> 3966 </context-group>
3881 3967
3882 <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">12</context></context-group></trans-unit> 3968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3883 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3969 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3884 <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> 3970 <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>
3885 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3971 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3887,7 +3973,17 @@
3887 <context context-type="linenumber">11</context> 3973 <context context-type="linenumber">11</context>
3888 </context-group> 3974 </context-group>
3889 3975
3890 <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">13</context></context-group></trans-unit> 3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3977 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3978 <context-group purpose="location">
3979 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3980 <context context-type="linenumber">50</context>
3981 </context-group>
3982 <context-group purpose="location">
3983 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3984 <context context-type="linenumber">89</context>
3985 </context-group>
3986 </trans-unit>
3891 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3987 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3892 <source>Go to the video</source> 3988 <source>Go to the video</source>
3893 <target>Anar a la vidèo</target> 3989 <target>Anar a la vidèo</target>
@@ -3897,7 +3993,7 @@
3897 3993
3898 3994
3899 3995
3900 <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">28</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">33</context></context-group></trans-unit> 3996 <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">33</context></context-group></trans-unit>
3901 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3997 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3902 <source>Actions</source> 3998 <source>Actions</source>
3903 <target>Accions</target> 3999 <target>Accions</target>
@@ -3906,7 +4002,7 @@
3906 </context-group> 4002 </context-group>
3907 4003
3908 4004
3909 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 4005 <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">72</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">123</context></context-group></trans-unit>
3910 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 4006 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3911 <source>Blacklist reason:</source> 4007 <source>Blacklist reason:</source>
3912 <target>Rason de la mesa en lista negra :</target> 4008 <target>Rason de la mesa en lista negra :</target>
@@ -3914,7 +4010,19 @@
3914 <context context-type="linenumber">43</context> 4010 <context context-type="linenumber">43</context>
3915 </context-group> 4011 </context-group>
3916 4012
3917 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4013 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4014 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4017 <context context-type="linenumber">93</context>
4018 </context-group>
4019 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4020 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
4021 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4023 <context context-type="linenumber">94</context>
4024 </context-group>
4025 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3918 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 4026 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3919 <context-group purpose="location"> 4027 <context-group purpose="location">
3920 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4028 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3946,7 +4054,43 @@
3946 <context context-type="linenumber">26</context> 4054 <context context-type="linenumber">26</context>
3947 </context-group> 4055 </context-group>
3948 4056
3949 <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">31</context></context-group></trans-unit> 4057 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4058 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4059 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4061 <context context-type="linenumber">18</context>
4062 </context-group>
4063 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4064 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4067 <context context-type="linenumber">19</context>
4068 </context-group>
4069 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4070 <source>Accepted reports</source><target state="new">Accepted reports</target>
4071 <context-group purpose="location">
4072 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4073 <context context-type="linenumber">20</context>
4074 </context-group>
4075 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4076 <source>Refused reports</source><target state="new">Refused reports</target>
4077 <context-group purpose="location">
4078 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4079 <context context-type="linenumber">21</context>
4080 </context-group>
4081 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4082 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4083 <context-group purpose="location">
4084 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4085 <context context-type="linenumber">22</context>
4086 </context-group>
4087 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4088 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4089 <context-group purpose="location">
4090 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4091 <context context-type="linenumber">23</context>
4092 </context-group>
4093 </trans-unit>
3950 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4094 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3951 <source>Reporter</source> 4095 <source>Reporter</source>
3952 <target>Senhalaire</target> 4096 <target>Senhalaire</target>
@@ -3954,7 +4098,7 @@
3954 <context context-type="linenumber">8</context> 4098 <context context-type="linenumber">8</context>
3955 </context-group> 4099 </context-group>
3956 4100
3957 <context-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></trans-unit> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3958 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4102 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3959 <source>Video</source> 4103 <source>Video</source>
3960 <target>Vidèo</target> 4104 <target>Vidèo</target>
@@ -3964,13 +4108,44 @@
3964 4108
3965 4109
3966 4110
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3968 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4112 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3969 <context-group purpose="location"> 4113 <context-group purpose="location">
3970 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4114 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3971 <context context-type="linenumber">46</context> 4115 <context context-type="linenumber">80</context>
3972 </context-group> 4116 </context-group>
3973 </trans-unit> 4117 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4118 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4119 <context-group purpose="location">
4120 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4121 <context context-type="linenumber">91</context>
4122 </context-group>
4123 <context-group purpose="location">
4124 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4125 <context context-type="linenumber">107</context>
4126 </context-group>
4127 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4128 <source>Video was deleted</source><target state="new">Video was deleted</target>
4129 <context-group purpose="location">
4130 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4131 <context context-type="linenumber">98</context>
4132 </context-group>
4133 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4134 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4135 <context-group purpose="location">
4136 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4137 <context context-type="linenumber">141</context>
4138 </context-group>
4139 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4140 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4141 <context-group purpose="location">
4142 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4143 <context context-type="linenumber">142</context>
4144 </context-group>
4145 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4146 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4147
4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3974 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4149 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3975 <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> 4150 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3976 <target>Estat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4151 <target>Estat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3980,15 +4155,12 @@
3980 4155
3981 4156
3982 4157
3983 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3984 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4159 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3985 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4160 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3986 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4161 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3987 <context-group purpose="location"> 4162
3988 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3989 <context context-type="linenumber">18</context>
3990 </context-group>
3991 </trans-unit>
3992 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4164 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3993 <source>Go to the account</source> 4165 <source>Go to the account</source>
3994 <target>Anar al compte</target> 4166 <target>Anar al compte</target>
@@ -3998,25 +4170,56 @@
3998 4170
3999 4171
4000 <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">27</context></context-group></trans-unit> 4172 <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">27</context></context-group></trans-unit>
4001 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4173 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4002 <source>Reason:</source>
4003 <target>Rason :</target>
4004 <context-group name="null">
4005 <context context-type="linenumber">53</context>
4006 </context-group>
4007
4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4009 <source>Note:</source><target state="new">Note:</target>
4010 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4012 <context context-type="linenumber">72</context>
4013 </context-group>
4014 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4015 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4174 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
4016 <context-group purpose="location"> 4175 <context-group purpose="location">
4017 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4176 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4018 <context context-type="linenumber">5</context> 4177 <context context-type="linenumber">5</context>
4019 </context-group> 4178 </context-group>
4179 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4180 <source>
4181 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4182 </source><target state="new">
4183 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4184 </target>
4185 <context-group purpose="location">
4186 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4187 <context context-type="linenumber">20</context>
4188 </context-group>
4189 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4190 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4191 <context-group purpose="location">
4192 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4193 <context context-type="linenumber">21</context>
4194 </context-group>
4195 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4196 <source>Reportee</source><target state="new">Reportee</target>
4197 <context-group purpose="location">
4198 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4199 <context context-type="linenumber">27</context>
4200 </context-group>
4201 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4202 <source>
4203 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4204 </source><target state="new">
4205 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4206 </target>
4207 <context-group purpose="location">
4208 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4209 <context context-type="linenumber">40</context>
4210 </context-group>
4211 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4212 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4213 <context-group purpose="location">
4214 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4215 <context context-type="linenumber">41</context>
4216 </context-group>
4217 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4218 <source>Updated</source><target state="new">Updated</target>
4219 <context-group purpose="location">
4220 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4221 <context context-type="linenumber">47</context>
4222 </context-group>
4020 </trans-unit> 4223 </trans-unit>
4021 4224
4022 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4225 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -4029,11 +4232,8 @@
4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4030 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4233 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4031 <source>Mute domain</source><target state="new">Mute domain</target> 4234 <source>Mute domain</source><target state="new">Mute domain</target>
4032 <context-group purpose="location"> 4235
4033 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4236 <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></trans-unit>
4034 <context context-type="linenumber">11</context>
4035 </context-group>
4036 </trans-unit>
4037 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4237 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4038 <source>Instance</source> 4238 <source>Instance</source>
4039 <target>Instància</target> 4239 <target>Instància</target>
@@ -4043,7 +4243,7 @@
4043 4243
4044 4244
4045 4245
4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
4047 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4247 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4048 <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> 4248 <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>
4049 <target>Mut lo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4249 <target>Mut lo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4054,7 +4254,7 @@
4054 4254
4055 4255
4056 4256
4057 <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">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">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> 4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
4058 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4258 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4059 <source>Unmute</source> 4259 <source>Unmute</source>
4060 <target>Restablir</target> 4260 <target>Restablir</target>
@@ -4065,7 +4265,19 @@
4065 4265
4066 4266
4067 4267
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4269 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4270 <context-group purpose="location">
4271 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4272 <context context-type="linenumber">51</context>
4273 </context-group>
4274 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4275 <source>No server found.</source><target state="new">No server found.</target>
4276 <context-group purpose="location">
4277 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4278 <context context-type="linenumber">52</context>
4279 </context-group>
4280 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4069 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4281 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4070 <context-group purpose="location"> 4282 <context-group purpose="location">
4071 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4283 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -4077,17 +4289,11 @@
4077 </source><target state="new"> 4289 </source><target state="new">
4078 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4290 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4079 </target> 4291 </target>
4080 <context-group purpose="location"> 4292
4081 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4082 <context context-type="linenumber">37</context>
4083 </context-group>
4084 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4085 <source>Mute domains</source><target state="new">Mute domains</target> 4294 <source>Mute domains</source><target state="new">Mute domains</target>
4086 <context-group purpose="location"> 4295
4087 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4088 <context context-type="linenumber">35</context>
4089 </context-group>
4090 </trans-unit>
4091 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4297 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4092 <source>Account</source> 4298 <source>Account</source>
4093 <target>Compte</target> 4299 <target>Compte</target>
@@ -4096,7 +4302,19 @@
4096 </context-group> 4302 </context-group>
4097 4303
4098 4304
4099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4306 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4307 <context-group purpose="location">
4308 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4309 <context context-type="linenumber">58</context>
4310 </context-group>
4311 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4312 <source>No account found.</source><target state="new">No account found.</target>
4313 <context-group purpose="location">
4314 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4315 <context context-type="linenumber">59</context>
4316 </context-group>
4317 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4100 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4318 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4101 <context-group purpose="location"> 4319 <context-group purpose="location">
4102 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4320 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4238,8 +4456,8 @@
4238 <context-group name="null"> 4456 <context-group name="null">
4239 <context context-type="linenumber">22</context> 4457 <context context-type="linenumber">22</context>
4240 </context-group> 4458 </context-group>
4241 <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">29</context></context-group> 4459
4242 </trans-unit> 4460 <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">47</context></context-group></trans-unit>
4243 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4461 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4244 <source>System</source> 4462 <source>System</source>
4245 <target>Sistèma</target> 4463 <target>Sistèma</target>
@@ -4469,7 +4687,7 @@
4469 <source>Strategy</source> 4687 <source>Strategy</source>
4470 <target state="translated">Estrategia</target> 4688 <target state="translated">Estrategia</target>
4471 4689
4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4473 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4691 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4474 <source>Terms</source> 4692 <source>Terms</source>
4475 <target>Tèrmes</target> 4693 <target>Tèrmes</target>
@@ -5618,20 +5836,14 @@
5618 <context-group name="null"> 5836 <context-group name="null">
5619 <context context-type="linenumber">8</context> 5837 <context context-type="linenumber">8</context>
5620 </context-group> 5838 </context-group>
5621 <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> 5839
5622 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5840 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5623 <source>See the error</source><target state="new">See the error</target> 5841 <source>See the error</source><target state="new">See the error</target>
5624 <context-group purpose="location"> 5842
5625 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5843 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5626 <context context-type="linenumber">19</context>
5627 </context-group>
5628 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5629 <source>This video was deleted</source><target state="new">This video was deleted</target> 5844 <source>This video was deleted</source><target state="new">This video was deleted</target>
5630 <context-group purpose="location"> 5845
5631 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5846 <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">37</context></context-group></trans-unit>
5632 <context context-type="linenumber">36</context>
5633 </context-group>
5634 </trans-unit>
5635 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5847 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5636 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5848 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5637 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5849 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -7631,15 +7843,14 @@
7631 <context context-type="linenumber">1</context> 7843 <context context-type="linenumber">1</context>
7632 </context-group> 7844 </context-group>
7633 <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> 7845 <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>
7634 </trans-unit> 7846 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7635 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7847 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7636 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7637 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
7638 <context-group purpose="location"> 7848 <context-group purpose="location">
7639 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7849 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7640 <context context-type="linenumber">1</context> 7850 <context context-type="linenumber">1</context>
7641 </context-group> 7851 </context-group>
7642 </trans-unit> 7852 </trans-unit>
7853
7643 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7854 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7644 <source>Update user</source> 7855 <source>Update user</source>
7645 <target>Actualizar l’utilizaire</target> 7856 <target>Actualizar l’utilizaire</target>
@@ -8507,6 +8718,12 @@
8507 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8718 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8508 <context context-type="linenumber">1</context> 8719 <context context-type="linenumber">1</context>
8509 </context-group> 8720 </context-group>
8721 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8722 <source>Unknown</source><target state="new">Unknown</target>
8723 <context-group purpose="location">
8724 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8725 <context context-type="linenumber">1</context>
8726 </context-group>
8510 </trans-unit> 8727 </trans-unit>
8511 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8728 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8512 <source>Your password has been successfully reset!</source> 8729 <source>Your password has been successfully reset!</source>
@@ -10060,7 +10277,19 @@
10060 <context-group name="null"> 10277 <context-group name="null">
10061 <context context-type="linenumber">1</context> 10278 <context context-type="linenumber">1</context>
10062 </context-group> 10279 </context-group>
10063 <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> 10280
10281 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10282 <source>Mute server</source><target state="new">Mute server</target>
10283 <context-group purpose="location">
10284 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10285 <context context-type="linenumber">1</context>
10286 </context-group>
10287 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10288 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10289 <context-group purpose="location">
10290 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10291 <context context-type="linenumber">1</context>
10292 </context-group>
10064 </trans-unit> 10293 </trans-unit>
10065 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10294 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
10066 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10295 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10407,7 +10636,25 @@
10407 <context context-type="linenumber">1</context> 10636 <context context-type="linenumber">1</context>
10408 </context-group> 10637 </context-group>
10409 10638
10410 <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><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> 10639 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10640 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10641 <context-group purpose="location">
10642 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10643 <context context-type="linenumber">1</context>
10644 </context-group>
10645 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10646 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10647 <context-group purpose="location">
10648 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10649 <context context-type="linenumber">1</context>
10650 </context-group>
10651 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10652 <source>Delete video</source><target state="new">Delete video</target>
10653 <context-group purpose="location">
10654 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10655 <context context-type="linenumber">1</context>
10656 </context-group>
10657 </trans-unit>
10411 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10658 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10412 <source>Encoder</source> 10659 <source>Encoder</source>
10413 <target state="translated">Encodar</target> 10660 <target state="translated">Encodar</target>
@@ -10475,7 +10722,25 @@
10475 <context-group name="null"> 10722 <context-group name="null">
10476 <context context-type="linenumber">1</context> 10723 <context context-type="linenumber">1</context>
10477 </context-group> 10724 </context-group>
10478 <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> 10725
10726 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10727 <source>Video deleted.</source><target state="new">Video deleted.</target>
10728 <context-group purpose="location">
10729 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10730 <context context-type="linenumber">1</context>
10731 </context-group>
10732 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10733 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10734 <context-group purpose="location">
10735 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10736 <context context-type="linenumber">1</context>
10737 </context-group>
10738 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10739 <source>Mute reporter</source><target state="new">Mute reporter</target>
10740 <context-group purpose="location">
10741 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10742 <context context-type="linenumber">1</context>
10743 </context-group>
10479 </trans-unit> 10744 </trans-unit>
10480 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10745 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10481 <source>This video will be duplicated by your instance.</source> 10746 <source>This video will be duplicated by your instance.</source>
@@ -10501,22 +10766,39 @@
10501 <context context-type="linenumber">1</context> 10766 <context context-type="linenumber">1</context>
10502 </context-group> 10767 </context-group>
10503 <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> 10768 <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>
10504 </trans-unit> 10769 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10505 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10770 <source>Mirror</source><target state="new">Mirror</target>
10506 <source>Duplicate (redundancy)</source>
10507 <target state="translated">Duplicar (redondància)</target>
10508 <context-group purpose="location"> 10771 <context-group purpose="location">
10509 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10772 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10510 <context context-type="linenumber">1</context> 10773 <context context-type="linenumber">1</context>
10511 </context-group> 10774 </context-group>
10512 </trans-unit> 10775 </trans-unit>
10776
10513 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10777 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10514 <source>Report</source> 10778 <source>Report</source>
10515 <target>Senhalar</target> 10779 <target>Senhalar</target>
10516 <context-group name="null"> 10780 <context-group name="null">
10517 <context context-type="linenumber">1</context> 10781 <context context-type="linenumber">1</context>
10518 </context-group> 10782 </context-group>
10519 <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> 10783
10784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10785 <source>Note</source><target state="new">Note</target>
10786 <context-group purpose="location">
10787 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10788 <context context-type="linenumber">61</context>
10789 </context-group>
10790 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10791 <source>The video was deleted</source><target state="new">The video was deleted</target>
10792 <context-group purpose="location">
10793 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10794 <context context-type="linenumber">71</context>
10795 </context-group>
10796 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10797 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10798 <context-group purpose="location">
10799 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10800 <context context-type="linenumber">72</context>
10801 </context-group>
10520 </trans-unit> 10802 </trans-unit>
10521 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10803 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10522 <source>Published</source> 10804 <source>Published</source>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index 1567e441b..625636896 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -657,9 +657,9 @@
657 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 657 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
658 <source>Deleted</source> 658 <source>Deleted</source>
659 <target state="translated">Usunięte</target> 659 <target state="translated">Usunięte</target>
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 660
661 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 661
662 </trans-unit> 662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
664 <source>Edit starts/stops at</source> 664 <source>Edit starts/stops at</source>
665 <target state="translated">Edycja zaczyna się/kończy na</target> 665 <target state="translated">Edycja zaczyna się/kończy na</target>
@@ -1065,7 +1065,7 @@
1065 1065
1066 1066
1067 1067
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1069 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1069 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1070 <source>Ban this user</source> 1070 <source>Ban this user</source>
1071 <target state="translated">Zbanuj tego użytkownika</target> 1071 <target state="translated">Zbanuj tego użytkownika</target>
@@ -1074,11 +1074,8 @@
1074 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1074 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1075 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1075 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1076 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1076 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1077 <context-group purpose="location"> 1077
1078 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1079 <context context-type="linenumber">11</context>
1080 </context-group>
1081 </trans-unit>
1082 1079
1083 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1080 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1084 <source>Login</source> 1081 <source>Login</source>
@@ -1089,94 +1086,117 @@
1089 <context context-type="linenumber">2</context> 1086 <context context-type="linenumber">2</context>
1090 </context-group> 1087 </context-group>
1091 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1092 </trans-unit> 1089 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1093 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1090 <source>
1094 <source>If you are looking for an account…</source> 1091 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1095 <target state="translated">Jeżeli szukasz konta…</target> 1092 </source><target state="new">
1093 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1094 </target>
1096 <context-group purpose="location"> 1095 <context-group purpose="location">
1097 <context context-type="sourcefile">src/app/login/login.component.html</context> 1096 <context context-type="sourcefile">src/app/login/login.component.html</context>
1098 <context context-type="linenumber">7</context> 1097 <context context-type="linenumber">6</context>
1099 </context-group> 1098 </context-group>
1100 </trans-unit> 1099 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1101 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1100 <source>
1101 If you are looking for an account…
1102 </source><target state="new">
1103 If you are looking for an account…
1104 </target>
1105 <context-group purpose="location">
1106 <context context-type="sourcefile">src/app/login/login.component.html</context>
1107 <context context-type="linenumber">12</context>
1108 </context-group>
1109 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1102 <source> 1110 <source>
1103 Currently this instance doesn't allow for user registration, but you can find an instance 1111 Currently this instance doesn't allow for user registration, but you can find an instance
1104 that gives you the possibility to sign up for an account and upload your videos there. 1112 that gives you the possibility to sign up for an account and upload your videos there.
1105 1113
1106 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1114 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1107 1115
1108 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1116 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1109 </source> 1117 </source><target state="new">
1110 <target state="translated">Ta instancja aktualnie nie ma otwartej rejestracji, ale możesz znaleźć inną instancję gdzie możesz się zarejestrować i tam wrzucać swoje filmy. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Znajdź swoją między różnymi instancjami na stronie <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1118 Currently this instance doesn't allow for user registration, but you can find an instance
1119 that gives you the possibility to sign up for an account and upload your videos there.
1120
1121 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1122
1123 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1124 </target>
1111 <context-group purpose="location"> 1125 <context-group purpose="location">
1112 <context context-type="sourcefile">src/app/login/login.component.html</context> 1126 <context context-type="sourcefile">src/app/login/login.component.html</context>
1113 <context context-type="linenumber">11</context> 1127 <context context-type="linenumber">16</context>
1114 </context-group> 1128 </context-group>
1115 </trans-unit> 1129 </trans-unit>
1130
1131
1116 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1132 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1117 <source>Request new verification email.</source> 1133 <source>Request new verification email.</source>
1118 <target state="translated">Wyślij ponownie wiadomość potwierdzającą.</target> 1134 <target state="translated">Wyślij ponownie wiadomość potwierdzającą.</target>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1135
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1136
1121 </trans-unit> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1122 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1138 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1123 <source>User</source> 1139 <source>User</source>
1124 <target>Użytkownik</target> 1140 <target>Użytkownik</target>
1125 <context-group name="null"> 1141 <context-group name="null">
1126 <context context-type="linenumber">13</context> 1142 <context context-type="linenumber">13</context>
1127 </context-group> 1143 </context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1144
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1145
1130 </trans-unit> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1131 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1147 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1132 <source>Username or email address</source> 1148 <source>Username or email address</source>
1133 <target>Nazwa użytkownika lub adres e-mail</target> 1149 <target>Nazwa użytkownika lub adres e-mail</target>
1134 <context-group name="null"> 1150 <context-group name="null">
1135 <context context-type="linenumber">15</context> 1151 <context context-type="linenumber">15</context>
1136 </context-group> 1152 </context-group>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1153
1138 </trans-unit> 1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1139 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1155 <source>
1140 <source>or create an account</source> 1156 or create an account
1141 <target> 1157 </source><target state="new">
1142 lub utwórz konto 1158 or create an account
1143 </target> 1159 </target>
1144 <context-group name="null"> 1160 <context-group purpose="location">
1145 <context context-type="linenumber">18</context> 1161 <context context-type="sourcefile">src/app/login/login.component.html</context>
1162 <context context-type="linenumber">40</context>
1146 </context-group> 1163 </context-group>
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1148 </trans-unit> 1164 </trans-unit>
1165
1149 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1166 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1150 <source>Password</source> 1167 <source>Password</source>
1151 <target>Hasło</target> 1168 <target>Hasło</target>
1152 <context-group name="null"> 1169 <context-group name="null">
1153 <context context-type="linenumber">54</context> 1170 <context context-type="linenumber">54</context>
1154 </context-group> 1171 </context-group>
1155 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1172
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1173
1157 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1174
1158 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1175
1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1176
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1177
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1178
1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1179
1163 </trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1164 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1181 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1165 <source>Click here to reset your password</source> 1182 <source>Click here to reset your password</source>
1166 <target state="translated">Kliknij tutaj aby zresetować swoje hasło</target> 1183 <target state="translated">Kliknij tutaj aby zresetować swoje hasło</target>
1167 <context-group purpose="location"> 1184
1168 <context context-type="sourcefile">src/app/login/login.component.html</context> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1169 <context context-type="linenumber">50</context>
1170 </context-group>
1171 </trans-unit>
1172 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1186 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1173 <source>Login</source> 1187 <source>Login</source>
1174 <target>Zaloguj się</target> 1188 <target>Zaloguj się</target>
1175 <context-group name="null"> 1189 <context-group name="null">
1176 <context context-type="linenumber">32</context> 1190 <context context-type="linenumber">32</context>
1177 </context-group> 1191 </context-group>
1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1192
1179 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1193
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1195 <source>Or sign in with</source><target state="new">Or sign in with</target>
1196 <context-group purpose="location">
1197 <context context-type="sourcefile">src/app/login/login.component.html</context>
1198 <context context-type="linenumber">68</context>
1199 </context-group>
1180 </trans-unit> 1200 </trans-unit>
1181 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1201 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1182 <source>Forgot your password</source> 1202 <source>Forgot your password</source>
@@ -1184,13 +1204,13 @@
1184 <context-group name="null"> 1204 <context-group name="null">
1185 <context context-type="linenumber">58</context> 1205 <context context-type="linenumber">58</context>
1186 </context-group> 1206 </context-group>
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1207
1188 </trans-unit> 1208 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1189 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1209 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1190 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1210 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1191 <target state="translated">Przepraszamy, nie możesz odzyskać hasła ponieważ administrator twojej instancji nie skonfigurował systemu e-mail.</target> 1211 <target state="translated">Przepraszamy, nie możesz odzyskać hasła ponieważ administrator twojej instancji nie skonfigurował systemu e-mail.</target>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1212
1193 </trans-unit> 1213 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1194 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1214 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1195 <source>Email</source> 1215 <source>Email</source>
1196 <target>E-mail</target> 1216 <target>E-mail</target>
@@ -1205,24 +1225,24 @@
1205 1225
1206 1226
1207 1227
1208 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1228 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1209 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1229 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1210 <source>Email address</source> 1230 <source>Email address</source>
1211 <target>Adres e-mail</target> 1231 <target>Adres e-mail</target>
1212 <context-group name="null"> 1232 <context-group name="null">
1213 <context context-type="linenumber">10</context> 1233 <context context-type="linenumber">10</context>
1214 </context-group> 1234 </context-group>
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1235
1216 <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">10</context></context-group> 1236
1217 </trans-unit> 1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1218 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1238 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1219 <source>Send me an email to reset my password</source> 1239 <source>Send me an email to reset my password</source>
1220 <target>Wyślij mi wiadomość e-mail przywracającą hasło</target> 1240 <target>Wyślij mi wiadomość e-mail przywracającą hasło</target>
1221 <context-group name="null"> 1241 <context-group name="null">
1222 <context context-type="linenumber">82</context> 1242 <context context-type="linenumber">82</context>
1223 </context-group> 1243 </context-group>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1244
1225 </trans-unit> 1245 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1226 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1246 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1227 <source>Reset my password</source> 1247 <source>Reset my password</source>
1228 <target> 1248 <target>
@@ -2116,16 +2136,13 @@
2116 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html"> 2136 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
2117 <source>This will replace an existing caption!</source> 2137 <source>This will replace an existing caption!</source>
2118 <target state="translated">To zastąpi bieżący napis!</target> 2138 <target state="translated">To zastąpi bieżący napis!</target>
2119 <context-group purpose="location"> 2139
2120 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2140 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2121 <context context-type="linenumber">29</context>
2122 </context-group>
2123 </trans-unit>
2124 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2141 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2125 <source>Add this caption</source> 2142 <source>Add this caption</source>
2126 <target state="translated">Dodaj ten napis</target> 2143 <target state="translated">Dodaj ten napis</target>
2127 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2144
2128 </trans-unit> 2145 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2129 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2146 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2130 <source>Title</source> 2147 <source>Title</source>
2131 <target>Tytuł</target> 2148 <target>Tytuł</target>
@@ -2919,7 +2936,7 @@
2919 <context context-type="linenumber">215</context> 2936 <context context-type="linenumber">215</context>
2920 </context-group> 2937 </context-group>
2921 2938
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2939 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2923 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2940 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2924 <source>Get more information</source> 2941 <source>Get more information</source>
2925 <target>Uzyskaj więcej informacji</target> 2942 <target>Uzyskaj więcej informacji</target>
@@ -3122,11 +3139,8 @@
3122 3139
3123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3124 <source>Follow domain</source><target state="new">Follow domain</target> 3141 <source>Follow domain</source><target state="new">Follow domain</target>
3125 <context-group purpose="location"> 3142
3126 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3143 <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>
3127 <context context-type="linenumber">15</context>
3128 </context-group>
3129 </trans-unit>
3130 3144
3131 3145
3132 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3146 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -3135,7 +3149,37 @@
3135 3149
3136 3150
3137 3151
3138 <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">29</context></context-group></trans-unit> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3153 <source>Clear filters</source><target state="new">Clear filters</target>
3154 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3156 <context context-type="linenumber">15</context>
3157 </context-group>
3158 <context-group purpose="location">
3159 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3160 <context context-type="linenumber">15</context>
3161 </context-group>
3162 <context-group purpose="location">
3163 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3164 <context context-type="linenumber">34</context>
3165 </context-group>
3166 <context-group purpose="location">
3167 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3168 <context context-type="linenumber">16</context>
3169 </context-group>
3170 <context-group purpose="location">
3171 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3172 <context context-type="linenumber">31</context>
3173 </context-group>
3174 <context-group purpose="location">
3175 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3176 <context context-type="linenumber">15</context>
3177 </context-group>
3178 <context-group purpose="location">
3179 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3180 <context context-type="linenumber">15</context>
3181 </context-group>
3182 </trans-unit>
3139 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3183 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3140 <source>ID</source> 3184 <source>ID</source>
3141 <target>ID</target> 3185 <target>ID</target>
@@ -3147,8 +3191,8 @@
3147 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3191 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3148 <source>Follower handle</source> 3192 <source>Follower handle</source>
3149 <target state="translated">Nazwa obserwującego użytkownika</target> 3193 <target state="translated">Nazwa obserwującego użytkownika</target>
3150 <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> 3194
3151 </trans-unit> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3152 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3196 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3153 <source>State</source> 3197 <source>State</source>
3154 <target state="translated">Stan</target> 3198 <target state="translated">Stan</target>
@@ -3157,7 +3201,7 @@
3157 </context-group> 3201 </context-group>
3158 3202
3159 3203
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3161 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3205 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3162 <source>Delayed.</source> 3206 <source>Delayed.</source>
3163 <target state="translated">Opóźniona.</target> 3207 <target state="translated">Opóźniona.</target>
@@ -3195,7 +3239,7 @@
3195 3239
3196 3240
3197 3241
3198 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3199 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3243 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3200 <source>Accepted</source> 3244 <source>Accepted</source>
3201 <target>Zaakceptowane</target> 3245 <target>Zaakceptowane</target>
@@ -3204,7 +3248,7 @@
3204 </context-group> 3248 </context-group>
3205 3249
3206 3250
3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3208 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3252 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3209 <source>Pending</source> 3253 <source>Pending</source>
3210 <target>Oczekiwane</target> 3254 <target>Oczekiwane</target>
@@ -3213,18 +3257,36 @@
3213 </context-group> 3257 </context-group>
3214 3258
3215 3259
3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3217 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3261 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3218 <source>Accept</source> 3262 <source>Accept</source>
3219 <target state="translated">Akceptuj</target> 3263 <target state="translated">Akceptuj</target>
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3264
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3265
3222 </trans-unit> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3223 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3267 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3224 <source>Refuse</source> 3268 <source>Refuse</source>
3225 <target state="translated">Odmów</target> 3269 <target state="translated">Odmów</target>
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3270
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3271
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3273 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3274 <context-group purpose="location">
3275 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3276 <context context-type="linenumber">55</context>
3277 </context-group>
3278 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3279 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3282 <context context-type="linenumber">56</context>
3283 </context-group>
3284 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3285 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3286 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3288 <context context-type="linenumber">5</context>
3289 </context-group>
3228 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3290 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3229 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3291 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3230 <context-group purpose="location"> 3292 <context-group purpose="location">
@@ -3239,18 +3301,43 @@
3239 <context context-type="linenumber">19</context> 3301 <context context-type="linenumber">19</context>
3240 </context-group> 3302 </context-group>
3241 3303
3242 <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> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3243 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3305 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3244 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3306 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3245 <target state="translated">Redundancja zezwolona <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3307 <target state="translated">Redundancja zezwolona <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3246 3308
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3248 <source>Follow domains</source><target state="new">Follow domains</target> 3310 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3249 <context-group purpose="location"> 3311 <context-group purpose="location">
3250 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3312 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3251 <context context-type="linenumber">50</context> 3313 <context context-type="linenumber">37</context>
3252 </context-group> 3314 </context-group>
3253 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3315 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3317 <context context-type="linenumber">35</context>
3318 </context-group>
3319 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3320 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3321 <context-group purpose="location">
3322 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3323 <context context-type="linenumber">62</context>
3324 </context-group>
3325 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3326 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3327 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3329 <context context-type="linenumber">63</context>
3330 </context-group>
3331 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3332 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3333 <context-group purpose="location">
3334 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3335 <context context-type="linenumber">5</context>
3336 </context-group>
3337 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3338 <source>Follow domains</source><target state="new">Follow domains</target>
3339
3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3254 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3341 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3255 <context-group purpose="location"> 3342 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3343 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3321,7 +3408,7 @@
3321 3408
3322 3409
3323 3410
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3325 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3412 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3326 <source> 3413 <source>
3327 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3414 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -3405,7 +3492,7 @@
3405 <source>Batch actions</source> 3492 <source>Batch actions</source>
3406 <target state="translated">Akcje seryjne</target> 3493 <target state="translated">Akcje seryjne</target>
3407 3494
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3409 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3496 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3410 <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> 3497 <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>
3411 <target>Nazwa użytkownika <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3498 <target>Nazwa użytkownika <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3413,42 +3500,36 @@
3413 <context context-type="linenumber">40</context> 3500 <context context-type="linenumber">40</context>
3414 </context-group> 3501 </context-group>
3415 3502
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3417 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3504 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3418 <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> 3505 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3419 <target state="translated">Przestrzeń na filmy <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3506 <target state="translated">Przestrzeń na filmy <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3420 3507
3421 <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></trans-unit> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3422 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3509 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3423 <source>(banned)</source> 3510 <source>(banned)</source>
3424 <target state="translated">(zbanowany)</target> 3511 <target state="translated">(zbanowany)</target>
3425 3512
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3427 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3514 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3428 <context-group purpose="location"> 3515
3429 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3516
3430 <context context-type="linenumber">65</context> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3431 </context-group>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3434 <context context-type="linenumber">27</context>
3435 </context-group>
3436 </trans-unit>
3437 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3518 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3438 <source>User's email must be verified to login</source> 3519 <source>User's email must be verified to login</source>
3439 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target> 3520 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target>
3440 3521
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3442 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3523 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3443 <source>User's email is verified / User can login without email verification</source> 3524 <source>User's email is verified / User can login without email verification</source>
3444 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target> 3525 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target>
3445 3526
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3447 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3528 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3448 <source>Ban reason:</source> 3529 <source>Ban reason:</source>
3449 <target state="translated">Powód bana:</target> 3530 <target state="translated">Powód bana:</target>
3450 3531
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3452 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3533 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3453 <context-group purpose="location"> 3534 <context-group purpose="location">
3454 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3508,53 +3589,59 @@
3508 </context-group> 3589 </context-group>
3509 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3590 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3510 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3591 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3511 <context-group purpose="location"> 3592
3512 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3513 <context context-type="linenumber">10</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3594 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3517 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3595 <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>
3518 <target state="translated">Nazwa filmu <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3596 <target state="translated">Nazwa filmu <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3519 3597
3520 3598
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3522 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3600 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3523 <source>Video URL</source> 3601 <source>Video URL</source>
3524 <target state="translated">Link do filmu</target> 3602 <target state="translated">Link do filmu</target>
3525 3603
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3527 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3605 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3528 <source>Total size</source> 3606 <source>Total size</source>
3529 <target state="translated">Wielkość</target> 3607 <target state="translated">Wielkość</target>
3530 3608
3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3532 <source>List redundancies</source><target state="new">List redundancies</target> 3610 <source>List redundancies</source><target state="new">List redundancies</target>
3611
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3613 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3533 <context-group purpose="location"> 3614 <context-group purpose="location">
3534 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3615 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3535 <context context-type="linenumber">33</context> 3616 <context context-type="linenumber">77</context>
3617 </context-group>
3618 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3619 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3620 <context-group purpose="location">
3621 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3622 <context context-type="linenumber">78</context>
3536 </context-group> 3623 </context-group>
3537 </trans-unit> 3624 </trans-unit>
3538 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3625 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3539 <source>Enabled strategies stats</source> 3626 <source>Enabled strategies stats</source>
3540 <target state="translated">Statystyki użytych strategii</target> 3627 <target state="translated">Statystyki użytych strategii</target>
3541 3628
3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3543 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3630 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3544 <source>No redundancy strategy is enabled on your instance.</source> 3631 <source>No redundancy strategy is enabled on your instance.</source>
3545 <target state="translated">Na twojej instancji nie są używne żadne strategie redundancji.</target> 3632 <target state="translated">Na twojej instancji nie są używne żadne strategie redundancji.</target>
3546 3633
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3548 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3635 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3549 <source>Sensitive</source> 3636 <source>Sensitive</source>
3550 <target state="translated">Wrażliwe</target> 3637 <target state="translated">Wrażliwe</target>
3551 3638
3552 <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">11</context></context-group></trans-unit> 3639 <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">25</context></context-group></trans-unit>
3553 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3640 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3554 <source>Unfederated</source> 3641 <source>Unfederated</source>
3555 <target state="translated">Niefederowane</target> 3642 <target state="translated">Niefederowane</target>
3556 3643
3557 <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">12</context></context-group></trans-unit> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3558 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3645 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3559 <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> 3646 <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>
3560 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3647 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3562,7 +3649,17 @@
3562 <context context-type="linenumber">11</context> 3649 <context context-type="linenumber">11</context>
3563 </context-group> 3650 </context-group>
3564 3651
3565 <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">13</context></context-group></trans-unit> 3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3653 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3654 <context-group purpose="location">
3655 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3656 <context context-type="linenumber">50</context>
3657 </context-group>
3658 <context-group purpose="location">
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3660 <context context-type="linenumber">89</context>
3661 </context-group>
3662 </trans-unit>
3566 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3663 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3567 <source>Go to the video</source> 3664 <source>Go to the video</source>
3568 <target>Przejdź do filmu</target> 3665 <target>Przejdź do filmu</target>
@@ -3572,7 +3669,7 @@
3572 3669
3573 3670
3574 3671
3575 <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">28</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">33</context></context-group></trans-unit> 3672 <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">33</context></context-group></trans-unit>
3576 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3673 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3577 <source>Actions</source> 3674 <source>Actions</source>
3578 <target>Akcje</target> 3675 <target>Akcje</target>
@@ -3581,12 +3678,24 @@
3581 </context-group> 3678 </context-group>
3582 3679
3583 3680
3584 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</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">123</context></context-group></trans-unit>
3585 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3682 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3586 <source>Blacklist reason:</source> 3683 <source>Blacklist reason:</source>
3587 <target state="translated">Powód dodania do czarnej listy:</target> 3684 <target state="translated">Powód dodania do czarnej listy:</target>
3588 3685
3589 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3686 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3687 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3688 <context-group purpose="location">
3689 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3690 <context context-type="linenumber">93</context>
3691 </context-group>
3692 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3693 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3694 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3696 <context context-type="linenumber">94</context>
3697 </context-group>
3698 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3590 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3699 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3591 <context-group purpose="location"> 3700 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3701 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3613,7 +3722,43 @@
3613 <context context-type="linenumber">26</context> 3722 <context context-type="linenumber">26</context>
3614 </context-group> 3723 </context-group>
3615 3724
3616 <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">31</context></context-group></trans-unit> 3725 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3726 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3727 <context-group purpose="location">
3728 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3729 <context context-type="linenumber">18</context>
3730 </context-group>
3731 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3732 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3733 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3735 <context context-type="linenumber">19</context>
3736 </context-group>
3737 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3738 <source>Accepted reports</source><target state="new">Accepted reports</target>
3739 <context-group purpose="location">
3740 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3741 <context context-type="linenumber">20</context>
3742 </context-group>
3743 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3744 <source>Refused reports</source><target state="new">Refused reports</target>
3745 <context-group purpose="location">
3746 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3747 <context context-type="linenumber">21</context>
3748 </context-group>
3749 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3750 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3751 <context-group purpose="location">
3752 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3753 <context context-type="linenumber">22</context>
3754 </context-group>
3755 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3756 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3757 <context-group purpose="location">
3758 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3759 <context context-type="linenumber">23</context>
3760 </context-group>
3761 </trans-unit>
3617 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3762 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3618 <source>Reporter</source> 3763 <source>Reporter</source>
3619 <target>Zgłaszający</target> 3764 <target>Zgłaszający</target>
@@ -3621,7 +3766,7 @@
3621 <context context-type="linenumber">8</context> 3766 <context context-type="linenumber">8</context>
3622 </context-group> 3767 </context-group>
3623 3768
3624 <context-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></trans-unit> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3625 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3770 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3626 <source>Video</source> 3771 <source>Video</source>
3627 <target>Film</target> 3772 <target>Film</target>
@@ -3631,28 +3776,56 @@
3631 3776
3632 3777
3633 3778
3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3635 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3780 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3636 <context-group purpose="location"> 3781 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3782 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3638 <context context-type="linenumber">46</context> 3783 <context context-type="linenumber">80</context>
3639 </context-group> 3784 </context-group>
3640 </trans-unit> 3785 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3786 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3787 <context-group purpose="location">
3788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3789 <context context-type="linenumber">91</context>
3790 </context-group>
3791 <context-group purpose="location">
3792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3793 <context context-type="linenumber">107</context>
3794 </context-group>
3795 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3796 <source>Video was deleted</source><target state="new">Video was deleted</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3799 <context context-type="linenumber">98</context>
3800 </context-group>
3801 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3802 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3805 <context context-type="linenumber">141</context>
3806 </context-group>
3807 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3808 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3809 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3811 <context context-type="linenumber">142</context>
3812 </context-group>
3813 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3814 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3815
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3641 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3817 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3642 <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> 3818 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3643 <target state="translated">Stan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3819 <target state="translated">Stan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3644 3820
3645 3821
3646 3822
3647 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3648 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3824 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3649 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3825 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3650 <target state="translated">Wynik <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3826 <target state="translated">Wynik <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3651 <context-group purpose="location"> 3827
3652 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3653 <context context-type="linenumber">18</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3829 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3657 <source>Go to the account</source> 3830 <source>Go to the account</source>
3658 <target>Przejdź na konto</target> 3831 <target>Przejdź na konto</target>
@@ -3662,25 +3835,56 @@
3662 3835
3663 3836
3664 <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">27</context></context-group></trans-unit> 3837 <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">27</context></context-group></trans-unit>
3665 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3838 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3666 <source>Reason:</source>
3667 <target>Powód:</target>
3668 <context-group name="null">
3669 <context context-type="linenumber">53</context>
3670 </context-group>
3671
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3673 <source>Note:</source><target state="new">Note:</target>
3674 <context-group purpose="location">
3675 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3676 <context context-type="linenumber">72</context>
3677 </context-group>
3678 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3679 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3839 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3680 <context-group purpose="location"> 3840 <context-group purpose="location">
3681 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3841 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3682 <context context-type="linenumber">5</context> 3842 <context context-type="linenumber">5</context>
3683 </context-group> 3843 </context-group>
3844 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3845 <source>
3846 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3847 </source><target state="new">
3848 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3849 </target>
3850 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3852 <context context-type="linenumber">20</context>
3853 </context-group>
3854 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3855 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3858 <context context-type="linenumber">21</context>
3859 </context-group>
3860 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3861 <source>Reportee</source><target state="new">Reportee</target>
3862 <context-group purpose="location">
3863 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3864 <context context-type="linenumber">27</context>
3865 </context-group>
3866 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3867 <source>
3868 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3869 </source><target state="new">
3870 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3871 </target>
3872 <context-group purpose="location">
3873 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3874 <context context-type="linenumber">40</context>
3875 </context-group>
3876 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3877 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3878 <context-group purpose="location">
3879 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3880 <context context-type="linenumber">41</context>
3881 </context-group>
3882 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3883 <source>Updated</source><target state="new">Updated</target>
3884 <context-group purpose="location">
3885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3886 <context context-type="linenumber">47</context>
3887 </context-group>
3684 </trans-unit> 3888 </trans-unit>
3685 3889
3686 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3890 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3693,11 +3897,8 @@
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3694 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3898 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3695 <source>Mute domain</source><target state="new">Mute domain</target> 3899 <source>Mute domain</source><target state="new">Mute domain</target>
3696 <context-group purpose="location"> 3900
3697 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3901 <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></trans-unit>
3698 <context context-type="linenumber">11</context>
3699 </context-group>
3700 </trans-unit>
3701 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3902 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3702 <source>Instance</source> 3903 <source>Instance</source>
3703 <target>Instancja</target> 3904 <target>Instancja</target>
@@ -3707,7 +3908,7 @@
3707 3908
3708 3909
3709 3910
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3711 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3912 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3712 <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> 3913 <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>
3713 <target state="translated">Wyciszone 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> 3914 <target state="translated">Wyciszone 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>
@@ -3715,7 +3916,7 @@
3715 3916
3716 3917
3717 3918
3718 <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">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">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> 3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3719 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3920 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3720 <source>Unmute</source> 3921 <source>Unmute</source>
3721 <target state="translated">Cofnij wyciszenie</target> 3922 <target state="translated">Cofnij wyciszenie</target>
@@ -3723,7 +3924,19 @@
3723 3924
3724 3925
3725 3926
3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3928 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3929 <context-group purpose="location">
3930 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3931 <context context-type="linenumber">51</context>
3932 </context-group>
3933 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3934 <source>No server found.</source><target state="new">No server found.</target>
3935 <context-group purpose="location">
3936 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3937 <context context-type="linenumber">52</context>
3938 </context-group>
3939 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3727 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3940 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3728 <context-group purpose="location"> 3941 <context-group purpose="location">
3729 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3942 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3735,23 +3948,29 @@
3735 </source><target state="new"> 3948 </source><target state="new">
3736 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3949 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3737 </target> 3950 </target>
3738 <context-group purpose="location"> 3951
3739 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3740 <context context-type="linenumber">37</context>
3741 </context-group>
3742 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3743 <source>Mute domains</source><target state="new">Mute domains</target> 3953 <source>Mute domains</source><target state="new">Mute domains</target>
3744 <context-group purpose="location"> 3954
3745 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3746 <context context-type="linenumber">35</context>
3747 </context-group>
3748 </trans-unit>
3749 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3956 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3750 <source>Account</source> 3957 <source>Account</source>
3751 <target state="translated">Konto</target> 3958 <target state="translated">Konto</target>
3752 3959
3753 3960
3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3962 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3965 <context context-type="linenumber">58</context>
3966 </context-group>
3967 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3968 <source>No account found.</source><target state="new">No account found.</target>
3969 <context-group purpose="location">
3970 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3971 <context context-type="linenumber">59</context>
3972 </context-group>
3973 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3755 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3974 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3756 <context-group purpose="location"> 3975 <context-group purpose="location">
3757 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3976 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3869,8 +4088,8 @@
3869 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4088 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3870 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4089 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3871 <target state="translated">Ta <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> nie ma ustawień. </target> 4090 <target state="translated">Ta <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> nie ma ustawień. </target>
3872 <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">29</context></context-group> 4091
3873 </trans-unit> 4092 <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">47</context></context-group></trans-unit>
3874 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4093 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3875 <source>System</source> 4094 <source>System</source>
3876 <target state="translated">System</target> 4095 <target state="translated">System</target>
@@ -4088,7 +4307,7 @@
4088 <source>Strategy</source> 4307 <source>Strategy</source>
4089 <target state="translated">Strategia</target> 4308 <target state="translated">Strategia</target>
4090 4309
4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4092 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4311 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4093 <source>Terms</source> 4312 <source>Terms</source>
4094 <target>Zasady</target> 4313 <target>Zasady</target>
@@ -5173,23 +5392,14 @@
5173 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5392 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
5174 <source>Target</source> 5393 <source>Target</source>
5175 <target state="translated">Element docelowy</target> 5394 <target state="translated">Element docelowy</target>
5176 <context-group purpose="location"> 5395
5177 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5396 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5178 <context context-type="linenumber">8</context>
5179 </context-group>
5180 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5181 <source>See the error</source><target state="new">See the error</target> 5397 <source>See the error</source><target state="new">See the error</target>
5182 <context-group purpose="location"> 5398
5183 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5399 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5184 <context context-type="linenumber">19</context>
5185 </context-group>
5186 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5187 <source>This video was deleted</source><target state="new">This video was deleted</target> 5400 <source>This video was deleted</source><target state="new">This video was deleted</target>
5188 <context-group purpose="location"> 5401
5189 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5402 <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">37</context></context-group></trans-unit>
5190 <context context-type="linenumber">36</context>
5191 </context-group>
5192 </trans-unit>
5193 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5403 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5194 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5404 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5195 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5405 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -7093,15 +7303,14 @@
7093 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7303 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7094 <context context-type="linenumber">1</context> 7304 <context context-type="linenumber">1</context>
7095 </context-group> 7305 </context-group>
7096 </trans-unit> 7306 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7097 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7307 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7098 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7099 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
7100 <context-group purpose="location"> 7308 <context-group purpose="location">
7101 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7309 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7102 <context context-type="linenumber">1</context> 7310 <context context-type="linenumber">1</context>
7103 </context-group> 7311 </context-group>
7104 </trans-unit> 7312 </trans-unit>
7313
7105 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7314 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7106 <source>Update user</source> 7315 <source>Update user</source>
7107 <target>Zaktualizuj użytkownika</target> 7316 <target>Zaktualizuj użytkownika</target>
@@ -7996,6 +8205,12 @@
7996 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8205 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7997 <context context-type="linenumber">1</context> 8206 <context context-type="linenumber">1</context>
7998 </context-group> 8207 </context-group>
8208 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8209 <source>Unknown</source><target state="new">Unknown</target>
8210 <context-group purpose="location">
8211 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8212 <context context-type="linenumber">1</context>
8213 </context-group>
7999 </trans-unit> 8214 </trans-unit>
8000 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8215 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8001 <source>Your password has been successfully reset!</source> 8216 <source>Your password has been successfully reset!</source>
@@ -9561,8 +9776,17 @@
9561 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9776 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9562 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9777 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9563 <target state="translated">Wyciszono przez instancję konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>.</target> 9778 <target state="translated">Wyciszono przez instancję konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>.</target>
9779
9780 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9781 <source>Mute server</source><target state="new">Mute server</target>
9564 <context-group purpose="location"> 9782 <context-group purpose="location">
9565 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9783 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9784 <context context-type="linenumber">1</context>
9785 </context-group>
9786 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9787 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9788 <context-group purpose="location">
9789 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9566 <context context-type="linenumber">1</context> 9790 <context context-type="linenumber">1</context>
9567 </context-group> 9791 </context-group>
9568 </trans-unit> 9792 </trans-unit>
@@ -9914,7 +10138,25 @@
9914 <source>Video blacklisted.</source> 10138 <source>Video blacklisted.</source>
9915 <target state="translated">Dodano film do czarnej listy.</target> 10139 <target state="translated">Dodano film do czarnej listy.</target>
9916 10140
9917 <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><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> 10141 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10142 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10143 <context-group purpose="location">
10144 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10145 <context context-type="linenumber">1</context>
10146 </context-group>
10147 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10148 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10149 <context-group purpose="location">
10150 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10151 <context context-type="linenumber">1</context>
10152 </context-group>
10153 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10154 <source>Delete video</source><target state="new">Delete video</target>
10155 <context-group purpose="location">
10156 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10157 <context context-type="linenumber">1</context>
10158 </context-group>
10159 </trans-unit>
9918 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10160 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9919 <source>Encoder</source> 10161 <source>Encoder</source>
9920 <target state="new">Encoder</target> 10162 <target state="new">Encoder</target>
@@ -9982,7 +10224,25 @@
9982 <context-group name="null"> 10224 <context-group name="null">
9983 <context context-type="linenumber">1</context> 10225 <context context-type="linenumber">1</context>
9984 </context-group> 10226 </context-group>
9985 <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> 10227
10228 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10229 <source>Video deleted.</source><target state="new">Video deleted.</target>
10230 <context-group purpose="location">
10231 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10232 <context context-type="linenumber">1</context>
10233 </context-group>
10234 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10235 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10236 <context-group purpose="location">
10237 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10238 <context context-type="linenumber">1</context>
10239 </context-group>
10240 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10241 <source>Mute reporter</source><target state="new">Mute reporter</target>
10242 <context-group purpose="location">
10243 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10244 <context context-type="linenumber">1</context>
10245 </context-group>
9986 </trans-unit> 10246 </trans-unit>
9987 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10247 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9988 <source>This video will be duplicated by your instance.</source> 10248 <source>This video will be duplicated by your instance.</source>
@@ -10005,22 +10265,39 @@
10005 <context context-type="linenumber">1</context> 10265 <context context-type="linenumber">1</context>
10006 </context-group> 10266 </context-group>
10007 <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> 10267 <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>
10008 </trans-unit> 10268 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10009 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10269 <source>Mirror</source><target state="new">Mirror</target>
10010 <source>Duplicate (redundancy)</source>
10011 <target state="translated">Duplikuj (redundancja)</target>
10012 <context-group purpose="location"> 10270 <context-group purpose="location">
10013 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10271 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10014 <context context-type="linenumber">1</context> 10272 <context context-type="linenumber">1</context>
10015 </context-group> 10273 </context-group>
10016 </trans-unit> 10274 </trans-unit>
10275
10017 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10276 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10018 <source>Report</source> 10277 <source>Report</source>
10019 <target>Zgłoś</target> 10278 <target>Zgłoś</target>
10020 <context-group name="null"> 10279 <context-group name="null">
10021 <context context-type="linenumber">1</context> 10280 <context context-type="linenumber">1</context>
10022 </context-group> 10281 </context-group>
10023 <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> 10282
10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10284 <source>Note</source><target state="new">Note</target>
10285 <context-group purpose="location">
10286 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10287 <context context-type="linenumber">61</context>
10288 </context-group>
10289 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10290 <source>The video was deleted</source><target state="new">The video was deleted</target>
10291 <context-group purpose="location">
10292 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10293 <context context-type="linenumber">71</context>
10294 </context-group>
10295 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10296 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10297 <context-group purpose="location">
10298 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10299 <context context-type="linenumber">72</context>
10300 </context-group>
10024 </trans-unit> 10301 </trans-unit>
10025 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10302 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10026 <source>Published</source> 10303 <source>Published</source>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index bf4d7143b..483dce87c 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -651,9 +651,9 @@
651 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 651 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
652 <source>Deleted</source> 652 <source>Deleted</source>
653 <target state="translated">Apagado</target> 653 <target state="translated">Apagado</target>
654 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 654
655 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 655
656 </trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
658 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
659 <target state="translated">A edição começa /termina em</target> 659 <target state="translated">A edição começa /termina em</target>
@@ -1053,7 +1053,7 @@
1053 1053
1054 1054
1055 1055
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1057 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1057 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1058 <source>Ban this user</source> 1058 <source>Ban this user</source>
1059 <target>Banir este usuário</target> 1059 <target>Banir este usuário</target>
@@ -1068,8 +1068,8 @@
1068 <context-group name="null"> 1068 <context-group name="null">
1069 <context context-type="linenumber">11</context> 1069 <context context-type="linenumber">11</context>
1070 </context-group> 1070 </context-group>
1071 <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> 1071
1072 </trans-unit> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1073 1073
1074 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1074 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1075 <source>Login</source> 1075 <source>Login</source>
@@ -1080,66 +1080,86 @@
1080 <context context-type="linenumber">2</context> 1080 <context context-type="linenumber">2</context>
1081 </context-group> 1081 </context-group>
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1083 </trans-unit> 1083 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1084 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1084 <source>
1085 <source>If you are looking for an account…</source> 1085 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1086 <target state="translated">Se você busca uma conta…</target> 1086 </source><target state="new">
1087 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1088 </target>
1087 <context-group purpose="location"> 1089 <context-group purpose="location">
1088 <context context-type="sourcefile">src/app/login/login.component.html</context> 1090 <context context-type="sourcefile">src/app/login/login.component.html</context>
1089 <context context-type="linenumber">7</context> 1091 <context context-type="linenumber">6</context>
1090 </context-group> 1092 </context-group>
1091 </trans-unit> 1093 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1092 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1093 <source> 1094 <source>
1094 Currently this instance doesn't allow for user registration, but you can find an instance 1095 If you are looking for an account…
1095 that gives you the possibility to sign up for an account and upload your videos there. 1096 </source><target state="new">
1097 If you are looking for an account…
1098 </target>
1099 <context-group purpose="location">
1100 <context context-type="sourcefile">src/app/login/login.component.html</context>
1101 <context context-type="linenumber">12</context>
1102 </context-group>
1103 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1104 <source>
1105 Currently this instance doesn't allow for user registration, but you can find an instance
1106 that gives you the possibility to sign up for an account and upload your videos there.
1096 1107
1097 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1108 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1098 1109
1099 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1110 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1100 </source> 1111 </source><target state="new">
1101 <target state="translated">No momento esta instância não permite o registro de usuário, mas você pode encontrar uma instância que permite você se registrar e subir seus vídeos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1112 Currently this instance doesn't allow for user registration, but you can find an instance
1113 that gives you the possibility to sign up for an account and upload your videos there.
1114
1115 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1116
1117 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1118 </target>
1102 <context-group purpose="location"> 1119 <context-group purpose="location">
1103 <context context-type="sourcefile">src/app/login/login.component.html</context> 1120 <context context-type="sourcefile">src/app/login/login.component.html</context>
1104 <context context-type="linenumber">11</context> 1121 <context context-type="linenumber">16</context>
1105 </context-group> 1122 </context-group>
1106 </trans-unit> 1123 </trans-unit>
1124
1125
1107 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1126 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1108 <source>Request new verification email.</source> 1127 <source>Request new verification email.</source>
1109 <target>Solicitar novo email de verificação.</target> 1128 <target>Solicitar novo email de verificação.</target>
1110 <context-group name="null"> 1129 <context-group name="null">
1111 <context context-type="linenumber">16</context> 1130 <context context-type="linenumber">16</context>
1112 </context-group> 1131 </context-group>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1132
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1133
1115 </trans-unit> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1116 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1135 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1117 <source>User</source> 1136 <source>User</source>
1118 <target>Usuário</target> 1137 <target>Usuário</target>
1119 <context-group name="null"> 1138 <context-group name="null">
1120 <context context-type="linenumber">13</context> 1139 <context context-type="linenumber">13</context>
1121 </context-group> 1140 </context-group>
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1141
1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1142
1124 </trans-unit> 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1125 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1144 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1126 <source>Username or email address</source> 1145 <source>Username or email address</source>
1127 <target>Nome de usuário ou endereço de e-mail</target> 1146 <target>Nome de usuário ou endereço de e-mail</target>
1128 <context-group name="null"> 1147 <context-group name="null">
1129 <context context-type="linenumber">15</context> 1148 <context context-type="linenumber">15</context>
1130 </context-group> 1149 </context-group>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1150
1132 </trans-unit> 1151 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1133 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1152 <source>
1134 <source>or create an account</source> 1153 or create an account
1135 <target> 1154 </source><target state="new">
1136 ou crie uma conta 1155 or create an account
1137 </target> 1156 </target>
1138 <context-group name="null"> 1157 <context-group purpose="location">
1139 <context context-type="linenumber">18</context> 1158 <context context-type="sourcefile">src/app/login/login.component.html</context>
1159 <context context-type="linenumber">40</context>
1140 </context-group> 1160 </context-group>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1142 </trans-unit> 1161 </trans-unit>
1162
1143 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1163 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1144 <source>Password</source> 1164 <source>Password</source>
1145 <target>Senha</target> 1165 <target>Senha</target>
@@ -1155,13 +1175,10 @@
1155 1175
1156 1176
1157 1177
1158 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1159 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1179 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1160 <context-group purpose="location"> 1180
1161 <context context-type="sourcefile">src/app/login/login.component.html</context> 1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1162 <context context-type="linenumber">50</context>
1163 </context-group>
1164 </trans-unit>
1165 1182
1166 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1183 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1167 <source>Login</source> 1184 <source>Login</source>
@@ -1171,20 +1188,26 @@
1171 </context-group> 1188 </context-group>
1172 1189
1173 1190
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1191 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1192 <source>Or sign in with</source><target state="new">Or sign in with</target>
1193 <context-group purpose="location">
1194 <context context-type="sourcefile">src/app/login/login.component.html</context>
1195 <context context-type="linenumber">68</context>
1196 </context-group>
1197 </trans-unit>
1175 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1198 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1176 <source>Forgot your password</source> 1199 <source>Forgot your password</source>
1177 <target>Esqueceu sua senha</target> 1200 <target>Esqueceu sua senha</target>
1178 <context-group name="null"> 1201 <context-group name="null">
1179 <context context-type="linenumber">58</context> 1202 <context context-type="linenumber">58</context>
1180 </context-group> 1203 </context-group>
1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1204
1182 </trans-unit> 1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1183 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1206 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1184 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1207 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1185 <target state="translated">Lamentamos, não podemos recuperar sua senha porque o administrador dessa instância não ativou o envio de e-mail pelo PeerTube.</target> 1208 <target state="translated">Lamentamos, não podemos recuperar sua senha porque o administrador dessa instância não ativou o envio de e-mail pelo PeerTube.</target>
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1209
1187 </trans-unit> 1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1188 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1211 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1189 <source>Email</source> 1212 <source>Email</source>
1190 <target>E-mail</target> 1213 <target>E-mail</target>
@@ -1200,16 +1223,16 @@
1200 1223
1201 1224
1202 1225
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1204 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1227 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1205 <source>Email address</source> 1228 <source>Email address</source>
1206 <target>Endereço de e-mail</target> 1229 <target>Endereço de e-mail</target>
1207 <context-group name="null"> 1230 <context-group name="null">
1208 <context context-type="linenumber">10</context> 1231 <context context-type="linenumber">10</context>
1209 </context-group> 1232 </context-group>
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1233
1211 <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">10</context></context-group> 1234
1212 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1213 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1236 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1214 <source>Send me an email to reset my password</source> 1237 <source>Send me an email to reset my password</source>
1215 <target>Me envie um e-mail para redefinir minha senha</target> 1238 <target>Me envie um e-mail para redefinir minha senha</target>
@@ -1217,7 +1240,7 @@
1217 <context context-type="linenumber">82</context> 1240 <context context-type="linenumber">82</context>
1218 </context-group> 1241 </context-group>
1219 1242
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1243 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1221 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1244 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1222 <source>Reset my password</source> 1245 <source>Reset my password</source>
1223 <target> 1246 <target>
@@ -2103,8 +2126,8 @@
2103 <context-group name="null"> 2126 <context-group name="null">
2104 <context context-type="linenumber">29</context> 2127 <context context-type="linenumber">29</context>
2105 </context-group> 2128 </context-group>
2106 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2129
2107 </trans-unit> 2130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2108 2131
2109 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2132 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2110 <source>Add this caption</source> 2133 <source>Add this caption</source>
@@ -2113,7 +2136,7 @@
2113 <context context-type="linenumber">40</context> 2136 <context context-type="linenumber">40</context>
2114 </context-group> 2137 </context-group>
2115 2138
2116 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2139 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2117 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2140 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2118 <source>Title</source> 2141 <source>Title</source>
2119 <target>Título</target> 2142 <target>Título</target>
@@ -2960,7 +2983,7 @@
2960 <context context-type="linenumber">215</context> 2983 <context context-type="linenumber">215</context>
2961 </context-group> 2984 </context-group>
2962 2985
2963 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2964 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2987 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2965 <source>Get more information</source> 2988 <source>Get more information</source>
2966 <target>Obtenha mais informações</target> 2989 <target>Obtenha mais informações</target>
@@ -3184,11 +3207,8 @@
3184 3207
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3186 <source>Follow domain</source><target state="new">Follow domain</target> 3209 <source>Follow domain</source><target state="new">Follow domain</target>
3187 <context-group purpose="location"> 3210
3188 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3211 <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>
3189 <context context-type="linenumber">15</context>
3190 </context-group>
3191 </trans-unit>
3192 3212
3193 3213
3194 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3214 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3200,7 +3220,37 @@
3200 3220
3201 3221
3202 3222
3203 <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">29</context></context-group></trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3224 <source>Clear filters</source><target state="new">Clear filters</target>
3225 <context-group purpose="location">
3226 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3227 <context context-type="linenumber">15</context>
3228 </context-group>
3229 <context-group purpose="location">
3230 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3231 <context context-type="linenumber">15</context>
3232 </context-group>
3233 <context-group purpose="location">
3234 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3235 <context context-type="linenumber">34</context>
3236 </context-group>
3237 <context-group purpose="location">
3238 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3239 <context context-type="linenumber">16</context>
3240 </context-group>
3241 <context-group purpose="location">
3242 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3243 <context context-type="linenumber">31</context>
3244 </context-group>
3245 <context-group purpose="location">
3246 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3247 <context context-type="linenumber">15</context>
3248 </context-group>
3249 <context-group purpose="location">
3250 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3251 <context context-type="linenumber">15</context>
3252 </context-group>
3253 </trans-unit>
3204 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3254 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3205 <source>ID</source> 3255 <source>ID</source>
3206 <target>ID</target> 3256 <target>ID</target>
@@ -3212,8 +3262,8 @@
3212 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3262 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3213 <source>Follower handle</source> 3263 <source>Follower handle</source>
3214 <target state="translated">Identificador de inscritos</target> 3264 <target state="translated">Identificador de inscritos</target>
3215 <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> 3265
3216 </trans-unit> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3217 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3267 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3218 <source>State</source> 3268 <source>State</source>
3219 <target>Estado</target> 3269 <target>Estado</target>
@@ -3222,7 +3272,7 @@
3222 </context-group> 3272 </context-group>
3223 3273
3224 3274
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3226 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3276 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3227 <source>Delayed.</source> 3277 <source>Delayed.</source>
3228 <target state="translated">Atrasado.</target> 3278 <target state="translated">Atrasado.</target>
@@ -3260,7 +3310,7 @@
3260 3310
3261 3311
3262 3312
3263 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3264 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3314 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3265 <source>Accepted</source> 3315 <source>Accepted</source>
3266 <target>Aceito</target> 3316 <target>Aceito</target>
@@ -3269,7 +3319,7 @@
3269 </context-group> 3319 </context-group>
3270 3320
3271 3321
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3273 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3323 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3274 <source>Pending</source> 3324 <source>Pending</source>
3275 <target>Pendente</target> 3325 <target>Pendente</target>
@@ -3278,21 +3328,39 @@
3278 </context-group> 3328 </context-group>
3279 3329
3280 3330
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3282 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3332 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3283 <source>Accept</source> 3333 <source>Accept</source>
3284 <target state="translated">Aceitar</target> 3334 <target state="translated">Aceitar</target>
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3335
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3336
3287 </trans-unit> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3288 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3338 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3289 <source>Refuse</source> 3339 <source>Refuse</source>
3290 <target>Recusar</target> 3340 <target>Recusar</target>
3291 <context-group name="null"> 3341 <context-group name="null">
3292 <context context-type="linenumber">42</context> 3342 <context context-type="linenumber">42</context>
3293 </context-group> 3343 </context-group>
3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3344
3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3345
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3347 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3348 <context-group purpose="location">
3349 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3350 <context context-type="linenumber">55</context>
3351 </context-group>
3352 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3353 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3354 <context-group purpose="location">
3355 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3356 <context context-type="linenumber">56</context>
3357 </context-group>
3358 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3359 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3360 <context-group purpose="location">
3361 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3362 <context context-type="linenumber">5</context>
3363 </context-group>
3296 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3364 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3297 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3365 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3298 <context-group purpose="location"> 3366 <context-group purpose="location">
@@ -3307,18 +3375,43 @@
3307 <context context-type="linenumber">19</context> 3375 <context context-type="linenumber">19</context>
3308 </context-group> 3376 </context-group>
3309 3377
3310 <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> 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3311 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3379 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3312 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3380 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3313 <target state="translated">Redundância permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3381 <target state="translated">Redundância permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3314 3382
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3316 <source>Follow domains</source><target state="new">Follow domains</target> 3384 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3317 <context-group purpose="location"> 3385 <context-group purpose="location">
3318 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3386 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3319 <context context-type="linenumber">50</context> 3387 <context context-type="linenumber">37</context>
3320 </context-group> 3388 </context-group>
3321 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3389 <context-group purpose="location">
3390 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3391 <context context-type="linenumber">35</context>
3392 </context-group>
3393 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3394 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3395 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3397 <context context-type="linenumber">62</context>
3398 </context-group>
3399 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3400 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3401 <context-group purpose="location">
3402 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3403 <context context-type="linenumber">63</context>
3404 </context-group>
3405 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3406 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3407 <context-group purpose="location">
3408 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3409 <context context-type="linenumber">5</context>
3410 </context-group>
3411 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3412 <source>Follow domains</source><target state="new">Follow domains</target>
3413
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3322 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3415 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3323 <context-group purpose="location"> 3416 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3417 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3394,7 +3487,7 @@
3394 3487
3395 3488
3396 3489
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3398 <source> 3491 <source>
3399 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3492 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3400 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3493 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3491,7 +3584,7 @@
3491 <context context-type="linenumber">19</context> 3584 <context context-type="linenumber">19</context>
3492 </context-group> 3585 </context-group>
3493 3586
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3495 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3588 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3496 <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> 3589 <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>
3497 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3590 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3499,12 +3592,12 @@
3499 <context context-type="linenumber">40</context> 3592 <context context-type="linenumber">40</context>
3500 </context-group> 3593 </context-group>
3501 3594
3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3503 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3596 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3504 <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> 3597 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3505 <target state="translated">Quota de vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3598 <target state="translated">Quota de vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3506 3599
3507 <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></trans-unit> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3508 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3601 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3509 <source>(banned)</source> 3602 <source>(banned)</source>
3510 <target>(banido)</target> 3603 <target>(banido)</target>
@@ -3512,17 +3605,11 @@
3512 <context context-type="linenumber">65</context> 3605 <context context-type="linenumber">65</context>
3513 </context-group> 3606 </context-group>
3514 3607
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3516 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3609 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3517 <context-group purpose="location"> 3610
3518 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3611
3519 <context context-type="linenumber">65</context> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3520 </context-group>
3521 <context-group purpose="location">
3522 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3523 <context context-type="linenumber">27</context>
3524 </context-group>
3525 </trans-unit>
3526 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3613 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3527 <source>User's email must be verified to login</source> 3614 <source>User's email must be verified to login</source>
3528 <target>O email do usuário deve ter sido confirmado para entrar</target> 3615 <target>O email do usuário deve ter sido confirmado para entrar</target>
@@ -3530,7 +3617,7 @@
3530 <context context-type="linenumber">72</context> 3617 <context context-type="linenumber">72</context>
3531 </context-group> 3618 </context-group>
3532 3619
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3534 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3621 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3535 <source>User's email is verified / User can login without email verification</source> 3622 <source>User's email is verified / User can login without email verification</source>
3536 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target> 3623 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target>
@@ -3538,7 +3625,7 @@
3538 <context context-type="linenumber">76</context> 3625 <context context-type="linenumber">76</context>
3539 </context-group> 3626 </context-group>
3540 3627
3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3542 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3629 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3543 <source>Ban reason:</source> 3630 <source>Ban reason:</source>
3544 <target>Motivo do banimento:</target> 3631 <target>Motivo do banimento:</target>
@@ -3546,7 +3633,7 @@
3546 <context context-type="linenumber">95</context> 3633 <context context-type="linenumber">95</context>
3547 </context-group> 3634 </context-group>
3548 3635
3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3550 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3637 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3551 <context-group purpose="location"> 3638 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3639 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3603,11 +3690,8 @@
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3604 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3691 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3605 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3692 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3606 <context-group purpose="location"> 3693
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3608 <context context-type="linenumber">10</context>
3609 </context-group>
3610 </trans-unit>
3611 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3695 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3612 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3696 <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>
3613 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3697 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3616,35 +3700,44 @@
3616 </context-group> 3700 </context-group>
3617 3701
3618 3702
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3620 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3704 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3621 <source>Video URL</source> 3705 <source>Video URL</source>
3622 <target state="new">Video URL</target> 3706 <target state="new">Video URL</target>
3623 3707
3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3625 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3709 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3626 <source>Total size</source> 3710 <source>Total size</source>
3627 <target state="new">Total size</target> 3711 <target state="new">Total size</target>
3628 3712
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3630 <source>List redundancies</source><target state="new">List redundancies</target> 3714 <source>List redundancies</source><target state="new">List redundancies</target>
3715
3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3717 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3631 <context-group purpose="location"> 3718 <context-group purpose="location">
3632 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3633 <context context-type="linenumber">33</context> 3720 <context context-type="linenumber">77</context>
3721 </context-group>
3722 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3723 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3724 <context-group purpose="location">
3725 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3726 <context context-type="linenumber">78</context>
3634 </context-group> 3727 </context-group>
3635 </trans-unit> 3728 </trans-unit>
3636 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3729 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3637 <source>Enabled strategies stats</source> 3730 <source>Enabled strategies stats</source>
3638 <target state="new">Enabled strategies stats</target> 3731 <target state="new">Enabled strategies stats</target>
3639 3732
3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3641 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3734 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3642 <source>No redundancy strategy is enabled on your instance.</source> 3735 <source>No redundancy strategy is enabled on your instance.</source>
3643 <target state="new"> 3736 <target state="new">
3644 No redundancy strategy is enabled on your instance. 3737 No redundancy strategy is enabled on your instance.
3645 </target> 3738 </target>
3646 3739
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3648 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3741 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3649 <source>Sensitive</source> 3742 <source>Sensitive</source>
3650 <target>Sensível</target> 3743 <target>Sensível</target>
@@ -3652,7 +3745,7 @@
3652 <context context-type="linenumber">9</context> 3745 <context context-type="linenumber">9</context>
3653 </context-group> 3746 </context-group>
3654 3747
3655 <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">11</context></context-group></trans-unit> 3748 <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">25</context></context-group></trans-unit>
3656 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3749 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3657 <source>Unfederated</source> 3750 <source>Unfederated</source>
3658 <target>Não federado</target> 3751 <target>Não federado</target>
@@ -3660,7 +3753,7 @@
3660 <context context-type="linenumber">10</context> 3753 <context context-type="linenumber">10</context>
3661 </context-group> 3754 </context-group>
3662 3755
3663 <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">12</context></context-group></trans-unit> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3664 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3757 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3665 <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> 3758 <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>
3666 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3759 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3668,7 +3761,17 @@
3668 <context context-type="linenumber">11</context> 3761 <context context-type="linenumber">11</context>
3669 </context-group> 3762 </context-group>
3670 3763
3671 <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">13</context></context-group></trans-unit> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3765 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3766 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3768 <context context-type="linenumber">50</context>
3769 </context-group>
3770 <context-group purpose="location">
3771 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3772 <context context-type="linenumber">89</context>
3773 </context-group>
3774 </trans-unit>
3672 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3775 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3673 <source>Go to the video</source> 3776 <source>Go to the video</source>
3674 <target>Ir para o vídeo</target> 3777 <target>Ir para o vídeo</target>
@@ -3678,7 +3781,7 @@
3678 3781
3679 3782
3680 3783
3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">28</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">33</context></context-group></trans-unit> 3784 <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">33</context></context-group></trans-unit>
3682 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3785 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3683 <source>Actions</source> 3786 <source>Actions</source>
3684 <target>Ações</target> 3787 <target>Ações</target>
@@ -3687,7 +3790,7 @@
3687 </context-group> 3790 </context-group>
3688 3791
3689 3792
3690 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3793 <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">72</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">123</context></context-group></trans-unit>
3691 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3794 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3692 <source>Blacklist reason:</source> 3795 <source>Blacklist reason:</source>
3693 <target>Motivo da lista negra:</target> 3796 <target>Motivo da lista negra:</target>
@@ -3695,7 +3798,19 @@
3695 <context context-type="linenumber">43</context> 3798 <context context-type="linenumber">43</context>
3696 </context-group> 3799 </context-group>
3697 3800
3698 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3801 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3802 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3805 <context context-type="linenumber">93</context>
3806 </context-group>
3807 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3808 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3809 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3811 <context context-type="linenumber">94</context>
3812 </context-group>
3813 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3699 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3814 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3700 <context-group purpose="location"> 3815 <context-group purpose="location">
3701 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3816 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3727,7 +3842,43 @@
3727 <context context-type="linenumber">26</context> 3842 <context context-type="linenumber">26</context>
3728 </context-group> 3843 </context-group>
3729 3844
3730 <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">31</context></context-group></trans-unit> 3845 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3846 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3847 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3849 <context context-type="linenumber">18</context>
3850 </context-group>
3851 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3852 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3853 <context-group purpose="location">
3854 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3855 <context context-type="linenumber">19</context>
3856 </context-group>
3857 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3858 <source>Accepted reports</source><target state="new">Accepted reports</target>
3859 <context-group purpose="location">
3860 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3861 <context context-type="linenumber">20</context>
3862 </context-group>
3863 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3864 <source>Refused reports</source><target state="new">Refused reports</target>
3865 <context-group purpose="location">
3866 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3867 <context context-type="linenumber">21</context>
3868 </context-group>
3869 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3870 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3873 <context context-type="linenumber">22</context>
3874 </context-group>
3875 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3876 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3879 <context context-type="linenumber">23</context>
3880 </context-group>
3881 </trans-unit>
3731 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3882 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3732 <source>Reporter</source> 3883 <source>Reporter</source>
3733 <target>Denunciante</target> 3884 <target>Denunciante</target>
@@ -3735,7 +3886,7 @@
3735 <context context-type="linenumber">8</context> 3886 <context context-type="linenumber">8</context>
3736 </context-group> 3887 </context-group>
3737 3888
3738 <context-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></trans-unit> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3739 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3890 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3740 <source>Video</source> 3891 <source>Video</source>
3741 <target>Vídeo</target> 3892 <target>Vídeo</target>
@@ -3745,13 +3896,44 @@
3745 3896
3746 3897
3747 3898
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3749 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3900 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3750 <context-group purpose="location"> 3901 <context-group purpose="location">
3751 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3902 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3752 <context context-type="linenumber">46</context> 3903 <context context-type="linenumber">80</context>
3753 </context-group> 3904 </context-group>
3754 </trans-unit> 3905 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3906 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3907 <context-group purpose="location">
3908 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3909 <context context-type="linenumber">91</context>
3910 </context-group>
3911 <context-group purpose="location">
3912 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3913 <context context-type="linenumber">107</context>
3914 </context-group>
3915 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3916 <source>Video was deleted</source><target state="new">Video was deleted</target>
3917 <context-group purpose="location">
3918 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3919 <context context-type="linenumber">98</context>
3920 </context-group>
3921 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3922 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3923 <context-group purpose="location">
3924 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3925 <context context-type="linenumber">141</context>
3926 </context-group>
3927 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3928 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3929 <context-group purpose="location">
3930 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3931 <context context-type="linenumber">142</context>
3932 </context-group>
3933 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3934 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3935
3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3755 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3937 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3756 <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> 3938 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3757 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3939 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3761,15 +3943,12 @@
3761 3943
3762 3944
3763 3945
3764 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3765 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3947 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3766 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3948 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3767 <target state="translated">Pontuaçã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> 3949 <target state="translated">Pontuaçã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>
3768 <context-group purpose="location"> 3950
3769 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3770 <context context-type="linenumber">18</context>
3771 </context-group>
3772 </trans-unit>
3773 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3952 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3774 <source>Go to the account</source> 3953 <source>Go to the account</source>
3775 <target>Ir para a conta</target> 3954 <target>Ir para a conta</target>
@@ -3779,25 +3958,56 @@
3779 3958
3780 3959
3781 <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">27</context></context-group></trans-unit> 3960 <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">27</context></context-group></trans-unit>
3782 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3961 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3783 <source>Reason:</source>
3784 <target>Motivo:</target>
3785 <context-group name="null">
3786 <context context-type="linenumber">53</context>
3787 </context-group>
3788
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3790 <source>Note:</source><target state="new">Note:</target>
3791 <context-group purpose="location">
3792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3793 <context context-type="linenumber">72</context>
3794 </context-group>
3795 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3796 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3962 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3797 <context-group purpose="location"> 3963 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3799 <context context-type="linenumber">5</context> 3965 <context context-type="linenumber">5</context>
3800 </context-group> 3966 </context-group>
3967 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3968 <source>
3969 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3970 </source><target state="new">
3971 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3972 </target>
3973 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3975 <context context-type="linenumber">20</context>
3976 </context-group>
3977 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3978 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3981 <context context-type="linenumber">21</context>
3982 </context-group>
3983 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3984 <source>Reportee</source><target state="new">Reportee</target>
3985 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3987 <context context-type="linenumber">27</context>
3988 </context-group>
3989 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3990 <source>
3991 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3992 </source><target state="new">
3993 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3994 </target>
3995 <context-group purpose="location">
3996 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3997 <context context-type="linenumber">40</context>
3998 </context-group>
3999 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4000 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4001 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4003 <context context-type="linenumber">41</context>
4004 </context-group>
4005 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4006 <source>Updated</source><target state="new">Updated</target>
4007 <context-group purpose="location">
4008 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4009 <context context-type="linenumber">47</context>
4010 </context-group>
3801 </trans-unit> 4011 </trans-unit>
3802 4012
3803 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4013 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3810,11 +4020,8 @@
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3811 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4021 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3812 <source>Mute domain</source><target state="new">Mute domain</target> 4022 <source>Mute domain</source><target state="new">Mute domain</target>
3813 <context-group purpose="location"> 4023
3814 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4024 <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></trans-unit>
3815 <context context-type="linenumber">11</context>
3816 </context-group>
3817 </trans-unit>
3818 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4025 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3819 <source>Instance</source> 4026 <source>Instance</source>
3820 <target>Instância</target> 4027 <target>Instância</target>
@@ -3825,7 +4032,7 @@
3825 4032
3826 4033
3827 4034
3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3829 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4036 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3830 <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> 4037 <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>
3831 <target>Silenciado em <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4038 <target>Silenciado em <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3836,7 +4043,7 @@
3836 4043
3837 4044
3838 4045
3839 <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">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">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> 4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3840 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4047 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3841 <source>Unmute</source> 4048 <source>Unmute</source>
3842 <target>Remover silêncio</target> 4049 <target>Remover silêncio</target>
@@ -3847,7 +4054,19 @@
3847 4054
3848 4055
3849 4056
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4058 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4059 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4061 <context context-type="linenumber">51</context>
4062 </context-group>
4063 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4064 <source>No server found.</source><target state="new">No server found.</target>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4067 <context context-type="linenumber">52</context>
4068 </context-group>
4069 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3851 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4070 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3852 <context-group purpose="location"> 4071 <context-group purpose="location">
3853 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4072 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3859,17 +4078,11 @@
3859 </source><target state="new"> 4078 </source><target state="new">
3860 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4079 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3861 </target> 4080 </target>
3862 <context-group purpose="location"> 4081
3863 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3864 <context context-type="linenumber">37</context>
3865 </context-group>
3866 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3867 <source>Mute domains</source><target state="new">Mute domains</target> 4083 <source>Mute domains</source><target state="new">Mute domains</target>
3868 <context-group purpose="location"> 4084
3869 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3870 <context context-type="linenumber">35</context>
3871 </context-group>
3872 </trans-unit>
3873 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4086 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3874 <source>Account</source> 4087 <source>Account</source>
3875 <target>Conta</target> 4088 <target>Conta</target>
@@ -3878,7 +4091,19 @@
3878 </context-group> 4091 </context-group>
3879 4092
3880 4093
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4095 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4096 <context-group purpose="location">
4097 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4098 <context context-type="linenumber">58</context>
4099 </context-group>
4100 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4101 <source>No account found.</source><target state="new">No account found.</target>
4102 <context-group purpose="location">
4103 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4104 <context context-type="linenumber">59</context>
4105 </context-group>
4106 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3882 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4107 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3883 <context-group purpose="location"> 4108 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4109 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3987,8 +4212,8 @@
3987 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4212 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3988 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4213 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3989 <target state="translated">Este <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> não têm configurações. </target> 4214 <target state="translated">Este <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> não têm configurações. </target>
3990 <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">29</context></context-group> 4215
3991 </trans-unit> 4216 <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">47</context></context-group></trans-unit>
3992 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4217 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3993 <source>System</source> 4218 <source>System</source>
3994 <target state="translated">Sistema</target> 4219 <target state="translated">Sistema</target>
@@ -4189,7 +4414,7 @@
4189 <source>Strategy</source> 4414 <source>Strategy</source>
4190 <target state="new">Strategy</target> 4415 <target state="new">Strategy</target>
4191 4416
4192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4193 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4418 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4194 <source>Terms</source> 4419 <source>Terms</source>
4195 <target>Termos</target> 4420 <target>Termos</target>
@@ -5230,20 +5455,14 @@
5230 <context-group name="null"> 5455 <context-group name="null">
5231 <context context-type="linenumber">8</context> 5456 <context context-type="linenumber">8</context>
5232 </context-group> 5457 </context-group>
5233 <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> 5458
5234 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5459 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5235 <source>See the error</source><target state="new">See the error</target> 5460 <source>See the error</source><target state="new">See the error</target>
5236 <context-group purpose="location"> 5461
5237 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5462 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5238 <context context-type="linenumber">19</context>
5239 </context-group>
5240 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5241 <source>This video was deleted</source><target state="new">This video was deleted</target> 5463 <source>This video was deleted</source><target state="new">This video was deleted</target>
5242 <context-group purpose="location"> 5464
5243 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5465 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5244 <context context-type="linenumber">36</context>
5245 </context-group>
5246 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5247 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5466 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5248 <context-group purpose="location"> 5467 <context-group purpose="location">
5249 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5468 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7151,8 +7370,8 @@
7151 <context context-type="linenumber">1</context> 7370 <context context-type="linenumber">1</context>
7152 </context-group> 7371 </context-group>
7153 <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> 7372 <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>
7154 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7373 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7155 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7374 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7156 <context-group purpose="location"> 7375 <context-group purpose="location">
7157 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7376 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7158 <context context-type="linenumber">1</context> 7377 <context context-type="linenumber">1</context>
@@ -8010,6 +8229,12 @@
8010 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8229 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8011 <context context-type="linenumber">1</context> 8230 <context context-type="linenumber">1</context>
8012 </context-group> 8231 </context-group>
8232 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8233 <source>Unknown</source><target state="new">Unknown</target>
8234 <context-group purpose="location">
8235 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8236 <context context-type="linenumber">1</context>
8237 </context-group>
8013 </trans-unit> 8238 </trans-unit>
8014 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8239 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8015 <source>Your password has been successfully reset!</source> 8240 <source>Your password has been successfully reset!</source>
@@ -9557,7 +9782,19 @@
9557 <context-group name="null"> 9782 <context-group name="null">
9558 <context context-type="linenumber">1</context> 9783 <context context-type="linenumber">1</context>
9559 </context-group> 9784 </context-group>
9560 <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> 9785
9786 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9787 <source>Mute server</source><target state="new">Mute server</target>
9788 <context-group purpose="location">
9789 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9790 <context context-type="linenumber">1</context>
9791 </context-group>
9792 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9793 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9794 <context-group purpose="location">
9795 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9796 <context context-type="linenumber">1</context>
9797 </context-group>
9561 </trans-unit> 9798 </trans-unit>
9562 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9799 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9563 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9800 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -9910,7 +10147,25 @@
9910 <context context-type="linenumber">1</context> 10147 <context context-type="linenumber">1</context>
9911 </context-group> 10148 </context-group>
9912 10149
9913 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10150 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10151 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10152 <context-group purpose="location">
10153 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10154 <context context-type="linenumber">1</context>
10155 </context-group>
10156 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10157 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10158 <context-group purpose="location">
10159 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10160 <context context-type="linenumber">1</context>
10161 </context-group>
10162 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10163 <source>Delete video</source><target state="new">Delete video</target>
10164 <context-group purpose="location">
10165 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10166 <context context-type="linenumber">1</context>
10167 </context-group>
10168 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9914 <source>Encoder</source><target state="new">Encoder</target> 10169 <source>Encoder</source><target state="new">Encoder</target>
9915 <context-group purpose="location"> 10170 <context-group purpose="location">
9916 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10171 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9968,7 +10223,25 @@
9968 <context-group name="null"> 10223 <context-group name="null">
9969 <context context-type="linenumber">1</context> 10224 <context context-type="linenumber">1</context>
9970 </context-group> 10225 </context-group>
9971 <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> 10226
10227 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10228 <source>Video deleted.</source><target state="new">Video deleted.</target>
10229 <context-group purpose="location">
10230 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10231 <context context-type="linenumber">1</context>
10232 </context-group>
10233 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10234 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10235 <context-group purpose="location">
10236 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10237 <context context-type="linenumber">1</context>
10238 </context-group>
10239 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10240 <source>Mute reporter</source><target state="new">Mute reporter</target>
10241 <context-group purpose="location">
10242 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10243 <context context-type="linenumber">1</context>
10244 </context-group>
9972 </trans-unit> 10245 </trans-unit>
9973 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10246 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9974 <source>This video will be duplicated by your instance.</source> 10247 <source>This video will be duplicated by your instance.</source>
@@ -9991,22 +10264,39 @@
9991 <context context-type="linenumber">1</context> 10264 <context context-type="linenumber">1</context>
9992 </context-group> 10265 </context-group>
9993 <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> 10266 <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>
9994 </trans-unit> 10267 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9995 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10268 <source>Mirror</source><target state="new">Mirror</target>
9996 <source>Duplicate (redundancy)</source>
9997 <target state="new">Duplicate (redundancy)</target>
9998 <context-group purpose="location"> 10269 <context-group purpose="location">
9999 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10270 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10000 <context context-type="linenumber">1</context> 10271 <context context-type="linenumber">1</context>
10001 </context-group> 10272 </context-group>
10002 </trans-unit> 10273 </trans-unit>
10274
10003 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10275 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10004 <source>Report</source> 10276 <source>Report</source>
10005 <target>Denunciar</target> 10277 <target>Denunciar</target>
10006 <context-group name="null"> 10278 <context-group name="null">
10007 <context context-type="linenumber">1</context> 10279 <context context-type="linenumber">1</context>
10008 </context-group> 10280 </context-group>
10009 <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> 10281
10282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10283 <source>Note</source><target state="new">Note</target>
10284 <context-group purpose="location">
10285 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10286 <context context-type="linenumber">61</context>
10287 </context-group>
10288 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10289 <source>The video was deleted</source><target state="new">The video was deleted</target>
10290 <context-group purpose="location">
10291 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10292 <context context-type="linenumber">71</context>
10293 </context-group>
10294 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10295 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10296 <context-group purpose="location">
10297 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10298 <context context-type="linenumber">72</context>
10299 </context-group>
10010 </trans-unit> 10300 </trans-unit>
10011 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10301 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10012 <source>Published</source> 10302 <source>Published</source>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 093f1c5e0..290b65b6c 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -694,7 +694,7 @@
694 <target state="translated">Eliminado</target> 694 <target state="translated">Eliminado</target>
695 695
696 696
697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
698 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 698 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
699 <source>Edit starts/stops at</source> 699 <source>Edit starts/stops at</source>
700 <target state="translated">Editar iniciar/parar às</target> 700 <target state="translated">Editar iniciar/parar às</target>
@@ -1101,7 +1101,7 @@
1101 1101
1102 1102
1103 1103
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1106 <source>Ban this user</source> 1106 <source>Ban this user</source>
1107 <target>Banir este utilizador</target> 1107 <target>Banir este utilizador</target>
@@ -1116,8 +1116,8 @@
1116 <context-group name="null"> 1116 <context-group name="null">
1117 <context context-type="linenumber">11</context> 1117 <context context-type="linenumber">11</context>
1118 </context-group> 1118 </context-group>
1119 <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> 1119
1120 </trans-unit> 1120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1121 1121
1122 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1122 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1123 <source>Login</source> 1123 <source>Login</source>
@@ -1128,35 +1128,45 @@
1128 <context context-type="linenumber">2</context> 1128 <context context-type="linenumber">2</context>
1129 </context-group> 1129 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1131 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1131 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1132 <source> 1132 <source>
1133 If you are looking for an account… 1133 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1134 </source><target state="new"> 1134 </source><target state="new">
1135 If you are looking for an account… 1135 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1136 </target> 1136 </target>
1137 <context-group purpose="location"> 1137 <context-group purpose="location">
1138 <context context-type="sourcefile">src/app/login/login.component.html</context> 1138 <context context-type="sourcefile">src/app/login/login.component.html</context>
1139 <context context-type="linenumber">7</context> 1139 <context context-type="linenumber">6</context>
1140 </context-group>
1141 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1142 <source>
1143 If you are looking for an account…
1144 </source><target state="new">
1145 If you are looking for an account…
1146 </target>
1147 <context-group purpose="location">
1148 <context context-type="sourcefile">src/app/login/login.component.html</context>
1149 <context context-type="linenumber">12</context>
1140 </context-group> 1150 </context-group>
1141 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1151 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1142 <source> 1152 <source>
1143 Currently this instance doesn't allow for user registration, but you can find an instance 1153 Currently this instance doesn't allow for user registration, but you can find an instance
1144 that gives you the possibility to sign up for an account and upload your videos there. 1154 that gives you the possibility to sign up for an account and upload your videos there.
1145 1155
1146 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1156 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1147 1157
1148 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1158 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1149 </source><target state="new"> 1159 </source><target state="new">
1150 Currently this instance doesn't allow for user registration, but you can find an instance 1160 Currently this instance doesn't allow for user registration, but you can find an instance
1151 that gives you the possibility to sign up for an account and upload your videos there. 1161 that gives you the possibility to sign up for an account and upload your videos there.
1152 1162
1153 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1163 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1154 1164
1155 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1165 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1156 </target> 1166 </target>
1157 <context-group purpose="location"> 1167 <context-group purpose="location">
1158 <context context-type="sourcefile">src/app/login/login.component.html</context> 1168 <context context-type="sourcefile">src/app/login/login.component.html</context>
1159 <context context-type="linenumber">11</context> 1169 <context context-type="linenumber">16</context>
1160 </context-group> 1170 </context-group>
1161 </trans-unit> 1171 </trans-unit>
1162 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1172 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -1167,7 +1177,7 @@
1167 </context-group> 1177 </context-group>
1168 1178
1169 1179
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1171 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1181 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1172 <source>User</source> 1182 <source>User</source>
1173 <target>Utilizador</target> 1183 <target>Utilizador</target>
@@ -1176,7 +1186,7 @@
1176 </context-group> 1186 </context-group>
1177 1187
1178 1188
1179 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1180 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1190 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1181 <source>Username or email address</source> 1191 <source>Username or email address</source>
1182 <target>Nome de utilizador ou endereço de correio eletrónico</target> 1192 <target>Nome de utilizador ou endereço de correio eletrónico</target>
@@ -1184,17 +1194,18 @@
1184 <context context-type="linenumber">15</context> 1194 <context context-type="linenumber">15</context>
1185 </context-group> 1195 </context-group>
1186 1196
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1197 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1188 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1198 <source>
1189 <source>or create an account</source> 1199 or create an account
1190 <target> 1200 </source><target state="new">
1191 ou crie uma conta 1201 or create an account
1192 </target> 1202 </target>
1193 <context-group name="null"> 1203 <context-group purpose="location">
1194 <context context-type="linenumber">18</context> 1204 <context context-type="sourcefile">src/app/login/login.component.html</context>
1205 <context context-type="linenumber">40</context>
1195 </context-group> 1206 </context-group>
1196 1207 </trans-unit>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1208
1198 1209
1199 1210
1200 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1211 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1212,13 +1223,10 @@
1212 1223
1213 1224
1214 1225
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1216 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1227 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1217 <context-group purpose="location"> 1228
1218 <context context-type="sourcefile">src/app/login/login.component.html</context> 1229 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1219 <context context-type="linenumber">50</context>
1220 </context-group>
1221 </trans-unit>
1222 1230
1223 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1231 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1224 <source>Login</source> 1232 <source>Login</source>
@@ -1228,7 +1236,13 @@
1228 </context-group> 1236 </context-group>
1229 1237
1230 1238
1231 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1240 <source>Or sign in with</source><target state="new">Or sign in with</target>
1241 <context-group purpose="location">
1242 <context context-type="sourcefile">src/app/login/login.component.html</context>
1243 <context context-type="linenumber">68</context>
1244 </context-group>
1245 </trans-unit>
1232 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1246 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1233 <source>Forgot your password</source> 1247 <source>Forgot your password</source>
1234 <target>Esqueceu-se da sua palavra-passe</target> 1248 <target>Esqueceu-se da sua palavra-passe</target>
@@ -1236,14 +1250,14 @@
1236 <context context-type="linenumber">58</context> 1250 <context context-type="linenumber">58</context>
1237 </context-group> 1251 </context-group>
1238 1252
1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1240 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1254 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1241 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1255 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1242 <target state="new"> 1256 <target state="new">
1243 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1257 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1244 </target> 1258 </target>
1245 1259
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1247 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1261 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1248 <source>Email</source> 1262 <source>Email</source>
1249 <target>Correio eletrónico</target> 1263 <target>Correio eletrónico</target>
@@ -1259,7 +1273,7 @@
1259 1273
1260 1274
1261 1275
1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1263 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1277 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1264 <source>Email address</source> 1278 <source>Email address</source>
1265 <target>Endereço de correio eletrónico</target> 1279 <target>Endereço de correio eletrónico</target>
@@ -1268,7 +1282,7 @@
1268 </context-group> 1282 </context-group>
1269 1283
1270 1284
1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1285 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1272 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1286 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1273 <source>Send me an email to reset my password</source> 1287 <source>Send me an email to reset my password</source>
1274 <target>Enviar-me uma mensagem para redefinir a minha palavra-passe</target> 1288 <target>Enviar-me uma mensagem para redefinir a minha palavra-passe</target>
@@ -1276,7 +1290,7 @@
1276 <context context-type="linenumber">82</context> 1290 <context context-type="linenumber">82</context>
1277 </context-group> 1291 </context-group>
1278 1292
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1293 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1280 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1294 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1281 <source>Reset my password</source> 1295 <source>Reset my password</source>
1282 <target>Redefinir a minha palavra-passe</target> 1296 <target>Redefinir a minha palavra-passe</target>
@@ -2159,8 +2173,8 @@
2159 <context-group name="null"> 2173 <context-group name="null">
2160 <context context-type="linenumber">29</context> 2174 <context context-type="linenumber">29</context>
2161 </context-group> 2175 </context-group>
2162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2176
2163 </trans-unit> 2177 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2164 2178
2165 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2179 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2166 <source>Add this caption</source> 2180 <source>Add this caption</source>
@@ -2169,7 +2183,7 @@
2169 <context context-type="linenumber">40</context> 2183 <context context-type="linenumber">40</context>
2170 </context-group> 2184 </context-group>
2171 2185
2172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2173 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2187 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2174 <source>Title</source> 2188 <source>Title</source>
2175 <target>Título</target> 2189 <target>Título</target>
@@ -3036,7 +3050,7 @@
3036 <context context-type="linenumber">215</context> 3050 <context context-type="linenumber">215</context>
3037 </context-group> 3051 </context-group>
3038 3052
3039 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3040 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3054 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3041 <source>Get more information</source> 3055 <source>Get more information</source>
3042 <target>Obtenha mais informações</target> 3056 <target>Obtenha mais informações</target>
@@ -3262,11 +3276,8 @@
3262 3276
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3264 <source>Follow domain</source><target state="new">Follow domain</target> 3278 <source>Follow domain</source><target state="new">Follow domain</target>
3265 <context-group purpose="location"> 3279
3266 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3280 <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>
3267 <context context-type="linenumber">15</context>
3268 </context-group>
3269 </trans-unit>
3270 3281
3271 3282
3272 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3283 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3278,7 +3289,37 @@
3278 3289
3279 3290
3280 3291
3281 <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">29</context></context-group></trans-unit> 3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3293 <source>Clear filters</source><target state="new">Clear filters</target>
3294 <context-group purpose="location">
3295 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3296 <context context-type="linenumber">15</context>
3297 </context-group>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3300 <context context-type="linenumber">15</context>
3301 </context-group>
3302 <context-group purpose="location">
3303 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3304 <context context-type="linenumber">34</context>
3305 </context-group>
3306 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3308 <context context-type="linenumber">16</context>
3309 </context-group>
3310 <context-group purpose="location">
3311 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3312 <context context-type="linenumber">31</context>
3313 </context-group>
3314 <context-group purpose="location">
3315 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3316 <context context-type="linenumber">15</context>
3317 </context-group>
3318 <context-group purpose="location">
3319 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3320 <context context-type="linenumber">15</context>
3321 </context-group>
3322 </trans-unit>
3282 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3323 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3283 <source>ID</source> 3324 <source>ID</source>
3284 <target>ID</target> 3325 <target>ID</target>
@@ -3290,8 +3331,8 @@
3290 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3331 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3291 <source>Follower handle</source> 3332 <source>Follower handle</source>
3292 <target state="new">Follower handle</target> 3333 <target state="new">Follower handle</target>
3293 <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> 3334
3294 </trans-unit> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3295 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3336 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3296 <source>State</source> 3337 <source>State</source>
3297 <target>Estado</target> 3338 <target>Estado</target>
@@ -3300,7 +3341,7 @@
3300 </context-group> 3341 </context-group>
3301 3342
3302 3343
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3304 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3345 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3305 <source>Delayed.</source> 3346 <source>Delayed.</source>
3306 <target state="new">Delayed.</target> 3347 <target state="new">Delayed.</target>
@@ -3338,7 +3379,7 @@
3338 3379
3339 3380
3340 3381
3341 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3342 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3383 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3343 <source>Accepted</source> 3384 <source>Accepted</source>
3344 <target state="new">Accepted</target> 3385 <target state="new">Accepted</target>
@@ -3347,7 +3388,7 @@
3347 </context-group> 3388 </context-group>
3348 3389
3349 3390
3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3351 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3392 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3352 <source>Pending</source> 3393 <source>Pending</source>
3353 <target state="new">Pending</target> 3394 <target state="new">Pending</target>
@@ -3356,21 +3397,39 @@
3356 </context-group> 3397 </context-group>
3357 3398
3358 3399
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3360 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3401 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3361 <source>Accept</source> 3402 <source>Accept</source>
3362 <target state="new">Accept</target> 3403 <target state="new">Accept</target>
3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3404
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3405
3365 </trans-unit> 3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3366 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3407 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3367 <source>Refuse</source> 3408 <source>Refuse</source>
3368 <target>Recusar</target> 3409 <target>Recusar</target>
3369 <context-group name="null"> 3410 <context-group name="null">
3370 <context context-type="linenumber">42</context> 3411 <context context-type="linenumber">42</context>
3371 </context-group> 3412 </context-group>
3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3413
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3414
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3416 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3417 <context-group purpose="location">
3418 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3419 <context context-type="linenumber">55</context>
3420 </context-group>
3421 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3422 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3423 <context-group purpose="location">
3424 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3425 <context context-type="linenumber">56</context>
3426 </context-group>
3427 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3428 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3429 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3431 <context context-type="linenumber">5</context>
3432 </context-group>
3374 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3433 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3375 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3434 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3376 <context-group purpose="location"> 3435 <context-group purpose="location">
@@ -3385,18 +3444,43 @@
3385 <context context-type="linenumber">19</context> 3444 <context context-type="linenumber">19</context>
3386 </context-group> 3445 </context-group>
3387 3446
3388 <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> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3389 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3448 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3390 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3449 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3391 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3450 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3392 3451
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3394 <source>Follow domains</source><target state="new">Follow domains</target> 3453 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3395 <context-group purpose="location"> 3454 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3455 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3397 <context context-type="linenumber">50</context> 3456 <context context-type="linenumber">37</context>
3398 </context-group> 3457 </context-group>
3399 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3458 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3460 <context context-type="linenumber">35</context>
3461 </context-group>
3462 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3463 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3464 <context-group purpose="location">
3465 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3466 <context context-type="linenumber">62</context>
3467 </context-group>
3468 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3469 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3470 <context-group purpose="location">
3471 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3472 <context context-type="linenumber">63</context>
3473 </context-group>
3474 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3475 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3476 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3478 <context context-type="linenumber">5</context>
3479 </context-group>
3480 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3481 <source>Follow domains</source><target state="new">Follow domains</target>
3482
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3400 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3484 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3401 <context-group purpose="location"> 3485 <context-group purpose="location">
3402 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3486 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3471,7 +3555,7 @@
3471 3555
3472 3556
3473 3557
3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3475 <source> 3559 <source>
3476 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3560 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3477 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3561 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3559,7 +3643,7 @@
3559 <context context-type="linenumber">19</context> 3643 <context context-type="linenumber">19</context>
3560 </context-group> 3644 </context-group>
3561 3645
3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3563 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3647 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3564 <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> 3648 <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>
3565 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3649 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3567,12 +3651,12 @@
3567 <context context-type="linenumber">40</context> 3651 <context context-type="linenumber">40</context>
3568 </context-group> 3652 </context-group>
3569 3653
3570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3571 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3655 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3572 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3656 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3573 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3657 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3574 3658
3575 <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></trans-unit> 3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3576 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3660 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3577 <source>(banned)</source> 3661 <source>(banned)</source>
3578 <target state="new">(banned)</target> 3662 <target state="new">(banned)</target>
@@ -3580,17 +3664,11 @@
3580 <context context-type="linenumber">65</context> 3664 <context context-type="linenumber">65</context>
3581 </context-group> 3665 </context-group>
3582 3666
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3584 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3668 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3585 <context-group purpose="location"> 3669
3586 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3670
3587 <context context-type="linenumber">65</context> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3588 </context-group>
3589 <context-group purpose="location">
3590 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3591 <context context-type="linenumber">27</context>
3592 </context-group>
3593 </trans-unit>
3594 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3672 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3595 <source>User's email must be verified to login</source> 3673 <source>User's email must be verified to login</source>
3596 <target state="new">User's email must be verified to login</target> 3674 <target state="new">User's email must be verified to login</target>
@@ -3598,7 +3676,7 @@
3598 <context context-type="linenumber">72</context> 3676 <context context-type="linenumber">72</context>
3599 </context-group> 3677 </context-group>
3600 3678
3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3602 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3680 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3603 <source>User's email is verified / User can login without email verification</source> 3681 <source>User's email is verified / User can login without email verification</source>
3604 <target state="new">User's email is verified / User can login without email verification</target> 3682 <target state="new">User's email is verified / User can login without email verification</target>
@@ -3606,7 +3684,7 @@
3606 <context context-type="linenumber">76</context> 3684 <context context-type="linenumber">76</context>
3607 </context-group> 3685 </context-group>
3608 3686
3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3610 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3688 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3611 <source>Ban reason:</source> 3689 <source>Ban reason:</source>
3612 <target>Motivo do banimento:</target> 3690 <target>Motivo do banimento:</target>
@@ -3614,7 +3692,7 @@
3614 <context context-type="linenumber">95</context> 3692 <context context-type="linenumber">95</context>
3615 </context-group> 3693 </context-group>
3616 3694
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3618 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3696 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3619 <context-group purpose="location"> 3697 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3698 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3671,11 +3749,8 @@
3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3672 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3750 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3673 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3751 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3674 <context-group purpose="location"> 3752
3675 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3676 <context context-type="linenumber">10</context>
3677 </context-group>
3678 </trans-unit>
3679 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3754 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3680 <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> 3755 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3681 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3756 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3683,29 +3758,38 @@
3683 <context context-type="linenumber">8</context> 3758 <context context-type="linenumber">8</context>
3684 </context-group> 3759 </context-group>
3685 3760
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3687 <source>Video URL</source><target state="new">Video URL</target> 3762 <source>Video URL</source><target state="new">Video URL</target>
3688 3763
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3690 <source>Total size</source><target state="new">Total size</target> 3765 <source>Total size</source><target state="new">Total size</target>
3691 3766
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3693 <source>List redundancies</source><target state="new">List redundancies</target> 3768 <source>List redundancies</source><target state="new">List redundancies</target>
3769
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3771 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3694 <context-group purpose="location"> 3772 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3773 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3696 <context context-type="linenumber">33</context> 3774 <context context-type="linenumber">77</context>
3775 </context-group>
3776 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3777 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3778 <context-group purpose="location">
3779 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3780 <context context-type="linenumber">78</context>
3697 </context-group> 3781 </context-group>
3698 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3782 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3699 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3783 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3700 3784
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3702 <source> 3786 <source>
3703 No redundancy strategy is enabled on your instance. 3787 No redundancy strategy is enabled on your instance.
3704 </source><target state="new"> 3788 </source><target state="new">
3705 No redundancy strategy is enabled on your instance. 3789 No redundancy strategy is enabled on your instance.
3706 </target> 3790 </target>
3707 3791
3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3709 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3793 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3710 <source>Sensitive</source> 3794 <source>Sensitive</source>
3711 <target>Sensível</target> 3795 <target>Sensível</target>
@@ -3713,7 +3797,7 @@
3713 <context context-type="linenumber">9</context> 3797 <context context-type="linenumber">9</context>
3714 </context-group> 3798 </context-group>
3715 3799
3716 <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">11</context></context-group></trans-unit> 3800 <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">25</context></context-group></trans-unit>
3717 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3801 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3718 <source>Unfederated</source> 3802 <source>Unfederated</source>
3719 <target state="new">Unfederated</target> 3803 <target state="new">Unfederated</target>
@@ -3721,7 +3805,7 @@
3721 <context context-type="linenumber">10</context> 3805 <context context-type="linenumber">10</context>
3722 </context-group> 3806 </context-group>
3723 3807
3724 <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">12</context></context-group></trans-unit> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3725 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3809 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3726 <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> 3810 <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>
3727 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3811 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3729,7 +3813,17 @@
3729 <context context-type="linenumber">11</context> 3813 <context context-type="linenumber">11</context>
3730 </context-group> 3814 </context-group>
3731 3815
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3817 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3818 <context-group purpose="location">
3819 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3820 <context context-type="linenumber">50</context>
3821 </context-group>
3822 <context-group purpose="location">
3823 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3824 <context context-type="linenumber">89</context>
3825 </context-group>
3826 </trans-unit>
3733 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3827 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3734 <source>Go to the video</source> 3828 <source>Go to the video</source>
3735 <target>Ir para o vídeo</target> 3829 <target>Ir para o vídeo</target>
@@ -3739,7 +3833,7 @@
3739 3833
3740 3834
3741 3835
3742 <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">28</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">33</context></context-group></trans-unit> 3836 <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">33</context></context-group></trans-unit>
3743 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3837 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3744 <source>Actions</source> 3838 <source>Actions</source>
3745 <target>Ações</target> 3839 <target>Ações</target>
@@ -3748,7 +3842,7 @@
3748 </context-group> 3842 </context-group>
3749 3843
3750 3844
3751 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3845 <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">72</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">123</context></context-group></trans-unit>
3752 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3846 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3753 <source>Blacklist reason:</source> 3847 <source>Blacklist reason:</source>
3754 <target>Motivo da lista negra:</target> 3848 <target>Motivo da lista negra:</target>
@@ -3756,7 +3850,19 @@
3756 <context context-type="linenumber">43</context> 3850 <context context-type="linenumber">43</context>
3757 </context-group> 3851 </context-group>
3758 3852
3759 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3854 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3855 <context-group purpose="location">
3856 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3857 <context context-type="linenumber">93</context>
3858 </context-group>
3859 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3860 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3861 <context-group purpose="location">
3862 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3863 <context context-type="linenumber">94</context>
3864 </context-group>
3865 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3760 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3866 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3761 <context-group purpose="location"> 3867 <context-group purpose="location">
3762 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3868 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3788,7 +3894,43 @@
3788 <context context-type="linenumber">26</context> 3894 <context context-type="linenumber">26</context>
3789 </context-group> 3895 </context-group>
3790 3896
3791 <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">31</context></context-group></trans-unit> 3897 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3898 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3899 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3901 <context context-type="linenumber">18</context>
3902 </context-group>
3903 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3904 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3905 <context-group purpose="location">
3906 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3907 <context context-type="linenumber">19</context>
3908 </context-group>
3909 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3910 <source>Accepted reports</source><target state="new">Accepted reports</target>
3911 <context-group purpose="location">
3912 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3913 <context context-type="linenumber">20</context>
3914 </context-group>
3915 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3916 <source>Refused reports</source><target state="new">Refused reports</target>
3917 <context-group purpose="location">
3918 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3919 <context context-type="linenumber">21</context>
3920 </context-group>
3921 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3922 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3923 <context-group purpose="location">
3924 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3925 <context context-type="linenumber">22</context>
3926 </context-group>
3927 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3928 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3929 <context-group purpose="location">
3930 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3931 <context context-type="linenumber">23</context>
3932 </context-group>
3933 </trans-unit>
3792 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3934 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3793 <source>Reporter</source> 3935 <source>Reporter</source>
3794 <target>Denunciante</target> 3936 <target>Denunciante</target>
@@ -3796,7 +3938,7 @@
3796 <context context-type="linenumber">8</context> 3938 <context context-type="linenumber">8</context>
3797 </context-group> 3939 </context-group>
3798 3940
3799 <context-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></trans-unit> 3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3800 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3942 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3801 <source>Video</source> 3943 <source>Video</source>
3802 <target>Vídeo</target> 3944 <target>Vídeo</target>
@@ -3806,13 +3948,44 @@
3806 3948
3807 3949
3808 3950
3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3810 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3952 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3811 <context-group purpose="location"> 3953 <context-group purpose="location">
3812 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3954 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3813 <context context-type="linenumber">46</context> 3955 <context context-type="linenumber">80</context>
3814 </context-group> 3956 </context-group>
3815 </trans-unit> 3957 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3958 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3959 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3961 <context context-type="linenumber">91</context>
3962 </context-group>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3965 <context context-type="linenumber">107</context>
3966 </context-group>
3967 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3968 <source>Video was deleted</source><target state="new">Video was deleted</target>
3969 <context-group purpose="location">
3970 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3971 <context context-type="linenumber">98</context>
3972 </context-group>
3973 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3974 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3975 <context-group purpose="location">
3976 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3977 <context context-type="linenumber">141</context>
3978 </context-group>
3979 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3980 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3981 <context-group purpose="location">
3982 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3983 <context context-type="linenumber">142</context>
3984 </context-group>
3985 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3986 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3987
3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3816 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3989 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3817 <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> 3990 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3818 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3991 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3822,15 +3995,12 @@
3822 3995
3823 3996
3824 3997
3825 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3826 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3999 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3827 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4000 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3828 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4001 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3829 <context-group purpose="location"> 4002
3830 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3831 <context context-type="linenumber">18</context>
3832 </context-group>
3833 </trans-unit>
3834 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4004 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3835 <source>Go to the account</source> 4005 <source>Go to the account</source>
3836 <target>Ir para a conta</target> 4006 <target>Ir para a conta</target>
@@ -3840,25 +4010,56 @@
3840 4010
3841 4011
3842 <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">27</context></context-group></trans-unit> 4012 <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">27</context></context-group></trans-unit>
3843 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4013 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3844 <source>Reason:</source>
3845 <target>Motivo:</target>
3846 <context-group name="null">
3847 <context context-type="linenumber">53</context>
3848 </context-group>
3849
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3851 <source>Note:</source><target state="new">Note:</target>
3852 <context-group purpose="location">
3853 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3854 <context context-type="linenumber">72</context>
3855 </context-group>
3856 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3857 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4014 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3858 <context-group purpose="location"> 4015 <context-group purpose="location">
3859 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3860 <context context-type="linenumber">5</context> 4017 <context context-type="linenumber">5</context>
3861 </context-group> 4018 </context-group>
4019 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4020 <source>
4021 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4022 </source><target state="new">
4023 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4024 </target>
4025 <context-group purpose="location">
4026 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4027 <context context-type="linenumber">20</context>
4028 </context-group>
4029 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4030 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4031 <context-group purpose="location">
4032 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4033 <context context-type="linenumber">21</context>
4034 </context-group>
4035 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4036 <source>Reportee</source><target state="new">Reportee</target>
4037 <context-group purpose="location">
4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4039 <context context-type="linenumber">27</context>
4040 </context-group>
4041 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4042 <source>
4043 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4044 </source><target state="new">
4045 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4046 </target>
4047 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4049 <context context-type="linenumber">40</context>
4050 </context-group>
4051 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4052 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4053 <context-group purpose="location">
4054 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4055 <context context-type="linenumber">41</context>
4056 </context-group>
4057 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4058 <source>Updated</source><target state="new">Updated</target>
4059 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4061 <context context-type="linenumber">47</context>
4062 </context-group>
3862 </trans-unit> 4063 </trans-unit>
3863 4064
3864 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4065 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3871,11 +4072,8 @@
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3872 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4073 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3873 <source>Mute domain</source><target state="new">Mute domain</target> 4074 <source>Mute domain</source><target state="new">Mute domain</target>
3874 <context-group purpose="location"> 4075
3875 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4076 <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></trans-unit>
3876 <context context-type="linenumber">11</context>
3877 </context-group>
3878 </trans-unit>
3879 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4077 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3880 <source>Instance</source> 4078 <source>Instance</source>
3881 <target>Instância</target> 4079 <target>Instância</target>
@@ -3886,7 +4084,7 @@
3886 4084
3887 4085
3888 4086
3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3890 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4088 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3891 <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> 4089 <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>
3892 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4090 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3897,7 +4095,7 @@
3897 4095
3898 4096
3899 4097
3900 <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">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">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> 4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3901 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4099 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3902 <source>Unmute</source> 4100 <source>Unmute</source>
3903 <target state="new">Unmute</target> 4101 <target state="new">Unmute</target>
@@ -3908,7 +4106,19 @@
3908 4106
3909 4107
3910 4108
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4110 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4111 <context-group purpose="location">
4112 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4113 <context context-type="linenumber">51</context>
4114 </context-group>
4115 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4116 <source>No server found.</source><target state="new">No server found.</target>
4117 <context-group purpose="location">
4118 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4119 <context context-type="linenumber">52</context>
4120 </context-group>
4121 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3912 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4122 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3913 <context-group purpose="location"> 4123 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4124 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3920,17 +4130,11 @@
3920 </source><target state="new"> 4130 </source><target state="new">
3921 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4131 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3922 </target> 4132 </target>
3923 <context-group purpose="location"> 4133
3924 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3925 <context context-type="linenumber">37</context>
3926 </context-group>
3927 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3928 <source>Mute domains</source><target state="new">Mute domains</target> 4135 <source>Mute domains</source><target state="new">Mute domains</target>
3929 <context-group purpose="location"> 4136
3930 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3931 <context context-type="linenumber">35</context>
3932 </context-group>
3933 </trans-unit>
3934 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4138 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3935 <source>Account</source> 4139 <source>Account</source>
3936 <target state="new">Account</target> 4140 <target state="new">Account</target>
@@ -3939,7 +4143,19 @@
3939 </context-group> 4143 </context-group>
3940 4144
3941 4145
3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4147 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4148 <context-group purpose="location">
4149 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4150 <context context-type="linenumber">58</context>
4151 </context-group>
4152 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4153 <source>No account found.</source><target state="new">No account found.</target>
4154 <context-group purpose="location">
4155 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4156 <context context-type="linenumber">59</context>
4157 </context-group>
4158 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3943 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4159 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3944 <context-group purpose="location"> 4160 <context-group purpose="location">
3945 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4161 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4055,8 +4271,8 @@
4055 <target state="new"> 4271 <target state="new">
4056 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4272 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4057 </target> 4273 </target>
4058 <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">29</context></context-group> 4274
4059 </trans-unit> 4275 <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">47</context></context-group></trans-unit>
4060 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4276 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4061 <source>System</source> 4277 <source>System</source>
4062 <target state="new">System</target> 4278 <target state="new">System</target>
@@ -4254,7 +4470,7 @@
4254 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4470 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4255 <source>Strategy</source><target state="new">Strategy</target> 4471 <source>Strategy</source><target state="new">Strategy</target>
4256 4472
4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4258 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4474 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4259 <source>Terms</source> 4475 <source>Terms</source>
4260 <target>Termos</target> 4476 <target>Termos</target>
@@ -5282,20 +5498,14 @@
5282 <context-group name="null"> 5498 <context-group name="null">
5283 <context context-type="linenumber">8</context> 5499 <context context-type="linenumber">8</context>
5284 </context-group> 5500 </context-group>
5285 <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> 5501
5286 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5502 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5287 <source>See the error</source><target state="new">See the error</target> 5503 <source>See the error</source><target state="new">See the error</target>
5288 <context-group purpose="location"> 5504
5289 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5505 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5290 <context context-type="linenumber">19</context>
5291 </context-group>
5292 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5293 <source>This video was deleted</source><target state="new">This video was deleted</target> 5506 <source>This video was deleted</source><target state="new">This video was deleted</target>
5294 <context-group purpose="location"> 5507
5295 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5508 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5296 <context context-type="linenumber">36</context>
5297 </context-group>
5298 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5299 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5509 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5300 <context-group purpose="location"> 5510 <context-group purpose="location">
5301 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5511 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7266,8 +7476,8 @@
7266 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7476 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7267 <context context-type="linenumber">1</context> 7477 <context context-type="linenumber">1</context>
7268 </context-group> 7478 </context-group>
7269 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7479 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7270 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7480 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7271 <context-group purpose="location"> 7481 <context-group purpose="location">
7272 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7482 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7273 <context context-type="linenumber">1</context> 7483 <context context-type="linenumber">1</context>
@@ -8118,6 +8328,12 @@
8118 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8328 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8119 <context context-type="linenumber">1</context> 8329 <context context-type="linenumber">1</context>
8120 </context-group> 8330 </context-group>
8331 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8332 <source>Unknown</source><target state="new">Unknown</target>
8333 <context-group purpose="location">
8334 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8335 <context context-type="linenumber">1</context>
8336 </context-group>
8121 </trans-unit> 8337 </trans-unit>
8122 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8338 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8123 <source>Your password has been successfully reset!</source> 8339 <source>Your password has been successfully reset!</source>
@@ -9665,7 +9881,19 @@
9665 <context-group name="null"> 9881 <context-group name="null">
9666 <context context-type="linenumber">1</context> 9882 <context context-type="linenumber">1</context>
9667 </context-group> 9883 </context-group>
9668 <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> 9884
9885 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9886 <source>Mute server</source><target state="new">Mute server</target>
9887 <context-group purpose="location">
9888 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9889 <context context-type="linenumber">1</context>
9890 </context-group>
9891 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9892 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9893 <context-group purpose="location">
9894 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9895 <context context-type="linenumber">1</context>
9896 </context-group>
9669 </trans-unit> 9897 </trans-unit>
9670 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9898 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9671 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9899 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -9995,7 +10223,25 @@
9995 <context context-type="linenumber">1</context> 10223 <context context-type="linenumber">1</context>
9996 </context-group> 10224 </context-group>
9997 10225
9998 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10226 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10227 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10228 <context-group purpose="location">
10229 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10230 <context context-type="linenumber">1</context>
10231 </context-group>
10232 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10233 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10234 <context-group purpose="location">
10235 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10236 <context context-type="linenumber">1</context>
10237 </context-group>
10238 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10239 <source>Delete video</source><target state="new">Delete video</target>
10240 <context-group purpose="location">
10241 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10242 <context context-type="linenumber">1</context>
10243 </context-group>
10244 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9999 <source>Encoder</source><target state="new">Encoder</target> 10245 <source>Encoder</source><target state="new">Encoder</target>
10000 <context-group purpose="location"> 10246 <context-group purpose="location">
10001 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10247 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10053,7 +10299,25 @@
10053 <context-group name="null"> 10299 <context-group name="null">
10054 <context context-type="linenumber">1</context> 10300 <context context-type="linenumber">1</context>
10055 </context-group> 10301 </context-group>
10056 <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> 10302
10303 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10304 <source>Video deleted.</source><target state="new">Video deleted.</target>
10305 <context-group purpose="location">
10306 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10307 <context context-type="linenumber">1</context>
10308 </context-group>
10309 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10310 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10311 <context-group purpose="location">
10312 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10313 <context context-type="linenumber">1</context>
10314 </context-group>
10315 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10316 <source>Mute reporter</source><target state="new">Mute reporter</target>
10317 <context-group purpose="location">
10318 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10319 <context context-type="linenumber">1</context>
10320 </context-group>
10057 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10321 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10058 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10322 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
10059 <context-group purpose="location"> 10323 <context-group purpose="location">
@@ -10074,8 +10338,8 @@
10074 <context context-type="linenumber">1</context> 10338 <context context-type="linenumber">1</context>
10075 </context-group> 10339 </context-group>
10076 <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> 10340 <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>
10077 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10341 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10078 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10342 <source>Mirror</source><target state="new">Mirror</target>
10079 <context-group purpose="location"> 10343 <context-group purpose="location">
10080 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10344 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10081 <context context-type="linenumber">1</context> 10345 <context context-type="linenumber">1</context>
@@ -10087,7 +10351,25 @@
10087 <context-group name="null"> 10351 <context-group name="null">
10088 <context context-type="linenumber">1</context> 10352 <context context-type="linenumber">1</context>
10089 </context-group> 10353 </context-group>
10090 <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> 10354
10355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10356 <source>Note</source><target state="new">Note</target>
10357 <context-group purpose="location">
10358 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10359 <context context-type="linenumber">61</context>
10360 </context-group>
10361 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10362 <source>The video was deleted</source><target state="new">The video was deleted</target>
10363 <context-group purpose="location">
10364 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10365 <context context-type="linenumber">71</context>
10366 </context-group>
10367 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10368 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10369 <context-group purpose="location">
10370 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10371 <context context-type="linenumber">72</context>
10372 </context-group>
10091 </trans-unit> 10373 </trans-unit>
10092 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10374 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10093 <source>Published</source> 10375 <source>Published</source>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 1461a3993..356d70365 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -675,9 +675,9 @@
675 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 675 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
676 <source>Deleted</source> 676 <source>Deleted</source>
677 <target state="translated">Удален</target> 677 <target state="translated">Удален</target>
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 678
679 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 679
680 </trans-unit> 680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
682 <source>Edit starts/stops at</source> 682 <source>Edit starts/stops at</source>
683 <target>Редактировать начало/конец в</target> 683 <target>Редактировать начало/конец в</target>
@@ -1085,7 +1085,7 @@
1085 1085
1086 1086
1087 1087
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1089 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1089 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1090 <source>Ban this user</source> 1090 <source>Ban this user</source>
1091 <target>Заблокировать этого пользователя</target> 1091 <target>Заблокировать этого пользователя</target>
@@ -1097,11 +1097,8 @@
1097 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1097 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1098 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1098 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1099 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1099 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1100 <context-group purpose="location"> 1100
1101 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1102 <context context-type="linenumber">11</context>
1103 </context-group>
1104 </trans-unit>
1105 1102
1106 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1103 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1107 <source>Login</source> 1104 <source>Login</source>
@@ -1112,66 +1109,86 @@
1112 <context context-type="linenumber">2</context> 1109 <context context-type="linenumber">2</context>
1113 </context-group> 1110 </context-group>
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1115 </trans-unit> 1112 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1116 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1113 <source>
1117 <source>If you are looking for an account…</source> 1114 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1118 <target state="translated">Если вы потеряли учетную запись…</target> 1115 </source><target state="new">
1116 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1117 </target>
1119 <context-group purpose="location"> 1118 <context-group purpose="location">
1120 <context context-type="sourcefile">src/app/login/login.component.html</context> 1119 <context context-type="sourcefile">src/app/login/login.component.html</context>
1121 <context context-type="linenumber">7</context> 1120 <context context-type="linenumber">6</context>
1122 </context-group> 1121 </context-group>
1123 </trans-unit> 1122 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1124 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1125 <source> 1123 <source>
1126 Currently this instance doesn't allow for user registration, but you can find an instance 1124 If you are looking for an account…
1127 that gives you the possibility to sign up for an account and upload your videos there. 1125 </source><target state="new">
1126 If you are looking for an account…
1127 </target>
1128 <context-group purpose="location">
1129 <context context-type="sourcefile">src/app/login/login.component.html</context>
1130 <context context-type="linenumber">12</context>
1131 </context-group>
1132 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1133 <source>
1134 Currently this instance doesn't allow for user registration, but you can find an instance
1135 that gives you the possibility to sign up for an account and upload your videos there.
1128 1136
1129 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1137 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1130 1138
1131 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1139 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1132 </source> 1140 </source><target state="new">
1133 <target state="translated">В настоящее время этот экземпляр не позволяет регистрировать пользователей, но вы можете найти экземпляр, на котором доступна регистрация и загрузка туда своих видео. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Найдите подходящий экземпляр по адресу <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1141 Currently this instance doesn't allow for user registration, but you can find an instance
1142 that gives you the possibility to sign up for an account and upload your videos there.
1143
1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1145
1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </target>
1134 <context-group purpose="location"> 1148 <context-group purpose="location">
1135 <context context-type="sourcefile">src/app/login/login.component.html</context> 1149 <context context-type="sourcefile">src/app/login/login.component.html</context>
1136 <context context-type="linenumber">11</context> 1150 <context context-type="linenumber">16</context>
1137 </context-group> 1151 </context-group>
1138 </trans-unit> 1152 </trans-unit>
1153
1154
1139 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1155 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1140 <source>Request new verification email.</source> 1156 <source>Request new verification email.</source>
1141 <target>Получить новое подтверждение электронной почты.</target> 1157 <target>Получить новое подтверждение электронной почты.</target>
1142 <context-group name="null"> 1158 <context-group name="null">
1143 <context context-type="linenumber">16</context> 1159 <context context-type="linenumber">16</context>
1144 </context-group> 1160 </context-group>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1161
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1162
1147 </trans-unit> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1148 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1164 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1149 <source>User</source> 1165 <source>User</source>
1150 <target>Пользователь</target> 1166 <target>Пользователь</target>
1151 <context-group name="null"> 1167 <context-group name="null">
1152 <context context-type="linenumber">13</context> 1168 <context context-type="linenumber">13</context>
1153 </context-group> 1169 </context-group>
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1170
1155 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1171
1156 </trans-unit> 1172 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1157 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1173 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1158 <source>Username or email address</source> 1174 <source>Username or email address</source>
1159 <target>Имя пользователя или электронный адрес</target> 1175 <target>Имя пользователя или электронный адрес</target>
1160 <context-group name="null"> 1176 <context-group name="null">
1161 <context context-type="linenumber">15</context> 1177 <context context-type="linenumber">15</context>
1162 </context-group> 1178 </context-group>
1163 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1179
1164 </trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1165 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1181 <source>
1166 <source>or create an account</source> 1182 or create an account
1167 <target> 1183 </source><target state="new">
1168 или создать учетную запись 1184 or create an account
1169 </target> 1185 </target>
1170 <context-group name="null"> 1186 <context-group purpose="location">
1171 <context context-type="linenumber">18</context> 1187 <context context-type="sourcefile">src/app/login/login.component.html</context>
1188 <context context-type="linenumber">40</context>
1172 </context-group> 1189 </context-group>
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1174 </trans-unit> 1190 </trans-unit>
1191
1175 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1192 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1176 <source>Password</source> 1193 <source>Password</source>
1177 <target>Пароль</target> 1194 <target>Пароль</target>
@@ -1187,23 +1204,26 @@
1187 1204
1188 1205
1189 1206
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1191 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1208 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1192 <source>Click here to reset your password</source> 1209 <source>Click here to reset your password</source>
1193 <target state="translated">Нажмите здесь что бы сбросить пароль</target> 1210 <target state="translated">Нажмите здесь что бы сбросить пароль</target>
1194 <context-group purpose="location"> 1211
1195 <context context-type="sourcefile">src/app/login/login.component.html</context> 1212 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1196 <context context-type="linenumber">50</context>
1197 </context-group>
1198 </trans-unit>
1199 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1213 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1200 <source>Login</source> 1214 <source>Login</source>
1201 <target>Авторизация</target> 1215 <target>Авторизация</target>
1202 <context-group name="null"> 1216 <context-group name="null">
1203 <context context-type="linenumber">32</context> 1217 <context context-type="linenumber">32</context>
1204 </context-group> 1218 </context-group>
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1219
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1220
1221 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1222 <source>Or sign in with</source><target state="new">Or sign in with</target>
1223 <context-group purpose="location">
1224 <context context-type="sourcefile">src/app/login/login.component.html</context>
1225 <context context-type="linenumber">68</context>
1226 </context-group>
1207 </trans-unit> 1227 </trans-unit>
1208 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1228 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1209 <source>Forgot your password</source> 1229 <source>Forgot your password</source>
@@ -1211,13 +1231,13 @@
1211 <context-group name="null"> 1231 <context-group name="null">
1212 <context context-type="linenumber">58</context> 1232 <context context-type="linenumber">58</context>
1213 </context-group> 1233 </context-group>
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1234
1215 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1216 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1236 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1217 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1237 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1218 <target state="translated">К сожалению, вы не можете восстановить свой пароль, так как администратор вашего экземпляра не настроил почтовую систему PeerTube.</target> 1238 <target state="translated">К сожалению, вы не можете восстановить свой пароль, так как администратор вашего экземпляра не настроил почтовую систему PeerTube.</target>
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1239
1220 </trans-unit> 1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1221 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1241 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1222 <source>Email</source> 1242 <source>Email</source>
1223 <target>Электронная почта</target> 1243 <target>Электронная почта</target>
@@ -1233,16 +1253,16 @@
1233 1253
1234 1254
1235 1255
1236 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1256 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1237 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1257 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1238 <source>Email address</source> 1258 <source>Email address</source>
1239 <target>Электронный адрес</target> 1259 <target>Электронный адрес</target>
1240 <context-group name="null"> 1260 <context-group name="null">
1241 <context context-type="linenumber">10</context> 1261 <context context-type="linenumber">10</context>
1242 </context-group> 1262 </context-group>
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1263
1244 <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">10</context></context-group> 1264
1245 </trans-unit> 1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1246 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1266 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1247 <source>Send me an email to reset my password</source> 1267 <source>Send me an email to reset my password</source>
1248 <target>Отправить мне письмо для сброса пароля</target> 1268 <target>Отправить мне письмо для сброса пароля</target>
@@ -1250,7 +1270,7 @@
1250 <context context-type="linenumber">82</context> 1270 <context context-type="linenumber">82</context>
1251 </context-group> 1271 </context-group>
1252 1272
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1273 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1254 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1274 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1255 <source>Reset my password</source> 1275 <source>Reset my password</source>
1256 <target> 1276 <target>
@@ -2191,8 +2211,8 @@
2191 <context-group name="null"> 2211 <context-group name="null">
2192 <context context-type="linenumber">29</context> 2212 <context context-type="linenumber">29</context>
2193 </context-group> 2213 </context-group>
2194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2214
2195 </trans-unit> 2215 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2196 2216
2197 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2217 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2198 <source>Add this caption</source> 2218 <source>Add this caption</source>
@@ -2201,7 +2221,7 @@
2201 <context context-type="linenumber">40</context> 2221 <context context-type="linenumber">40</context>
2202 </context-group> 2222 </context-group>
2203 2223
2204 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2205 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2225 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2206 <source>Title</source> 2226 <source>Title</source>
2207 <target>Название</target> 2227 <target>Название</target>
@@ -3061,7 +3081,7 @@
3061 <context context-type="linenumber">215</context> 3081 <context context-type="linenumber">215</context>
3062 </context-group> 3082 </context-group>
3063 3083
3064 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3065 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3085 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3066 <source>Get more information</source> 3086 <source>Get more information</source>
3067 <target>Получить подробную информацию</target> 3087 <target>Получить подробную информацию</target>
@@ -3277,11 +3297,8 @@
3277 3297
3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3279 <source>Follow domain</source><target state="new">Follow domain</target> 3299 <source>Follow domain</source><target state="new">Follow domain</target>
3280 <context-group purpose="location"> 3300
3281 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3301 <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>
3282 <context context-type="linenumber">15</context>
3283 </context-group>
3284 </trans-unit>
3285 3302
3286 3303
3287 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3304 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3293,7 +3310,37 @@
3293 3310
3294 3311
3295 3312
3296 <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">29</context></context-group></trans-unit> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3314 <source>Clear filters</source><target state="new">Clear filters</target>
3315 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3317 <context context-type="linenumber">15</context>
3318 </context-group>
3319 <context-group purpose="location">
3320 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3321 <context context-type="linenumber">15</context>
3322 </context-group>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3325 <context context-type="linenumber">34</context>
3326 </context-group>
3327 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3329 <context context-type="linenumber">16</context>
3330 </context-group>
3331 <context-group purpose="location">
3332 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3333 <context context-type="linenumber">31</context>
3334 </context-group>
3335 <context-group purpose="location">
3336 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3337 <context context-type="linenumber">15</context>
3338 </context-group>
3339 <context-group purpose="location">
3340 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3341 <context context-type="linenumber">15</context>
3342 </context-group>
3343 </trans-unit>
3297 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3344 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3298 <source>ID</source> 3345 <source>ID</source>
3299 <target>ID</target> 3346 <target>ID</target>
@@ -3305,8 +3352,8 @@
3305 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3352 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3306 <source>Follower handle</source> 3353 <source>Follower handle</source>
3307 <target state="new">Follower handle</target> 3354 <target state="new">Follower handle</target>
3308 <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> 3355
3309 </trans-unit> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3310 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3357 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3311 <source>State</source> 3358 <source>State</source>
3312 <target>Состояние</target> 3359 <target>Состояние</target>
@@ -3315,7 +3362,7 @@
3315 </context-group> 3362 </context-group>
3316 3363
3317 3364
3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3319 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3366 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3320 <source>Delayed.</source> 3367 <source>Delayed.</source>
3321 <target state="translated">Отложено.</target> 3368 <target state="translated">Отложено.</target>
@@ -3353,7 +3400,7 @@
3353 3400
3354 3401
3355 3402
3356 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3357 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3404 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3358 <source>Accepted</source> 3405 <source>Accepted</source>
3359 <target>Принято</target> 3406 <target>Принято</target>
@@ -3362,7 +3409,7 @@
3362 </context-group> 3409 </context-group>
3363 3410
3364 3411
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3366 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3413 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3367 <source>Pending</source> 3414 <source>Pending</source>
3368 <target>Ожидается</target> 3415 <target>Ожидается</target>
@@ -3371,21 +3418,39 @@
3371 </context-group> 3418 </context-group>
3372 3419
3373 3420
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3375 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3422 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3376 <source>Accept</source> 3423 <source>Accept</source>
3377 <target state="translated">Согласиться</target> 3424 <target state="translated">Согласиться</target>
3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3425
3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3426
3380 </trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3381 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3428 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3382 <source>Refuse</source> 3429 <source>Refuse</source>
3383 <target>Отклонить</target> 3430 <target>Отклонить</target>
3384 <context-group name="null"> 3431 <context-group name="null">
3385 <context context-type="linenumber">42</context> 3432 <context context-type="linenumber">42</context>
3386 </context-group> 3433 </context-group>
3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3434
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3435
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3437 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3440 <context context-type="linenumber">55</context>
3441 </context-group>
3442 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3443 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3446 <context context-type="linenumber">56</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3452 <context context-type="linenumber">5</context>
3453 </context-group>
3389 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3454 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3390 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3455 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3391 <context-group purpose="location"> 3456 <context-group purpose="location">
@@ -3400,18 +3465,43 @@
3400 <context context-type="linenumber">19</context> 3465 <context context-type="linenumber">19</context>
3401 </context-group> 3466 </context-group>
3402 3467
3403 <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> 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3404 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3469 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3405 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3470 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3406 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3471 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3407 3472
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3409 <source>Follow domains</source><target state="new">Follow domains</target> 3474 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3410 <context-group purpose="location"> 3475 <context-group purpose="location">
3411 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3476 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3412 <context context-type="linenumber">50</context> 3477 <context context-type="linenumber">37</context>
3478 </context-group>
3479 <context-group purpose="location">
3480 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3481 <context context-type="linenumber">35</context>
3482 </context-group>
3483 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3484 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3485 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3487 <context context-type="linenumber">62</context>
3488 </context-group>
3489 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3490 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3491 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3493 <context context-type="linenumber">63</context>
3494 </context-group>
3495 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3496 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3499 <context context-type="linenumber">5</context>
3413 </context-group> 3500 </context-group>
3414 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3501 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3502 <source>Follow domains</source><target state="new">Follow domains</target>
3503
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3415 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3505 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3416 <context-group purpose="location"> 3506 <context-group purpose="location">
3417 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3507 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3488,7 +3578,7 @@
3488 3578
3489 3579
3490 3580
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3492 <source> 3582 <source>
3493 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3583 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3494 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3584 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3582,7 +3672,7 @@
3582 <source>Batch actions</source> 3672 <source>Batch actions</source>
3583 <target state="translated">Пакетные действия</target> 3673 <target state="translated">Пакетные действия</target>
3584 3674
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3586 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3676 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3587 <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> 3677 <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>
3588 <target>Имя пользователя <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3678 <target>Имя пользователя <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3590,12 +3680,12 @@
3590 <context context-type="linenumber">40</context> 3680 <context context-type="linenumber">40</context>
3591 </context-group> 3681 </context-group>
3592 3682
3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3594 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3684 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3595 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3685 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3596 <target state="translated">Квота видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3686 <target state="translated">Квота видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3597 3687
3598 <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></trans-unit> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3599 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3689 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3600 <source>(banned)</source> 3690 <source>(banned)</source>
3601 <target>(заблокирован)</target> 3691 <target>(заблокирован)</target>
@@ -3603,17 +3693,11 @@
3603 <context context-type="linenumber">65</context> 3693 <context context-type="linenumber">65</context>
3604 </context-group> 3694 </context-group>
3605 3695
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3607 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3697 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3608 <context-group purpose="location"> 3698
3609 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3699
3610 <context context-type="linenumber">65</context> 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3611 </context-group>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3614 <context context-type="linenumber">27</context>
3615 </context-group>
3616 </trans-unit>
3617 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3701 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3618 <source>User's email must be verified to login</source> 3702 <source>User's email must be verified to login</source>
3619 <target>Электронная почта пользователя должна быть подтверждена для авторизации</target> 3703 <target>Электронная почта пользователя должна быть подтверждена для авторизации</target>
@@ -3621,7 +3705,7 @@
3621 <context context-type="linenumber">72</context> 3705 <context context-type="linenumber">72</context>
3622 </context-group> 3706 </context-group>
3623 3707
3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3625 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3709 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3626 <source>User's email is verified / User can login without email verification</source> 3710 <source>User's email is verified / User can login without email verification</source>
3627 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target> 3711 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target>
@@ -3629,7 +3713,7 @@
3629 <context context-type="linenumber">76</context> 3713 <context context-type="linenumber">76</context>
3630 </context-group> 3714 </context-group>
3631 3715
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3633 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3717 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3634 <source>Ban reason:</source> 3718 <source>Ban reason:</source>
3635 <target>Причина блокировки:</target> 3719 <target>Причина блокировки:</target>
@@ -3637,7 +3721,7 @@
3637 <context context-type="linenumber">95</context> 3721 <context context-type="linenumber">95</context>
3638 </context-group> 3722 </context-group>
3639 3723
3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3641 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3725 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3642 <context-group purpose="location"> 3726 <context-group purpose="location">
3643 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3727 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3694,11 +3778,8 @@
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3695 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3779 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3696 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3780 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3697 <context-group purpose="location"> 3781
3698 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3699 <context context-type="linenumber">10</context>
3700 </context-group>
3701 </trans-unit>
3702 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3783 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3703 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3784 <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>
3704 <target>Название видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3785 <target>Название видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3707,33 +3788,42 @@
3707 </context-group> 3788 </context-group>
3708 3789
3709 3790
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3711 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3792 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3712 <source>Video URL</source> 3793 <source>Video URL</source>
3713 <target state="translated">URL Видео</target> 3794 <target state="translated">URL Видео</target>
3714 3795
3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3716 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3797 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3717 <source>Total size</source> 3798 <source>Total size</source>
3718 <target state="translated">Общий размер</target> 3799 <target state="translated">Общий размер</target>
3719 3800
3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3721 <source>List redundancies</source><target state="new">List redundancies</target> 3802 <source>List redundancies</source><target state="new">List redundancies</target>
3803
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3805 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3722 <context-group purpose="location"> 3806 <context-group purpose="location">
3723 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3807 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3724 <context context-type="linenumber">33</context> 3808 <context context-type="linenumber">77</context>
3809 </context-group>
3810 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3811 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3812 <context-group purpose="location">
3813 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3814 <context context-type="linenumber">78</context>
3725 </context-group> 3815 </context-group>
3726 </trans-unit> 3816 </trans-unit>
3727 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3817 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3728 <source>Enabled strategies stats</source> 3818 <source>Enabled strategies stats</source>
3729 <target state="translated">Включенная статистика</target> 3819 <target state="translated">Включенная статистика</target>
3730 3820
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3732 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3822 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3733 <source>No redundancy strategy is enabled on your instance.</source> 3823 <source>No redundancy strategy is enabled on your instance.</source>
3734 <target state="translated">В вашем экземпляре не включено превышение</target> 3824 <target state="translated">В вашем экземпляре не включено превышение</target>
3735 3825
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3737 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3827 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3738 <source>Sensitive</source> 3828 <source>Sensitive</source>
3739 <target>Чувствительный</target> 3829 <target>Чувствительный</target>
@@ -3741,7 +3831,7 @@
3741 <context context-type="linenumber">9</context> 3831 <context context-type="linenumber">9</context>
3742 </context-group> 3832 </context-group>
3743 3833
3744 <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">11</context></context-group></trans-unit> 3834 <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">25</context></context-group></trans-unit>
3745 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3835 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3746 <source>Unfederated</source> 3836 <source>Unfederated</source>
3747 <target>Нефедеральный</target> 3837 <target>Нефедеральный</target>
@@ -3749,7 +3839,7 @@
3749 <context context-type="linenumber">10</context> 3839 <context context-type="linenumber">10</context>
3750 </context-group> 3840 </context-group>
3751 3841
3752 <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">12</context></context-group></trans-unit> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3753 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3843 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3754 <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> 3844 <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>
3755 <target>Дата <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3845 <target>Дата <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3757,7 +3847,17 @@
3757 <context context-type="linenumber">11</context> 3847 <context context-type="linenumber">11</context>
3758 </context-group> 3848 </context-group>
3759 3849
3760 <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">13</context></context-group></trans-unit> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3851 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3852 <context-group purpose="location">
3853 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3854 <context context-type="linenumber">50</context>
3855 </context-group>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3858 <context context-type="linenumber">89</context>
3859 </context-group>
3860 </trans-unit>
3761 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3861 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3762 <source>Go to the video</source> 3862 <source>Go to the video</source>
3763 <target>Перейти в видео</target> 3863 <target>Перейти в видео</target>
@@ -3767,7 +3867,7 @@
3767 3867
3768 3868
3769 3869
3770 <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">28</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">33</context></context-group></trans-unit> 3870 <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">33</context></context-group></trans-unit>
3771 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3871 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3772 <source>Actions</source> 3872 <source>Actions</source>
3773 <target>Действия</target> 3873 <target>Действия</target>
@@ -3776,7 +3876,7 @@
3776 </context-group> 3876 </context-group>
3777 3877
3778 3878
3779 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3879 <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">72</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">123</context></context-group></trans-unit>
3780 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3880 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3781 <source>Blacklist reason:</source> 3881 <source>Blacklist reason:</source>
3782 <target>Причина блокирования:</target> 3882 <target>Причина блокирования:</target>
@@ -3784,7 +3884,19 @@
3784 <context context-type="linenumber">43</context> 3884 <context context-type="linenumber">43</context>
3785 </context-group> 3885 </context-group>
3786 3886
3787 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3887 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3888 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3889 <context-group purpose="location">
3890 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3891 <context context-type="linenumber">93</context>
3892 </context-group>
3893 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3894 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3895 <context-group purpose="location">
3896 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3897 <context context-type="linenumber">94</context>
3898 </context-group>
3899 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3788 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3900 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3789 <context-group purpose="location"> 3901 <context-group purpose="location">
3790 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3902 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3816,7 +3928,43 @@
3816 <context context-type="linenumber">26</context> 3928 <context context-type="linenumber">26</context>
3817 </context-group> 3929 </context-group>
3818 3930
3819 <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">31</context></context-group></trans-unit> 3931 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3932 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3933 <context-group purpose="location">
3934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3935 <context context-type="linenumber">18</context>
3936 </context-group>
3937 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3938 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3939 <context-group purpose="location">
3940 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3941 <context context-type="linenumber">19</context>
3942 </context-group>
3943 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3944 <source>Accepted reports</source><target state="new">Accepted reports</target>
3945 <context-group purpose="location">
3946 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3947 <context context-type="linenumber">20</context>
3948 </context-group>
3949 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3950 <source>Refused reports</source><target state="new">Refused reports</target>
3951 <context-group purpose="location">
3952 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3953 <context context-type="linenumber">21</context>
3954 </context-group>
3955 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3956 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3957 <context-group purpose="location">
3958 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3959 <context context-type="linenumber">22</context>
3960 </context-group>
3961 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3962 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3965 <context context-type="linenumber">23</context>
3966 </context-group>
3967 </trans-unit>
3820 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3968 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3821 <source>Reporter</source> 3969 <source>Reporter</source>
3822 <target>Репортёр</target> 3970 <target>Репортёр</target>
@@ -3824,7 +3972,7 @@
3824 <context context-type="linenumber">8</context> 3972 <context context-type="linenumber">8</context>
3825 </context-group> 3973 </context-group>
3826 3974
3827 <context-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></trans-unit> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3828 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3976 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3829 <source>Video</source> 3977 <source>Video</source>
3830 <target>Видео</target> 3978 <target>Видео</target>
@@ -3834,13 +3982,44 @@
3834 3982
3835 3983
3836 3984
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3838 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3986 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3839 <context-group purpose="location"> 3987 <context-group purpose="location">
3840 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3841 <context context-type="linenumber">46</context> 3989 <context context-type="linenumber">80</context>
3842 </context-group> 3990 </context-group>
3843 </trans-unit> 3991 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3992 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3993 <context-group purpose="location">
3994 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3995 <context context-type="linenumber">91</context>
3996 </context-group>
3997 <context-group purpose="location">
3998 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3999 <context context-type="linenumber">107</context>
4000 </context-group>
4001 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4002 <source>Video was deleted</source><target state="new">Video was deleted</target>
4003 <context-group purpose="location">
4004 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4005 <context context-type="linenumber">98</context>
4006 </context-group>
4007 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4008 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4009 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4011 <context context-type="linenumber">141</context>
4012 </context-group>
4013 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4014 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4017 <context context-type="linenumber">142</context>
4018 </context-group>
4019 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4020 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4021
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3844 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4023 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3845 <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> 4024 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3846 <target>Состояние <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4025 <target>Состояние <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3850,15 +4029,12 @@
3850 4029
3851 4030
3852 4031
3853 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3854 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4033 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3855 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4034 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3856 <target state="translated">Рейтинг <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4035 <target state="translated">Рейтинг <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3857 <context-group purpose="location"> 4036
3858 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3859 <context context-type="linenumber">18</context>
3860 </context-group>
3861 </trans-unit>
3862 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4038 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3863 <source>Go to the account</source> 4039 <source>Go to the account</source>
3864 <target>Перейти в профиль</target> 4040 <target>Перейти в профиль</target>
@@ -3868,25 +4044,56 @@
3868 4044
3869 4045
3870 <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">27</context></context-group></trans-unit> 4046 <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">27</context></context-group></trans-unit>
3871 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4047 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3872 <source>Reason:</source>
3873 <target>Причина:</target>
3874 <context-group name="null">
3875 <context context-type="linenumber">53</context>
3876 </context-group>
3877
3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3879 <source>Note:</source><target state="new">Note:</target>
3880 <context-group purpose="location">
3881 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3882 <context context-type="linenumber">72</context>
3883 </context-group>
3884 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3885 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4048 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3886 <context-group purpose="location"> 4049 <context-group purpose="location">
3887 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3888 <context context-type="linenumber">5</context> 4051 <context context-type="linenumber">5</context>
3889 </context-group> 4052 </context-group>
4053 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4054 <source>
4055 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4056 </source><target state="new">
4057 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4058 </target>
4059 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4061 <context context-type="linenumber">20</context>
4062 </context-group>
4063 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4064 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4067 <context context-type="linenumber">21</context>
4068 </context-group>
4069 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4070 <source>Reportee</source><target state="new">Reportee</target>
4071 <context-group purpose="location">
4072 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4073 <context context-type="linenumber">27</context>
4074 </context-group>
4075 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4076 <source>
4077 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4078 </source><target state="new">
4079 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4080 </target>
4081 <context-group purpose="location">
4082 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4083 <context context-type="linenumber">40</context>
4084 </context-group>
4085 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4086 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4087 <context-group purpose="location">
4088 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4089 <context context-type="linenumber">41</context>
4090 </context-group>
4091 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4092 <source>Updated</source><target state="new">Updated</target>
4093 <context-group purpose="location">
4094 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4095 <context context-type="linenumber">47</context>
4096 </context-group>
3890 </trans-unit> 4097 </trans-unit>
3891 4098
3892 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4099 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3899,11 +4106,8 @@
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3900 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4107 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3901 <source>Mute domain</source><target state="new">Mute domain</target> 4108 <source>Mute domain</source><target state="new">Mute domain</target>
3902 <context-group purpose="location"> 4109
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4110 <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></trans-unit>
3904 <context context-type="linenumber">11</context>
3905 </context-group>
3906 </trans-unit>
3907 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4111 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3908 <source>Instance</source> 4112 <source>Instance</source>
3909 <target>Сервер</target> 4113 <target>Сервер</target>
@@ -3913,7 +4117,7 @@
3913 4117
3914 4118
3915 4119
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3917 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4121 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3918 <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> 4122 <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>
3919 <target>Заглушено в <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4123 <target>Заглушено в <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3924,7 +4128,7 @@
3924 4128
3925 4129
3926 4130
3927 <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">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">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> 4131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3928 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4132 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3929 <source>Unmute</source> 4133 <source>Unmute</source>
3930 <target>Разглушить</target> 4134 <target>Разглушить</target>
@@ -3935,7 +4139,19 @@
3935 4139
3936 4140
3937 4141
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4143 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4144 <context-group purpose="location">
4145 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4146 <context context-type="linenumber">51</context>
4147 </context-group>
4148 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4149 <source>No server found.</source><target state="new">No server found.</target>
4150 <context-group purpose="location">
4151 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4152 <context context-type="linenumber">52</context>
4153 </context-group>
4154 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3939 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4155 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3940 <context-group purpose="location"> 4156 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4157 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3947,17 +4163,11 @@
3947 </source><target state="new"> 4163 </source><target state="new">
3948 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4164 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3949 </target> 4165 </target>
3950 <context-group purpose="location"> 4166
3951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3952 <context context-type="linenumber">37</context>
3953 </context-group>
3954 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3955 <source>Mute domains</source><target state="new">Mute domains</target> 4168 <source>Mute domains</source><target state="new">Mute domains</target>
3956 <context-group purpose="location"> 4169
3957 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3958 <context context-type="linenumber">35</context>
3959 </context-group>
3960 </trans-unit>
3961 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4171 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3962 <source>Account</source> 4172 <source>Account</source>
3963 <target>Аккаунт</target> 4173 <target>Аккаунт</target>
@@ -3966,7 +4176,19 @@
3966 </context-group> 4176 </context-group>
3967 4177
3968 4178
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4180 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4181 <context-group purpose="location">
4182 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4183 <context context-type="linenumber">58</context>
4184 </context-group>
4185 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4186 <source>No account found.</source><target state="new">No account found.</target>
4187 <context-group purpose="location">
4188 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4189 <context context-type="linenumber">59</context>
4190 </context-group>
4191 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3970 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4192 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3971 <context-group purpose="location"> 4193 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4194 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4086,8 +4308,8 @@
4086 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 4308 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
4087 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 4309 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
4088 <target state="translated">Этот <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> не имеет настроек. </target> 4310 <target state="translated">Этот <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> не имеет настроек. </target>
4089 <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">29</context></context-group> 4311
4090 </trans-unit> 4312 <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">47</context></context-group></trans-unit>
4091 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4313 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4092 <source>System</source> 4314 <source>System</source>
4093 <target state="translated">Системный</target> 4315 <target state="translated">Системный</target>
@@ -4293,7 +4515,7 @@
4293 <source>Strategy</source> 4515 <source>Strategy</source>
4294 <target state="translated">Стратегия</target> 4516 <target state="translated">Стратегия</target>
4295 4517
4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4297 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4519 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4298 <source>Terms</source> 4520 <source>Terms</source>
4299 <target>Условия пользователя </target> 4521 <target>Условия пользователя </target>
@@ -5351,20 +5573,14 @@
5351 <context-group name="null"> 5573 <context-group name="null">
5352 <context context-type="linenumber">8</context> 5574 <context context-type="linenumber">8</context>
5353 </context-group> 5575 </context-group>
5354 <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> 5576
5355 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5577 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5356 <source>See the error</source><target state="new">See the error</target> 5578 <source>See the error</source><target state="new">See the error</target>
5357 <context-group purpose="location"> 5579
5358 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5580 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5359 <context context-type="linenumber">19</context>
5360 </context-group>
5361 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5362 <source>This video was deleted</source><target state="new">This video was deleted</target> 5581 <source>This video was deleted</source><target state="new">This video was deleted</target>
5363 <context-group purpose="location"> 5582
5364 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5583 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5365 <context context-type="linenumber">36</context>
5366 </context-group>
5367 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5368 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5584 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5369 <context-group purpose="location"> 5585 <context-group purpose="location">
5370 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5586 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7315,8 +7531,8 @@
7315 <context context-type="linenumber">1</context> 7531 <context context-type="linenumber">1</context>
7316 </context-group> 7532 </context-group>
7317 <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> 7533 <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>
7318 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7534 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7319 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7535 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7320 <context-group purpose="location"> 7536 <context-group purpose="location">
7321 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7537 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7322 <context context-type="linenumber">1</context> 7538 <context context-type="linenumber">1</context>
@@ -8185,6 +8401,12 @@
8185 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8401 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8186 <context context-type="linenumber">1</context> 8402 <context context-type="linenumber">1</context>
8187 </context-group> 8403 </context-group>
8404 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8405 <source>Unknown</source><target state="new">Unknown</target>
8406 <context-group purpose="location">
8407 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8408 <context context-type="linenumber">1</context>
8409 </context-group>
8188 </trans-unit> 8410 </trans-unit>
8189 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8411 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8190 <source>Your password has been successfully reset!</source> 8412 <source>Your password has been successfully reset!</source>
@@ -9735,7 +9957,19 @@
9735 <context-group name="null"> 9957 <context-group name="null">
9736 <context context-type="linenumber">1</context> 9958 <context context-type="linenumber">1</context>
9737 </context-group> 9959 </context-group>
9738 <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> 9960
9961 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9962 <source>Mute server</source><target state="new">Mute server</target>
9963 <context-group purpose="location">
9964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9965 <context context-type="linenumber">1</context>
9966 </context-group>
9967 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9968 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9969 <context-group purpose="location">
9970 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9971 <context context-type="linenumber">1</context>
9972 </context-group>
9739 </trans-unit> 9973 </trans-unit>
9740 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 9974 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9741 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9975 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10082,7 +10316,25 @@
10082 <context context-type="linenumber">1</context> 10316 <context context-type="linenumber">1</context>
10083 </context-group> 10317 </context-group>
10084 10318
10085 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10319 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10320 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10321 <context-group purpose="location">
10322 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10323 <context context-type="linenumber">1</context>
10324 </context-group>
10325 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10326 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10327 <context-group purpose="location">
10328 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10329 <context context-type="linenumber">1</context>
10330 </context-group>
10331 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10332 <source>Delete video</source><target state="new">Delete video</target>
10333 <context-group purpose="location">
10334 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10335 <context context-type="linenumber">1</context>
10336 </context-group>
10337 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10086 <source>Encoder</source><target state="new">Encoder</target> 10338 <source>Encoder</source><target state="new">Encoder</target>
10087 <context-group purpose="location"> 10339 <context-group purpose="location">
10088 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10340 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10140,7 +10392,25 @@
10140 <context-group name="null"> 10392 <context-group name="null">
10141 <context context-type="linenumber">1</context> 10393 <context context-type="linenumber">1</context>
10142 </context-group> 10394 </context-group>
10143 <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> 10395
10396 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10397 <source>Video deleted.</source><target state="new">Video deleted.</target>
10398 <context-group purpose="location">
10399 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10400 <context context-type="linenumber">1</context>
10401 </context-group>
10402 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10403 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10404 <context-group purpose="location">
10405 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10406 <context context-type="linenumber">1</context>
10407 </context-group>
10408 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10409 <source>Mute reporter</source><target state="new">Mute reporter</target>
10410 <context-group purpose="location">
10411 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10412 <context context-type="linenumber">1</context>
10413 </context-group>
10144 </trans-unit> 10414 </trans-unit>
10145 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10415 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10146 <source>This video will be duplicated by your instance.</source> 10416 <source>This video will be duplicated by your instance.</source>
@@ -10166,22 +10436,39 @@
10166 <context context-type="linenumber">1</context> 10436 <context context-type="linenumber">1</context>
10167 </context-group> 10437 </context-group>
10168 <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> 10438 <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>
10169 </trans-unit> 10439 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10170 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10440 <source>Mirror</source><target state="new">Mirror</target>
10171 <source>Duplicate (redundancy)</source>
10172 <target state="new">Duplicate (redundancy)</target>
10173 <context-group purpose="location"> 10441 <context-group purpose="location">
10174 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10442 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10175 <context context-type="linenumber">1</context> 10443 <context context-type="linenumber">1</context>
10176 </context-group> 10444 </context-group>
10177 </trans-unit> 10445 </trans-unit>
10446
10178 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10447 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10179 <source>Report</source> 10448 <source>Report</source>
10180 <target>Пожаловаться</target> 10449 <target>Пожаловаться</target>
10181 <context-group name="null"> 10450 <context-group name="null">
10182 <context context-type="linenumber">1</context> 10451 <context context-type="linenumber">1</context>
10183 </context-group> 10452 </context-group>
10184 <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> 10453
10454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10455 <source>Note</source><target state="new">Note</target>
10456 <context-group purpose="location">
10457 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10458 <context context-type="linenumber">61</context>
10459 </context-group>
10460 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10461 <source>The video was deleted</source><target state="new">The video was deleted</target>
10462 <context-group purpose="location">
10463 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10464 <context context-type="linenumber">71</context>
10465 </context-group>
10466 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10467 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10468 <context-group purpose="location">
10469 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10470 <context context-type="linenumber">72</context>
10471 </context-group>
10185 </trans-unit> 10472 </trans-unit>
10186 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10473 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10187 <source>Published</source> 10474 <source>Published</source>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index 9768274eb..ca4f84639 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -561,7 +561,7 @@
561 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 561 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
562 <source>Deleted</source><target state="new">Deleted</target> 562 <source>Deleted</source><target state="new">Deleted</target>
563 563
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
566 <context-group purpose="location"> 566 <context-group purpose="location">
567 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 567 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -832,16 +832,13 @@
832 832
833 833
834 834
835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
836 <source>Ban this user</source><target state="new">Ban this user</target> 836 <source>Ban this user</source><target state="new">Ban this user</target>
837 837
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
839 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 839 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
840 <context-group purpose="location"> 840
841 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
842 <context context-type="linenumber">11</context>
843 </context-group>
844 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
845 <source> 842 <source>
846 Login 843 Login
847 </source><target state="new"> 844 </source><target state="new">
@@ -851,55 +848,68 @@
851 <context context-type="sourcefile">src/app/login/login.component.html</context> 848 <context context-type="sourcefile">src/app/login/login.component.html</context>
852 <context context-type="linenumber">2</context> 849 <context context-type="linenumber">2</context>
853 </context-group> 850 </context-group>
854 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 851 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
855 <source> 852 <source>
856 If you are looking for an account… 853 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
857 </source><target state="new"> 854 </source><target state="new">
858 If you are looking for an account… 855 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
859 </target> 856 </target>
860 <context-group purpose="location"> 857 <context-group purpose="location">
861 <context context-type="sourcefile">src/app/login/login.component.html</context> 858 <context context-type="sourcefile">src/app/login/login.component.html</context>
862 <context context-type="linenumber">7</context> 859 <context context-type="linenumber">6</context>
863 </context-group> 860 </context-group>
864 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 861 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
865 <source> 862 <source>
866 Currently this instance doesn't allow for user registration, but you can find an instance 863 If you are looking for an account…
867 that gives you the possibility to sign up for an account and upload your videos there. 864 </source><target state="new">
865 If you are looking for an account…
866 </target>
867 <context-group purpose="location">
868 <context context-type="sourcefile">src/app/login/login.component.html</context>
869 <context context-type="linenumber">12</context>
870 </context-group>
871 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
872 <source>
873 Currently this instance doesn't allow for user registration, but you can find an instance
874 that gives you the possibility to sign up for an account and upload your videos there.
868 875
869 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 876 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
870 877
871 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 878 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
872 </source><target state="new"> 879 </source><target state="new">
873 Currently this instance doesn't allow for user registration, but you can find an instance 880 Currently this instance doesn't allow for user registration, but you can find an instance
874 that gives you the possibility to sign up for an account and upload your videos there. 881 that gives you the possibility to sign up for an account and upload your videos there.
875 882
876 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 883 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
877 884
878 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 885 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
879 </target> 886 </target>
880 <context-group purpose="location"> 887 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/login/login.component.html</context> 888 <context context-type="sourcefile">src/app/login/login.component.html</context>
882 <context context-type="linenumber">11</context> 889 <context context-type="linenumber">16</context>
883 </context-group> 890 </context-group>
884 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 891 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
885 <source>Request new verification email.</source><target state="new">Request new verification email.</target> 892 <source>Request new verification email.</source><target state="new">Request new verification email.</target>
886 893
887 894
888 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 895 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
889 <source>User</source><target state="new">User</target> 896 <source>User</source><target state="new">User</target>
890 897
891 898
892 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 899 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
893 <source>Username or email address</source><target state="new">Username or email address</target> 900 <source>Username or email address</source><target state="new">Username or email address</target>
894 901
895 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 902 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
896 <source> 903 <source>
897 or create an account 904 or create an account
898 </source><target state="new"> 905 </source><target state="new">
899 or create an account 906 or create an account
900 </target> 907 </target>
901 908 <context-group purpose="location">
902 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 909 <context context-type="sourcefile">src/app/login/login.component.html</context>
910 <context context-type="linenumber">40</context>
911 </context-group>
912 </trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
903 <source>Password</source><target state="new">Password</target> 913 <source>Password</source><target state="new">Password</target>
904 914
905 915
@@ -910,27 +920,30 @@
910 920
911 921
912 922
913 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 923 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
914 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 924 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
915 <context-group purpose="location"> 925
916 <context context-type="sourcefile">src/app/login/login.component.html</context> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
917 <context context-type="linenumber">50</context>
918 </context-group>
919 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
920 <source>Login</source><target state="new">Login</target> 927 <source>Login</source><target state="new">Login</target>
921 928
922 929
923 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 930 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
931 <source>Or sign in with</source><target state="new">Or sign in with</target>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/login/login.component.html</context>
934 <context context-type="linenumber">68</context>
935 </context-group>
936 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
924 <source>Forgot your password</source><target state="new">Forgot your password</target> 937 <source>Forgot your password</source><target state="new">Forgot your password</target>
925 938
926 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 939 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
927 <source> 940 <source>
928 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 941 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
929 </source><target state="new"> 942 </source><target state="new">
930 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 943 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
931 </target> 944 </target>
932 945
933 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 946 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
934 <source>Email</source><target state="new">Email</target> 947 <source>Email</source><target state="new">Email</target>
935 948
936 949
@@ -941,14 +954,14 @@
941 954
942 955
943 956
944 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
945 <source>Email address</source><target state="new">Email address</target> 958 <source>Email address</source><target state="new">Email address</target>
946 959
947 960
948 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
949 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target> 962 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target>
950 963
951 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
952 <source> 965 <source>
953 Reset my password 966 Reset my password
954 </source><target state="new"> 967 </source><target state="new">
@@ -1600,14 +1613,11 @@
1600 </source><target state="new"> 1613 </source><target state="new">
1601 This will replace an existing caption! 1614 This will replace an existing caption!
1602 </target> 1615 </target>
1603 <context-group purpose="location"> 1616
1604 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1617 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1605 <context context-type="linenumber">29</context>
1606 </context-group>
1607 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1608 <source>Add this caption</source><target state="new">Add this caption</target> 1618 <source>Add this caption</source><target state="new">Add this caption</target>
1609 1619
1610 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1620 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1611 <source>Title</source><target state="new">Title</target> 1621 <source>Title</source><target state="new">Title</target>
1612 1622
1613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> 1623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
@@ -2156,7 +2166,7 @@
2156 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2166 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2157 <source>More information</source><target state="new">More information</target> 2167 <source>More information</source><target state="new">More information</target>
2158 2168
2159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2160 <source>Get more information</source><target state="new">Get more information</target> 2170 <source>Get more information</source><target state="new">Get more information</target>
2161 2171
2162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2312,16 +2322,43 @@
2312 2322
2313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2314 <source>Follow domain</source><target state="new">Follow domain</target> 2324 <source>Follow domain</source><target state="new">Follow domain</target>
2315 <context-group purpose="location"> 2325
2316 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2326 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2317 <context context-type="linenumber">15</context>
2318 </context-group>
2319 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2320 <source>Filter...</source><target state="new">Filter...</target> 2327 <source>Filter...</source><target state="new">Filter...</target>
2321 2328
2322 2329
2323 2330
2324 <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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2332 <source>Clear filters</source><target state="new">Clear filters</target>
2333 <context-group purpose="location">
2334 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2335 <context context-type="linenumber">15</context>
2336 </context-group>
2337 <context-group purpose="location">
2338 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2339 <context context-type="linenumber">15</context>
2340 </context-group>
2341 <context-group purpose="location">
2342 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2343 <context context-type="linenumber">34</context>
2344 </context-group>
2345 <context-group purpose="location">
2346 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2347 <context context-type="linenumber">16</context>
2348 </context-group>
2349 <context-group purpose="location">
2350 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2351 <context context-type="linenumber">31</context>
2352 </context-group>
2353 <context-group purpose="location">
2354 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2355 <context context-type="linenumber">15</context>
2356 </context-group>
2357 <context-group purpose="location">
2358 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2359 <context context-type="linenumber">15</context>
2360 </context-group>
2361 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2325 <source>ID</source><target state="new">ID</target> 2362 <source>ID</source><target state="new">ID</target>
2326 2363
2327 2364
@@ -2329,13 +2366,13 @@
2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2330 <source>Follower handle</source><target state="new">Follower handle</target> 2367 <source>Follower handle</source><target state="new">Follower handle</target>
2331 2368
2332 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2333 <source>State</source><target state="new">State</target> 2370 <source>State</source><target state="new">State</target>
2334 2371
2335 2372
2336 2373
2337 2374
2338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2339 <source>Delayed.</source><target state="new">Delayed.</target> 2376 <source>Delayed.</source><target state="new">Delayed.</target>
2340 2377
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2358,23 +2395,41 @@
2358 2395
2359 2396
2360 2397
2361 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2362 <source>Accepted</source><target state="new">Accepted</target> 2399 <source>Accepted</source><target state="new">Accepted</target>
2363 2400
2364 2401
2365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2366 <source>Pending</source><target state="new">Pending</target> 2403 <source>Pending</source><target state="new">Pending</target>
2367 2404
2368 2405
2369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2370 <source>Accept</source><target state="new">Accept</target> 2407 <source>Accept</source><target state="new">Accept</target>
2371 2408
2372 2409
2373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2374 <source>Refuse</source><target state="new">Refuse</target> 2411 <source>Refuse</source><target state="new">Refuse</target>
2375 2412
2376 2413
2377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2415 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2416 <context-group purpose="location">
2417 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2418 <context context-type="linenumber">55</context>
2419 </context-group>
2420 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2421 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2422 <context-group purpose="location">
2423 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2424 <context context-type="linenumber">56</context>
2425 </context-group>
2426 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2427 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2428 <context-group purpose="location">
2429 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2430 <context context-type="linenumber">5</context>
2431 </context-group>
2432 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2378 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2433 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2379 <context-group purpose="location"> 2434 <context-group purpose="location">
2380 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2435 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2383,16 +2438,41 @@
2383 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2438 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2384 <source>Host</source><target state="new">Host</target> 2439 <source>Host</source><target state="new">Host</target>
2385 2440
2386 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2387 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2442 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2388 2443
2389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2390 <source>Follow domains</source><target state="new">Follow domains</target> 2445 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2391 <context-group purpose="location"> 2446 <context-group purpose="location">
2392 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2447 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2393 <context context-type="linenumber">50</context> 2448 <context context-type="linenumber">37</context>
2394 </context-group> 2449 </context-group>
2395 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2450 <context-group purpose="location">
2451 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2452 <context context-type="linenumber">35</context>
2453 </context-group>
2454 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2455 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2456 <context-group purpose="location">
2457 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2458 <context context-type="linenumber">62</context>
2459 </context-group>
2460 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2461 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2462 <context-group purpose="location">
2463 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2464 <context context-type="linenumber">63</context>
2465 </context-group>
2466 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2467 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2468 <context-group purpose="location">
2469 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2470 <context context-type="linenumber">5</context>
2471 </context-group>
2472 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2473 <source>Follow domains</source><target state="new">Follow domains</target>
2474
2475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2396 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2476 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2397 <context-group purpose="location"> 2477 <context-group purpose="location">
2398 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2478 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2441,7 +2521,7 @@
2441 2521
2442 2522
2443 2523
2444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2445 <source> 2525 <source>
2446 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2526 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2447 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2527 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2504,35 +2584,29 @@
2504 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2584 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2505 <source>Batch actions</source><target state="new">Batch actions</target> 2585 <source>Batch actions</source><target state="new">Batch actions</target>
2506 2586
2507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2508 <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><target state="new">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>"/></target> 2588 <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><target state="new">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>"/></target>
2509 2589
2510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2511 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2591 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2512 2592
2513 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2514 <source>(banned)</source><target state="new">(banned)</target> 2594 <source>(banned)</source><target state="new">(banned)</target>
2515 2595
2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2517 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2597 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2518 <context-group purpose="location"> 2598
2519 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2599
2520 <context context-type="linenumber">65</context> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2521 </context-group>
2522 <context-group purpose="location">
2523 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2524 <context context-type="linenumber">27</context>
2525 </context-group>
2526 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2527 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2601 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2528 2602
2529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2530 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2604 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2531 2605
2532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2533 <source>Ban reason:</source><target state="new">Ban reason:</target> 2607 <source>Ban reason:</source><target state="new">Ban reason:</target>
2534 2608
2535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2536 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2610 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2537 <context-group purpose="location"> 2611 <context-group purpose="location">
2538 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2612 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2580,57 +2654,85 @@
2580 </context-group> 2654 </context-group>
2581 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2655 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2582 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2656 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2583 <context-group purpose="location"> 2657
2584 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2585 <context context-type="linenumber">10</context>
2586 </context-group>
2587 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2588 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2659 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2589 2660
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2591 <source>Video URL</source><target state="new">Video URL</target> 2662 <source>Video URL</source><target state="new">Video URL</target>
2592 2663
2593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2594 <source>Total size</source><target state="new">Total size</target> 2665 <source>Total size</source><target state="new">Total size</target>
2595 2666
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2597 <source>List redundancies</source><target state="new">List redundancies</target> 2668 <source>List redundancies</source><target state="new">List redundancies</target>
2669
2670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2671 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2598 <context-group purpose="location"> 2672 <context-group purpose="location">
2599 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2673 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2600 <context context-type="linenumber">33</context> 2674 <context context-type="linenumber">77</context>
2675 </context-group>
2676 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2677 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2678 <context-group purpose="location">
2679 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2680 <context context-type="linenumber">78</context>
2601 </context-group> 2681 </context-group>
2602 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2682 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2603 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2683 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2604 2684
2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2606 <source> 2686 <source>
2607 No redundancy strategy is enabled on your instance. 2687 No redundancy strategy is enabled on your instance.
2608 </source><target state="new"> 2688 </source><target state="new">
2609 No redundancy strategy is enabled on your instance. 2689 No redundancy strategy is enabled on your instance.
2610 </target> 2690 </target>
2611 2691
2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 2692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2613 <source>Sensitive</source><target state="new">Sensitive</target> 2693 <source>Sensitive</source><target state="new">Sensitive</target>
2614 2694
2615 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2695 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2616 <source>Unfederated</source><target state="new">Unfederated</target> 2696 <source>Unfederated</source><target state="new">Unfederated</target>
2617 2697
2618 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 2698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2619 <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><target state="new">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> 2699 <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><target state="new">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>
2620 2700
2621 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2702 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2703 <context-group purpose="location">
2704 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2705 <context context-type="linenumber">50</context>
2706 </context-group>
2707 <context-group purpose="location">
2708 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2709 <context context-type="linenumber">89</context>
2710 </context-group>
2711 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2622 <source>Go to the video</source><target state="new">Go to the video</target> 2712 <source>Go to the video</source><target state="new">Go to the video</target>
2623 2713
2624 2714
2625 2715
2626 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2716 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2627 <source>Actions</source><target state="new">Actions</target> 2717 <source>Actions</source><target state="new">Actions</target>
2628 2718
2629 2719
2630 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2720 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2631 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2721 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2632 2722
2633 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2723 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2724 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2725 <context-group purpose="location">
2726 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2727 <context context-type="linenumber">93</context>
2728 </context-group>
2729 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2730 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2731 <context-group purpose="location">
2732 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2733 <context context-type="linenumber">94</context>
2734 </context-group>
2735 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2634 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2736 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2635 <context-group purpose="location"> 2737 <context-group purpose="location">
2636 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2738 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2652,48 +2754,147 @@
2652 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2754 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2653 <source>Update this comment</source><target state="new">Update this comment</target> 2755 <source>Update this comment</source><target state="new">Update this comment</target>
2654 2756
2655 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2757 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2758 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2759 <context-group purpose="location">
2760 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2761 <context context-type="linenumber">18</context>
2762 </context-group>
2763 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2764 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2765 <context-group purpose="location">
2766 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2767 <context context-type="linenumber">19</context>
2768 </context-group>
2769 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2770 <source>Accepted reports</source><target state="new">Accepted reports</target>
2771 <context-group purpose="location">
2772 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2773 <context context-type="linenumber">20</context>
2774 </context-group>
2775 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2776 <source>Refused reports</source><target state="new">Refused reports</target>
2777 <context-group purpose="location">
2778 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2779 <context context-type="linenumber">21</context>
2780 </context-group>
2781 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2782 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2783 <context-group purpose="location">
2784 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2785 <context context-type="linenumber">22</context>
2786 </context-group>
2787 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2788 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2791 <context context-type="linenumber">23</context>
2792 </context-group>
2793 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2656 <source>Reporter</source><target state="new">Reporter</target> 2794 <source>Reporter</source><target state="new">Reporter</target>
2657 2795
2658 <context-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></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 2796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2659 <source>Video</source><target state="new">Video</target> 2797 <source>Video</source><target state="new">Video</target>
2660 2798
2661 2799
2662 2800
2663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2664 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2802 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
2665 <context-group purpose="location"> 2803 <context-group purpose="location">
2666 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2804 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2667 <context context-type="linenumber">46</context> 2805 <context context-type="linenumber">80</context>
2668 </context-group> 2806 </context-group>
2669 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2807 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
2808 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2811 <context context-type="linenumber">91</context>
2812 </context-group>
2813 <context-group purpose="location">
2814 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2815 <context context-type="linenumber">107</context>
2816 </context-group>
2817 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
2818 <source>Video was deleted</source><target state="new">Video was deleted</target>
2819 <context-group purpose="location">
2820 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2821 <context context-type="linenumber">98</context>
2822 </context-group>
2823 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
2824 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
2825 <context-group purpose="location">
2826 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2827 <context context-type="linenumber">141</context>
2828 </context-group>
2829 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
2830 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
2831 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2833 <context context-type="linenumber">142</context>
2834 </context-group>
2835 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2836 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2837
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2670 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2839 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2671 2840
2672 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2673 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2842 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2674 <context-group purpose="location">
2675 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2676 <context context-type="linenumber">18</context>
2677 </context-group>
2678 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2679 <source>Go to the account</source><target state="new">Go to the account</target>
2680 2843
2844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2845 <source>Go to the account</source><target state="new">Go to the account</target>
2681 2846
2682 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2683 <source>Reason:</source><target state="new">Reason:</target>
2684 2847
2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 2848 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2686 <source>Note:</source><target state="new">Note:</target>
2687 <context-group purpose="location">
2688 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2689 <context context-type="linenumber">72</context>
2690 </context-group>
2691 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2692 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 2849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2693 <context-group purpose="location"> 2850 <context-group purpose="location">
2694 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2695 <context context-type="linenumber">5</context> 2852 <context context-type="linenumber">5</context>
2696 </context-group> 2853 </context-group>
2854 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
2855 <source>
2856 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2857 </source><target state="new">
2858 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2859 </target>
2860 <context-group purpose="location">
2861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2862 <context context-type="linenumber">20</context>
2863 </context-group>
2864 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
2865 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
2866 <context-group purpose="location">
2867 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2868 <context context-type="linenumber">21</context>
2869 </context-group>
2870 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
2871 <source>Reportee</source><target state="new">Reportee</target>
2872 <context-group purpose="location">
2873 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2874 <context context-type="linenumber">27</context>
2875 </context-group>
2876 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
2877 <source>
2878 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2879 </source><target state="new">
2880 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2881 </target>
2882 <context-group purpose="location">
2883 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2884 <context context-type="linenumber">40</context>
2885 </context-group>
2886 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
2887 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
2888 <context-group purpose="location">
2889 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2890 <context context-type="linenumber">41</context>
2891 </context-group>
2892 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
2893 <source>Updated</source><target state="new">Updated</target>
2894 <context-group purpose="location">
2895 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2896 <context context-type="linenumber">47</context>
2897 </context-group>
2697 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2898 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2698 <source>Unblacklist</source><target state="new">Unblacklist</target> 2899 <source>Unblacklist</source><target state="new">Unblacklist</target>
2699 <context-group purpose="location"> 2900 <context-group purpose="location">
@@ -2706,29 +2907,38 @@
2706 </context-group> 2907 </context-group>
2707 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 2908 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2708 <source>Mute domain</source><target state="new">Mute domain</target> 2909 <source>Mute domain</source><target state="new">Mute domain</target>
2709 <context-group purpose="location"> 2910
2710 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2911 <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></trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2711 <context context-type="linenumber">11</context>
2712 </context-group>
2713 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2714 <source>Instance</source><target state="new">Instance</target> 2912 <source>Instance</source><target state="new">Instance</target>
2715 2913
2716 2914
2717 2915
2718 2916
2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2720 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2918 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2721 2919
2722 2920
2723 2921
2724 2922
2725 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 2923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2726 <source>Unmute</source><target state="new">Unmute</target> 2924 <source>Unmute</source><target state="new">Unmute</target>
2727 2925
2728 2926
2729 2927
2730 2928
2731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 2929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
2930 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
2931 <context-group purpose="location">
2932 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2933 <context context-type="linenumber">51</context>
2934 </context-group>
2935 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
2936 <source>No server found.</source><target state="new">No server found.</target>
2937 <context-group purpose="location">
2938 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2939 <context context-type="linenumber">52</context>
2940 </context-group>
2941 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2732 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 2942 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2733 <context-group purpose="location"> 2943 <context-group purpose="location">
2734 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2944 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2740,21 +2950,27 @@
2740 </source><target state="new"> 2950 </source><target state="new">
2741 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2951 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2742 </target> 2952 </target>
2743 <context-group purpose="location"> 2953
2744 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2745 <context context-type="linenumber">37</context>
2746 </context-group>
2747 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2748 <source>Mute domains</source><target state="new">Mute domains</target> 2955 <source>Mute domains</source><target state="new">Mute domains</target>
2749 <context-group purpose="location"> 2956
2750 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2751 <context context-type="linenumber">35</context>
2752 </context-group>
2753 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2754 <source>Account</source><target state="new">Account</target> 2958 <source>Account</source><target state="new">Account</target>
2755 2959
2756 2960
2757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 2961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
2962 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
2963 <context-group purpose="location">
2964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2965 <context context-type="linenumber">58</context>
2966 </context-group>
2967 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
2968 <source>No account found.</source><target state="new">No account found.</target>
2969 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2971 <context context-type="linenumber">59</context>
2972 </context-group>
2973 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2758 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 2974 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2759 <context-group purpose="location"> 2975 <context-group purpose="location">
2760 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2976 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -2850,7 +3066,7 @@
2850 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3066 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
2851 </target> 3067 </target>
2852 3068
2853 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3069 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
2854 <source>System</source><target state="new">System</target> 3070 <source>System</source><target state="new">System</target>
2855 <context-group purpose="location"> 3071 <context-group purpose="location">
2856 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3072 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -2985,7 +3201,7 @@
2985 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3201 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
2986 <source>Strategy</source><target state="new">Strategy</target> 3202 <source>Strategy</source><target state="new">Strategy</target>
2987 3203
2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
2989 <source>Terms</source><target state="new">Terms</target> 3205 <source>Terms</source><target state="new">Terms</target>
2990 3206
2991 3207
@@ -3748,23 +3964,14 @@
3748 3964
3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
3750 <source>Target</source><target state="new">Target</target> 3966 <source>Target</source><target state="new">Target</target>
3751 <context-group purpose="location"> 3967
3752 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3968 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3753 <context context-type="linenumber">8</context>
3754 </context-group>
3755 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3756 <source>See the error</source><target state="new">See the error</target> 3969 <source>See the error</source><target state="new">See the error</target>
3757 <context-group purpose="location"> 3970
3758 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3971 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3759 <context context-type="linenumber">19</context>
3760 </context-group>
3761 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3762 <source>This video was deleted</source><target state="new">This video was deleted</target> 3972 <source>This video was deleted</source><target state="new">This video was deleted</target>
3763 <context-group purpose="location"> 3973
3764 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3974 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3765 <context context-type="linenumber">36</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3768 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3975 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3769 <context-group purpose="location"> 3976 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 3977 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5385,8 +5592,8 @@
5385 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5592 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5386 <context context-type="linenumber">1</context> 5593 <context context-type="linenumber">1</context>
5387 </context-group> 5594 </context-group>
5388 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5595 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5389 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5596 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5390 <context-group purpose="location"> 5597 <context-group purpose="location">
5391 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5598 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5392 <context context-type="linenumber">1</context> 5599 <context context-type="linenumber">1</context>
@@ -6090,6 +6297,12 @@
6090 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6297 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6091 <context context-type="linenumber">1</context> 6298 <context context-type="linenumber">1</context>
6092 </context-group> 6299 </context-group>
6300 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6301 <source>Unknown</source><target state="new">Unknown</target>
6302 <context-group purpose="location">
6303 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6304 <context context-type="linenumber">1</context>
6305 </context-group>
6093 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6306 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6094 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6307 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6095 <context-group purpose="location"> 6308 <context-group purpose="location">
@@ -7310,8 +7523,17 @@
7310 </context-group> 7523 </context-group>
7311 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7524 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7312 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7525 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7526
7527 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7528 <source>Mute server</source><target state="new">Mute server</target>
7313 <context-group purpose="location"> 7529 <context-group purpose="location">
7314 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7530 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7531 <context context-type="linenumber">1</context>
7532 </context-group>
7533 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7534 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7535 <context-group purpose="location">
7536 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7315 <context context-type="linenumber">1</context> 7537 <context context-type="linenumber">1</context>
7316 </context-group> 7538 </context-group>
7317 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7539 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7577,7 +7799,25 @@
7577 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7799 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7578 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7800 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7579 7801
7580 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 7802 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7803 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
7804 <context-group purpose="location">
7805 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7806 <context context-type="linenumber">1</context>
7807 </context-group>
7808 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7809 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
7810 <context-group purpose="location">
7811 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7812 <context context-type="linenumber">1</context>
7813 </context-group>
7814 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7815 <source>Delete video</source><target state="new">Delete video</target>
7816 <context-group purpose="location">
7817 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7818 <context context-type="linenumber">1</context>
7819 </context-group>
7820 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7581 <source>Encoder</source><target state="new">Encoder</target> 7821 <source>Encoder</source><target state="new">Encoder</target>
7582 <context-group purpose="location"> 7822 <context-group purpose="location">
7583 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7823 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7623,8 +7863,23 @@
7623 </context-group> 7863 </context-group>
7624 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 7864 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7625 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 7865 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
7866
7867 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
7868 <source>Video deleted.</source><target state="new">Video deleted.</target>
7626 <context-group purpose="location"> 7869 <context-group purpose="location">
7627 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7870 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7871 <context context-type="linenumber">1</context>
7872 </context-group>
7873 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
7874 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
7875 <context-group purpose="location">
7876 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7877 <context context-type="linenumber">1</context>
7878 </context-group>
7879 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
7880 <source>Mute reporter</source><target state="new">Mute reporter</target>
7881 <context-group purpose="location">
7882 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7628 <context context-type="linenumber">1</context> 7883 <context context-type="linenumber">1</context>
7629 </context-group> 7884 </context-group>
7630 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 7885 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7642,17 +7897,32 @@
7642 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7897 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7643 <context context-type="linenumber">1</context> 7898 <context context-type="linenumber">1</context>
7644 </context-group> 7899 </context-group>
7645 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 7900 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7646 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 7901 <source>Mirror</source><target state="new">Mirror</target>
7647 <context-group purpose="location"> 7902 <context-group purpose="location">
7648 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7903 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7649 <context context-type="linenumber">1</context> 7904 <context context-type="linenumber">1</context>
7650 </context-group> 7905 </context-group>
7651 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 7906 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7652 <source>Report</source><target state="new">Report</target> 7907 <source>Report</source><target state="new">Report</target>
7908
7909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
7910 <source>Note</source><target state="new">Note</target>
7653 <context-group purpose="location"> 7911 <context-group purpose="location">
7654 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7912 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7655 <context context-type="linenumber">1</context> 7913 <context context-type="linenumber">61</context>
7914 </context-group>
7915 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
7916 <source>The video was deleted</source><target state="new">The video was deleted</target>
7917 <context-group purpose="location">
7918 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7919 <context context-type="linenumber">71</context>
7920 </context-group>
7921 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
7922 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
7923 <context-group purpose="location">
7924 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7925 <context context-type="linenumber">72</context>
7656 </context-group> 7926 </context-group>
7657 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 7927 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7658 <source>Published</source><target state="new">Published</target> 7928 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index 22698e8d6..4cee51e8b 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -572,7 +572,7 @@
572 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 572 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
573 <source>Deleted</source><target state="new">Deleted</target> 573 <source>Deleted</source><target state="new">Deleted</target>
574 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
577 <context-group purpose="location"> 577 <context-group purpose="location">
578 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 578 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -868,7 +868,7 @@
868 <context-group name="null"> 868 <context-group name="null">
869 <context context-type="linenumber">23</context> 869 <context context-type="linenumber">23</context>
870 </context-group> 870 </context-group>
871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
872 <source>Ban this user</source><target state="new">Ban this user</target> 872 <source>Ban this user</source><target state="new">Ban this user</target>
873 873
874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
@@ -878,7 +878,7 @@
878 <context-group name="null"> 878 <context-group name="null">
879 <context context-type="linenumber">11</context> 879 <context context-type="linenumber">11</context>
880 </context-group> 880 </context-group>
881 <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> 881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
882 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 882 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
883 <source> 883 <source>
884 Login 884 Login
@@ -889,35 +889,45 @@
889 <context-group name="null"> 889 <context-group name="null">
890 <context context-type="linenumber">2</context> 890 <context context-type="linenumber">2</context>
891 </context-group> 891 </context-group>
892 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 892 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
893 <source> 893 <source>
894 If you are looking for an account… 894 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
895 </source><target state="new"> 895 </source><target state="new">
896 If you are looking for an account… 896 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
897 </target> 897 </target>
898 <context-group purpose="location"> 898 <context-group purpose="location">
899 <context context-type="sourcefile">src/app/login/login.component.html</context> 899 <context context-type="sourcefile">src/app/login/login.component.html</context>
900 <context context-type="linenumber">7</context> 900 <context context-type="linenumber">6</context>
901 </context-group>
902 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
903 <source>
904 If you are looking for an account…
905 </source><target state="new">
906 If you are looking for an account…
907 </target>
908 <context-group purpose="location">
909 <context context-type="sourcefile">src/app/login/login.component.html</context>
910 <context context-type="linenumber">12</context>
901 </context-group> 911 </context-group>
902 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 912 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
903 <source> 913 <source>
904 Currently this instance doesn't allow for user registration, but you can find an instance 914 Currently this instance doesn't allow for user registration, but you can find an instance
905 that gives you the possibility to sign up for an account and upload your videos there. 915 that gives you the possibility to sign up for an account and upload your videos there.
906 916
907 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 917 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
908 918
909 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 919 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
910 </source><target state="new"> 920 </source><target state="new">
911 Currently this instance doesn't allow for user registration, but you can find an instance 921 Currently this instance doesn't allow for user registration, but you can find an instance
912 that gives you the possibility to sign up for an account and upload your videos there. 922 that gives you the possibility to sign up for an account and upload your videos there.
913 923
914 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 924 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
915 925
916 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 926 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
917 </target> 927 </target>
918 <context-group purpose="location"> 928 <context-group purpose="location">
919 <context context-type="sourcefile">src/app/login/login.component.html</context> 929 <context context-type="sourcefile">src/app/login/login.component.html</context>
920 <context context-type="linenumber">11</context> 930 <context context-type="linenumber">16</context>
921 </context-group> 931 </context-group>
922 </trans-unit> 932 </trans-unit>
923 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 933 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -926,25 +936,28 @@
926 <context-group name="null"> 936 <context-group name="null">
927 <context context-type="linenumber">16</context> 937 <context context-type="linenumber">16</context>
928 </context-group> 938 </context-group>
929 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html"> 939 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
930 <source>User</source><target state="new">User</target> 940 <source>User</source><target state="new">User</target>
931 941
932 942
933 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 943 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
934 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 944 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
935 <source>Username or email address</source> 945 <source>Username or email address</source>
936 <target>Uporabniško ime ali e-poštni naslov</target> 946 <target>Uporabniško ime ali e-poštni naslov</target>
937 <context-group name="null"> 947 <context-group name="null">
938 <context context-type="linenumber">15</context> 948 <context context-type="linenumber">15</context>
939 </context-group> 949 </context-group>
940 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 950 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
941 <source> 951 <source>
942 or create an account 952 or create an account
943 </source><target state="new"> 953 </source><target state="new">
944 or create an account 954 or create an account
945 </target> 955 </target>
946 956 <context-group purpose="location">
947 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 957 <context context-type="sourcefile">src/app/login/login.component.html</context>
958 <context context-type="linenumber">40</context>
959 </context-group>
960 </trans-unit>
948 961
949 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 962 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
950 <source>Password</source> 963 <source>Password</source>
@@ -952,13 +965,10 @@
952 <context-group name="null"> 965 <context-group name="null">
953 <context context-type="linenumber">54</context> 966 <context context-type="linenumber">54</context>
954 </context-group> 967 </context-group>
955 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
956 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 969 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
957 <context-group purpose="location"> 970
958 <context context-type="sourcefile">src/app/login/login.component.html</context> 971 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
959 <context context-type="linenumber">50</context>
960 </context-group>
961 </trans-unit>
962 972
963 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 973 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
964 <source>Login</source> 974 <source>Login</source>
@@ -966,42 +976,48 @@
966 <context-group name="null"> 976 <context-group name="null">
967 <context context-type="linenumber">32</context> 977 <context context-type="linenumber">32</context>
968 </context-group> 978 </context-group>
969 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 979 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
980 <source>Or sign in with</source><target state="new">Or sign in with</target>
981 <context-group purpose="location">
982 <context context-type="sourcefile">src/app/login/login.component.html</context>
983 <context context-type="linenumber">68</context>
984 </context-group>
985 </trans-unit>
970 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 986 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
971 <source>Forgot your password</source> 987 <source>Forgot your password</source>
972 <target>Ste pozabili geslo?</target> 988 <target>Ste pozabili geslo?</target>
973 <context-group name="null"> 989 <context-group name="null">
974 <context context-type="linenumber">58</context> 990 <context context-type="linenumber">58</context>
975 </context-group> 991 </context-group>
976 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
977 <source> 993 <source>
978 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 994 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
979 </source><target state="new"> 995 </source><target state="new">
980 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 996 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
981 </target> 997 </target>
982 998
983 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 999 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
984 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1000 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
985 <source>Email</source> 1001 <source>Email</source>
986 <target>E-poštni naslov</target> 1002 <target>E-poštni naslov</target>
987 <context-group name="null"> 1003 <context-group name="null">
988 <context context-type="linenumber">43</context> 1004 <context context-type="linenumber">43</context>
989 </context-group> 1005 </context-group>
990 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
991 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1007 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
992 <source>Email address</source> 1008 <source>Email address</source>
993 <target>E-poštni naslov</target> 1009 <target>E-poštni naslov</target>
994 <context-group name="null"> 1010 <context-group name="null">
995 <context context-type="linenumber">10</context> 1011 <context context-type="linenumber">10</context>
996 </context-group> 1012 </context-group>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1013 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
998 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1014 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
999 <source>Send me an email to reset my password</source> 1015 <source>Send me an email to reset my password</source>
1000 <target>Pošlji me e-sporočilo za ponastavitev gesla</target> 1016 <target>Pošlji me e-sporočilo za ponastavitev gesla</target>
1001 <context-group name="null"> 1017 <context-group name="null">
1002 <context context-type="linenumber">82</context> 1018 <context context-type="linenumber">82</context>
1003 </context-group> 1019 </context-group>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1005 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1021 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1006 <source> 1022 <source>
1007 Reset my password 1023 Reset my password
@@ -1739,14 +1755,11 @@
1739 </source><target state="new"> 1755 </source><target state="new">
1740 This will replace an existing caption! 1756 This will replace an existing caption!
1741 </target> 1757 </target>
1742 <context-group purpose="location"> 1758
1743 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1744 <context context-type="linenumber">29</context>
1745 </context-group>
1746 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1747 <source>Add this caption</source><target state="new">Add this caption</target> 1760 <source>Add this caption</source><target state="new">Add this caption</target>
1748 1761
1749 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1762 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1750 <source>Title</source><target state="new">Title</target> 1763 <source>Title</source><target state="new">Title</target>
1751 1764
1752 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
@@ -2330,7 +2343,7 @@
2330 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2343 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2331 <source>More information</source><target state="new">More information</target> 2344 <source>More information</source><target state="new">More information</target>
2332 2345
2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2334 <source>Get more information</source><target state="new">Get more information</target> 2347 <source>Get more information</source><target state="new">Get more information</target>
2335 2348
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2349 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2486,16 +2499,43 @@
2486 2499
2487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2488 <source>Follow domain</source><target state="new">Follow domain</target> 2501 <source>Follow domain</source><target state="new">Follow domain</target>
2489 <context-group purpose="location"> 2502
2490 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2503 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2491 <context context-type="linenumber">15</context>
2492 </context-group>
2493 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2494 <source>Filter...</source><target state="new">Filter...</target> 2504 <source>Filter...</source><target state="new">Filter...</target>
2495 2505
2496 2506
2497 2507
2498 <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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2509 <source>Clear filters</source><target state="new">Clear filters</target>
2510 <context-group purpose="location">
2511 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2512 <context context-type="linenumber">15</context>
2513 </context-group>
2514 <context-group purpose="location">
2515 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2516 <context context-type="linenumber">15</context>
2517 </context-group>
2518 <context-group purpose="location">
2519 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2520 <context context-type="linenumber">34</context>
2521 </context-group>
2522 <context-group purpose="location">
2523 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2524 <context context-type="linenumber">16</context>
2525 </context-group>
2526 <context-group purpose="location">
2527 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2528 <context context-type="linenumber">31</context>
2529 </context-group>
2530 <context-group purpose="location">
2531 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2532 <context context-type="linenumber">15</context>
2533 </context-group>
2534 <context-group purpose="location">
2535 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2536 <context context-type="linenumber">15</context>
2537 </context-group>
2538 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2499 <source>ID</source><target state="new">ID</target> 2539 <source>ID</source><target state="new">ID</target>
2500 2540
2501 2541
@@ -2503,13 +2543,13 @@
2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2504 <source>Follower handle</source><target state="new">Follower handle</target> 2544 <source>Follower handle</source><target state="new">Follower handle</target>
2505 2545
2506 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2507 <source>State</source><target state="new">State</target> 2547 <source>State</source><target state="new">State</target>
2508 2548
2509 2549
2510 2550
2511 2551
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2513 <source>Delayed.</source><target state="new">Delayed.</target> 2553 <source>Delayed.</source><target state="new">Delayed.</target>
2514 2554
2515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2532,23 +2572,41 @@
2532 2572
2533 2573
2534 2574
2535 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2536 <source>Accepted</source><target state="new">Accepted</target> 2576 <source>Accepted</source><target state="new">Accepted</target>
2537 2577
2538 2578
2539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2540 <source>Pending</source><target state="new">Pending</target> 2580 <source>Pending</source><target state="new">Pending</target>
2541 2581
2542 2582
2543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2544 <source>Accept</source><target state="new">Accept</target> 2584 <source>Accept</source><target state="new">Accept</target>
2545 2585
2546 2586
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2548 <source>Refuse</source><target state="new">Refuse</target> 2588 <source>Refuse</source><target state="new">Refuse</target>
2549 2589
2550 2590
2551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2592 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2593 <context-group purpose="location">
2594 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2595 <context context-type="linenumber">55</context>
2596 </context-group>
2597 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2598 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2599 <context-group purpose="location">
2600 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2601 <context context-type="linenumber">56</context>
2602 </context-group>
2603 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2604 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2605 <context-group purpose="location">
2606 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2607 <context context-type="linenumber">5</context>
2608 </context-group>
2609 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2552 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2610 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2553 <context-group purpose="location"> 2611 <context-group purpose="location">
2554 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2612 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2557,16 +2615,41 @@
2557 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2615 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2558 <source>Host</source><target state="new">Host</target> 2616 <source>Host</source><target state="new">Host</target>
2559 2617
2560 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2561 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2619 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2562 2620
2563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2564 <source>Follow domains</source><target state="new">Follow domains</target> 2622 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2565 <context-group purpose="location"> 2623 <context-group purpose="location">
2566 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2624 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2567 <context context-type="linenumber">50</context> 2625 <context context-type="linenumber">37</context>
2626 </context-group>
2627 <context-group purpose="location">
2628 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2629 <context context-type="linenumber">35</context>
2568 </context-group> 2630 </context-group>
2569 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2631 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2632 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2633 <context-group purpose="location">
2634 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2635 <context context-type="linenumber">62</context>
2636 </context-group>
2637 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2638 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2639 <context-group purpose="location">
2640 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2641 <context context-type="linenumber">63</context>
2642 </context-group>
2643 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2644 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2645 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2647 <context context-type="linenumber">5</context>
2648 </context-group>
2649 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2650 <source>Follow domains</source><target state="new">Follow domains</target>
2651
2652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2570 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2653 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2571 <context-group purpose="location"> 2654 <context-group purpose="location">
2572 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2655 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2615,7 +2698,7 @@
2615 2698
2616 2699
2617 2700
2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2619 <source> 2702 <source>
2620 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2703 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2621 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2704 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2678,35 +2761,29 @@
2678 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2761 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2679 <source>Batch actions</source><target state="new">Batch actions</target> 2762 <source>Batch actions</source><target state="new">Batch actions</target>
2680 2763
2681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2682 <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><target state="new">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>"/></target> 2765 <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><target state="new">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>"/></target>
2683 2766
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2685 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2768 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2686 2769
2687 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2688 <source>(banned)</source><target state="new">(banned)</target> 2771 <source>(banned)</source><target state="new">(banned)</target>
2689 2772
2690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2691 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2774 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2692 <context-group purpose="location"> 2775
2693 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2776
2694 <context context-type="linenumber">65</context> 2777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2695 </context-group>
2696 <context-group purpose="location">
2697 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2698 <context context-type="linenumber">27</context>
2699 </context-group>
2700 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2701 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2778 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2702 2779
2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2704 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2781 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2705 2782
2706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2707 <source>Ban reason:</source><target state="new">Ban reason:</target> 2784 <source>Ban reason:</source><target state="new">Ban reason:</target>
2708 2785
2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2787 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2711 <context-group purpose="location"> 2788 <context-group purpose="location">
2712 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2789 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2754,57 +2831,85 @@
2754 </context-group> 2831 </context-group>
2755 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2832 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2756 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2833 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2757 <context-group purpose="location"> 2834
2758 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2759 <context context-type="linenumber">10</context>
2760 </context-group>
2761 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2762 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2836 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2763 2837
2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2765 <source>Video URL</source><target state="new">Video URL</target> 2839 <source>Video URL</source><target state="new">Video URL</target>
2766 2840
2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2768 <source>Total size</source><target state="new">Total size</target> 2842 <source>Total size</source><target state="new">Total size</target>
2769 2843
2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2771 <source>List redundancies</source><target state="new">List redundancies</target> 2845 <source>List redundancies</source><target state="new">List redundancies</target>
2846
2847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2848 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2772 <context-group purpose="location"> 2849 <context-group purpose="location">
2773 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2850 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2774 <context context-type="linenumber">33</context> 2851 <context context-type="linenumber">77</context>
2852 </context-group>
2853 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2854 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2855 <context-group purpose="location">
2856 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2857 <context context-type="linenumber">78</context>
2775 </context-group> 2858 </context-group>
2776 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2859 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2777 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2860 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2778 2861
2779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2780 <source> 2863 <source>
2781 No redundancy strategy is enabled on your instance. 2864 No redundancy strategy is enabled on your instance.
2782 </source><target state="new"> 2865 </source><target state="new">
2783 No redundancy strategy is enabled on your instance. 2866 No redundancy strategy is enabled on your instance.
2784 </target> 2867 </target>
2785 2868
2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 2869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2787 <source>Sensitive</source><target state="new">Sensitive</target> 2870 <source>Sensitive</source><target state="new">Sensitive</target>
2788 2871
2789 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2872 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2790 <source>Unfederated</source><target state="new">Unfederated</target> 2873 <source>Unfederated</source><target state="new">Unfederated</target>
2791 2874
2792 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 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">26</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2793 <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><target state="new">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> 2876 <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><target state="new">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>
2794 2877
2795 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2879 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2880 <context-group purpose="location">
2881 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2882 <context context-type="linenumber">50</context>
2883 </context-group>
2884 <context-group purpose="location">
2885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2886 <context context-type="linenumber">89</context>
2887 </context-group>
2888 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2796 <source>Go to the video</source><target state="new">Go to the video</target> 2889 <source>Go to the video</source><target state="new">Go to the video</target>
2797 2890
2798 2891
2799 2892
2800 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2893 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2801 <source>Actions</source><target state="new">Actions</target> 2894 <source>Actions</source><target state="new">Actions</target>
2802 2895
2803 2896
2804 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2897 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2805 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2898 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2806 2899
2807 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2900 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2901 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2902 <context-group purpose="location">
2903 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2904 <context context-type="linenumber">93</context>
2905 </context-group>
2906 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2907 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2908 <context-group purpose="location">
2909 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2910 <context context-type="linenumber">94</context>
2911 </context-group>
2912 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2808 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2913 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2809 <context-group purpose="location"> 2914 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2915 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2826,48 +2931,147 @@
2826 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2931 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2827 <source>Update this comment</source><target state="new">Update this comment</target> 2932 <source>Update this comment</source><target state="new">Update this comment</target>
2828 2933
2829 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2934 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2935 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2936 <context-group purpose="location">
2937 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2938 <context context-type="linenumber">18</context>
2939 </context-group>
2940 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2941 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2942 <context-group purpose="location">
2943 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2944 <context context-type="linenumber">19</context>
2945 </context-group>
2946 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2947 <source>Accepted reports</source><target state="new">Accepted reports</target>
2948 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2950 <context context-type="linenumber">20</context>
2951 </context-group>
2952 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2953 <source>Refused reports</source><target state="new">Refused reports</target>
2954 <context-group purpose="location">
2955 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2956 <context context-type="linenumber">21</context>
2957 </context-group>
2958 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2959 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2960 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2962 <context context-type="linenumber">22</context>
2963 </context-group>
2964 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2965 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2966 <context-group purpose="location">
2967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2968 <context context-type="linenumber">23</context>
2969 </context-group>
2970 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2830 <source>Reporter</source><target state="new">Reporter</target> 2971 <source>Reporter</source><target state="new">Reporter</target>
2831 2972
2832 <context-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></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2833 <source>Video</source><target state="new">Video</target> 2974 <source>Video</source><target state="new">Video</target>
2834 2975
2835 2976
2836 2977
2837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2838 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2979 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
2839 <context-group purpose="location"> 2980 <context-group purpose="location">
2840 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2841 <context context-type="linenumber">46</context> 2982 <context context-type="linenumber">80</context>
2842 </context-group> 2983 </context-group>
2843 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2984 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
2985 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
2986 <context-group purpose="location">
2987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2988 <context context-type="linenumber">91</context>
2989 </context-group>
2990 <context-group purpose="location">
2991 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2992 <context context-type="linenumber">107</context>
2993 </context-group>
2994 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
2995 <source>Video was deleted</source><target state="new">Video was deleted</target>
2996 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2998 <context context-type="linenumber">98</context>
2999 </context-group>
3000 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3001 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3002 <context-group purpose="location">
3003 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3004 <context context-type="linenumber">141</context>
3005 </context-group>
3006 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3007 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3008 <context-group purpose="location">
3009 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3010 <context context-type="linenumber">142</context>
3011 </context-group>
3012 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3013 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3014
3015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2844 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3016 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2845 3017
2846 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2847 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3019 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2848 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2850 <context context-type="linenumber">18</context>
2851 </context-group>
2852 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2853 <source>Go to the account</source><target state="new">Go to the account</target>
2854 3020
3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3022 <source>Go to the account</source><target state="new">Go to the account</target>
2855 3023
2856 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2857 <source>Reason:</source><target state="new">Reason:</target>
2858 3024
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 3025 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2860 <source>Note:</source><target state="new">Note:</target>
2861 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2863 <context context-type="linenumber">72</context>
2864 </context-group>
2865 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2866 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3026 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2867 <context-group purpose="location"> 3027 <context-group purpose="location">
2868 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3028 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2869 <context context-type="linenumber">5</context> 3029 <context context-type="linenumber">5</context>
2870 </context-group> 3030 </context-group>
3031 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3032 <source>
3033 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3034 </source><target state="new">
3035 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3036 </target>
3037 <context-group purpose="location">
3038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3039 <context context-type="linenumber">20</context>
3040 </context-group>
3041 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3042 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3043 <context-group purpose="location">
3044 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3045 <context context-type="linenumber">21</context>
3046 </context-group>
3047 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3048 <source>Reportee</source><target state="new">Reportee</target>
3049 <context-group purpose="location">
3050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3051 <context context-type="linenumber">27</context>
3052 </context-group>
3053 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3054 <source>
3055 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3056 </source><target state="new">
3057 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3058 </target>
3059 <context-group purpose="location">
3060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3061 <context context-type="linenumber">40</context>
3062 </context-group>
3063 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3064 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3065 <context-group purpose="location">
3066 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3067 <context context-type="linenumber">41</context>
3068 </context-group>
3069 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3070 <source>Updated</source><target state="new">Updated</target>
3071 <context-group purpose="location">
3072 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3073 <context context-type="linenumber">47</context>
3074 </context-group>
2871 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3075 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2872 <source>Unblacklist</source><target state="new">Unblacklist</target> 3076 <source>Unblacklist</source><target state="new">Unblacklist</target>
2873 <context-group purpose="location"> 3077 <context-group purpose="location">
@@ -2880,29 +3084,38 @@
2880 </context-group> 3084 </context-group>
2881 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3085 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2882 <source>Mute domain</source><target state="new">Mute domain</target> 3086 <source>Mute domain</source><target state="new">Mute domain</target>
2883 <context-group purpose="location"> 3087
2884 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3088 <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></trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2885 <context context-type="linenumber">11</context>
2886 </context-group>
2887 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2888 <source>Instance</source><target state="new">Instance</target> 3089 <source>Instance</source><target state="new">Instance</target>
2889 3090
2890 3091
2891 3092
2892 3093
2893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2894 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3095 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2895 3096
2896 3097
2897 3098
2898 3099
2899 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2900 <source>Unmute</source><target state="new">Unmute</target> 3101 <source>Unmute</source><target state="new">Unmute</target>
2901 3102
2902 3103
2903 3104
2904 3105
2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3107 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3108 <context-group purpose="location">
3109 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3110 <context context-type="linenumber">51</context>
3111 </context-group>
3112 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3113 <source>No server found.</source><target state="new">No server found.</target>
3114 <context-group purpose="location">
3115 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3116 <context context-type="linenumber">52</context>
3117 </context-group>
3118 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2906 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3119 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2907 <context-group purpose="location"> 3120 <context-group purpose="location">
2908 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3121 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2914,21 +3127,27 @@
2914 </source><target state="new"> 3127 </source><target state="new">
2915 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3128 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2916 </target> 3129 </target>
2917 <context-group purpose="location"> 3130
2918 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2919 <context context-type="linenumber">37</context>
2920 </context-group>
2921 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2922 <source>Mute domains</source><target state="new">Mute domains</target> 3132 <source>Mute domains</source><target state="new">Mute domains</target>
2923 <context-group purpose="location"> 3133
2924 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2925 <context context-type="linenumber">35</context>
2926 </context-group>
2927 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2928 <source>Account</source><target state="new">Account</target> 3135 <source>Account</source><target state="new">Account</target>
2929 3136
2930 3137
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3139 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3140 <context-group purpose="location">
3141 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3142 <context context-type="linenumber">58</context>
3143 </context-group>
3144 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3145 <source>No account found.</source><target state="new">No account found.</target>
3146 <context-group purpose="location">
3147 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3148 <context context-type="linenumber">59</context>
3149 </context-group>
3150 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2932 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3151 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2933 <context-group purpose="location"> 3152 <context-group purpose="location">
2934 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3153 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3024,7 +3243,7 @@
3024 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3243 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3025 </target> 3244 </target>
3026 3245
3027 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3246 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3028 <source>System</source><target state="new">System</target> 3247 <source>System</source><target state="new">System</target>
3029 <context-group purpose="location"> 3248 <context-group purpose="location">
3030 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3249 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -3159,7 +3378,7 @@
3159 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3378 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3160 <source>Strategy</source><target state="new">Strategy</target> 3379 <source>Strategy</source><target state="new">Strategy</target>
3161 3380
3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3163 <source>Terms</source><target state="new">Terms</target> 3382 <source>Terms</source><target state="new">Terms</target>
3164 3383
3165 3384
@@ -3922,23 +4141,14 @@
3922 4141
3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
3924 <source>Target</source><target state="new">Target</target> 4143 <source>Target</source><target state="new">Target</target>
3925 <context-group purpose="location"> 4144
3926 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4145 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3927 <context context-type="linenumber">8</context>
3928 </context-group>
3929 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3930 <source>See the error</source><target state="new">See the error</target> 4146 <source>See the error</source><target state="new">See the error</target>
3931 <context-group purpose="location"> 4147
3932 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4148 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3933 <context context-type="linenumber">19</context>
3934 </context-group>
3935 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3936 <source>This video was deleted</source><target state="new">This video was deleted</target> 4149 <source>This video was deleted</source><target state="new">This video was deleted</target>
3937 <context-group purpose="location"> 4150
3938 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4151 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3939 <context context-type="linenumber">36</context>
3940 </context-group>
3941 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3942 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4152 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3943 <context-group purpose="location"> 4153 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4154 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5559,8 +5769,8 @@
5559 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5769 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5560 <context context-type="linenumber">1</context> 5770 <context context-type="linenumber">1</context>
5561 </context-group> 5771 </context-group>
5562 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5772 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5563 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5773 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5564 <context-group purpose="location"> 5774 <context-group purpose="location">
5565 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5775 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5566 <context context-type="linenumber">1</context> 5776 <context context-type="linenumber">1</context>
@@ -6264,6 +6474,12 @@
6264 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6474 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6265 <context context-type="linenumber">1</context> 6475 <context context-type="linenumber">1</context>
6266 </context-group> 6476 </context-group>
6477 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6478 <source>Unknown</source><target state="new">Unknown</target>
6479 <context-group purpose="location">
6480 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6481 <context context-type="linenumber">1</context>
6482 </context-group>
6267 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6483 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6268 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6484 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6269 <context-group purpose="location"> 6485 <context-group purpose="location">
@@ -7484,8 +7700,17 @@
7484 </context-group> 7700 </context-group>
7485 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7701 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7486 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7702 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7703
7704 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7705 <source>Mute server</source><target state="new">Mute server</target>
7487 <context-group purpose="location"> 7706 <context-group purpose="location">
7488 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7707 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7708 <context context-type="linenumber">1</context>
7709 </context-group>
7710 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7711 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7712 <context-group purpose="location">
7713 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7489 <context context-type="linenumber">1</context> 7714 <context context-type="linenumber">1</context>
7490 </context-group> 7715 </context-group>
7491 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7716 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7751,7 +7976,25 @@
7751 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7976 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7752 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7977 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7753 7978
7754 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 7979 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7980 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
7981 <context-group purpose="location">
7982 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7983 <context context-type="linenumber">1</context>
7984 </context-group>
7985 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7986 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
7987 <context-group purpose="location">
7988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7989 <context context-type="linenumber">1</context>
7990 </context-group>
7991 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7992 <source>Delete video</source><target state="new">Delete video</target>
7993 <context-group purpose="location">
7994 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7995 <context context-type="linenumber">1</context>
7996 </context-group>
7997 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7755 <source>Encoder</source><target state="new">Encoder</target> 7998 <source>Encoder</source><target state="new">Encoder</target>
7756 <context-group purpose="location"> 7999 <context-group purpose="location">
7757 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8000 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7797,8 +8040,23 @@
7797 </context-group> 8040 </context-group>
7798 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 8041 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7799 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 8042 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
8043
8044 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8045 <source>Video deleted.</source><target state="new">Video deleted.</target>
7800 <context-group purpose="location"> 8046 <context-group purpose="location">
7801 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8047 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8048 <context context-type="linenumber">1</context>
8049 </context-group>
8050 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8051 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
8052 <context-group purpose="location">
8053 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8054 <context context-type="linenumber">1</context>
8055 </context-group>
8056 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8057 <source>Mute reporter</source><target state="new">Mute reporter</target>
8058 <context-group purpose="location">
8059 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7802 <context context-type="linenumber">1</context> 8060 <context context-type="linenumber">1</context>
7803 </context-group> 8061 </context-group>
7804 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 8062 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7816,17 +8074,32 @@
7816 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8074 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7817 <context context-type="linenumber">1</context> 8075 <context context-type="linenumber">1</context>
7818 </context-group> 8076 </context-group>
7819 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 8077 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7820 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 8078 <source>Mirror</source><target state="new">Mirror</target>
7821 <context-group purpose="location"> 8079 <context-group purpose="location">
7822 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8080 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7823 <context context-type="linenumber">1</context> 8081 <context context-type="linenumber">1</context>
7824 </context-group> 8082 </context-group>
7825 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 8083 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7826 <source>Report</source><target state="new">Report</target> 8084 <source>Report</source><target state="new">Report</target>
8085
8086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
8087 <source>Note</source><target state="new">Note</target>
7827 <context-group purpose="location"> 8088 <context-group purpose="location">
7828 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8089 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7829 <context context-type="linenumber">1</context> 8090 <context context-type="linenumber">61</context>
8091 </context-group>
8092 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
8093 <source>The video was deleted</source><target state="new">The video was deleted</target>
8094 <context-group purpose="location">
8095 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8096 <context context-type="linenumber">71</context>
8097 </context-group>
8098 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
8099 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
8100 <context-group purpose="location">
8101 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8102 <context context-type="linenumber">72</context>
7830 </context-group> 8103 </context-group>
7831 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 8104 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7832 <source>Published</source><target state="new">Published</target> 8105 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index ba7296bdf..c0efdd661 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> är inte längre svartlistad </target> 284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> är inte längre svartlistad </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har svartlistats </target> 289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har svartlistats </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har publicerats </target> 320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har publicerats </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skapade ett konto på din instans </target> 335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skapade ett konto på din instans </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> automatiskt </target> 366 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> automatiskt </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -674,9 +682,9 @@
674 <context-group name="null"> 682 <context-group name="null">
675 <context context-type="linenumber">34</context> 683 <context context-type="linenumber">34</context>
676 </context-group> 684 </context-group>
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">34</context></context-group> 685
678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 686
679 </trans-unit> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
680 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 688 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
681 <source>Edit starts/stops at</source> 689 <source>Edit starts/stops at</source>
682 <target>Redigera start- och sluttid</target> 690 <target>Redigera start- och sluttid</target>
@@ -831,10 +839,13 @@
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
832 </trans-unit> 840 </trans-unit>
833 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
834 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 842 <source>
843 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
844 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 </source>
835 <target> 846 <target>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </target> 849 </target>
839 <context-group name="null"> 850 <context-group name="null">
840 <context context-type="linenumber">10</context> 851 <context context-type="linenumber">10</context>
@@ -842,9 +853,12 @@
842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
843 </trans-unit> 854 </trans-unit>
844 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
845 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 856 <source>
857 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
846 <target> 860 <target>
847 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 861 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
848 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. 862 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån.
849 </target> 863 </target>
850 <context-group name="null"> 864 <context-group name="null">
@@ -853,8 +867,11 @@
853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
854 </trans-unit> 868 </trans-unit>
855 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 869 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
856 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 870 <source>
857 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target> 871 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
872 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
873 </source>
874 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target>
858 <context-group purpose="location"> 875 <context-group purpose="location">
859 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 876 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
860 <context context-type="linenumber">26</context> 877 <context context-type="linenumber">26</context>
@@ -869,10 +886,13 @@
869 </context-group> 886 </context-group>
870 </trans-unit> 887 </trans-unit>
871 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 888 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
872 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 889 <source>
890 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
891 <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>"/>
892 </source>
873 <target> 893 <target>
874 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 894 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
875 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 895 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
876 </target> 896 </target>
877 <context-group name="null"> 897 <context-group name="null">
878 <context context-type="linenumber">5</context> 898 <context context-type="linenumber">5</context>
@@ -931,9 +951,9 @@
931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
932 </trans-unit> 952 </trans-unit>
933 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 953 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
934 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 954 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
935 <target> 955 <target>
936 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 956 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
937 </target> 957 </target>
938 <context-group name="null"> 958 <context-group name="null">
939 <context context-type="linenumber">53</context> 959 <context context-type="linenumber">53</context>
@@ -1089,20 +1109,20 @@
1089 <context-group name="null"> 1109 <context-group name="null">
1090 <context context-type="linenumber">23</context> 1110 <context context-type="linenumber">23</context>
1091 </context-group> 1111 </context-group>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1112
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1113
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1114
1095 <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> 1115
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1116
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1118
1099 <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> 1119
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1120
1101 <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">26</context></context-group> 1121
1102 <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">22</context></context-group> 1122
1103 <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">25</context></context-group> 1123
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1124
1105 </trans-unit> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1106 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1126 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1107 <source>Ban this user</source> 1127 <source>Ban this user</source>
1108 <target>Blockera den här användaren</target> 1128 <target>Blockera den här användaren</target>
@@ -1117,8 +1137,8 @@
1117 <context-group name="null"> 1137 <context-group name="null">
1118 <context context-type="linenumber">11</context> 1138 <context context-type="linenumber">11</context>
1119 </context-group> 1139 </context-group>
1120 <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> 1140
1121 </trans-unit> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1122 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1142 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1123 <source>Login</source> 1143 <source>Login</source>
1124 <target> 1144 <target>
@@ -1128,90 +1148,120 @@
1128 <context context-type="linenumber">2</context> 1148 <context context-type="linenumber">2</context>
1129 </context-group> 1149 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1131 </trans-unit> 1151 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1132 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1152 <source>
1133 <source>If you are looking for an account…</source> 1153 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1134 <target state="translated">Om du letar efter ett konto …</target> 1154 </source><target state="new">
1155 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1156 </target>
1135 <context-group purpose="location"> 1157 <context-group purpose="location">
1136 <context context-type="sourcefile">src/app/login/login.component.html</context> 1158 <context context-type="sourcefile">src/app/login/login.component.html</context>
1137 <context context-type="linenumber">7</context> 1159 <context context-type="linenumber">6</context>
1138 </context-group> 1160 </context-group>
1139 </trans-unit> 1161 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1140 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1162 <source>
1141 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1163 If you are looking for an account…
1142 <target state="translated">Den här instansen tillåter inte kontoregistrering för tillfället, men du kan hitta en instans som ger dig möjligheten att skapa ett konto och ladda upp dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Hitta din favorit bland de många instanserna på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1164 </source><target state="new">
1165 If you are looking for an account…
1166 </target>
1143 <context-group purpose="location"> 1167 <context-group purpose="location">
1144 <context context-type="sourcefile">src/app/login/login.component.html</context> 1168 <context context-type="sourcefile">src/app/login/login.component.html</context>
1145 <context context-type="linenumber">11</context> 1169 <context context-type="linenumber">12</context>
1170 </context-group>
1171 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1172 <source>
1173 Currently this instance doesn't allow for user registration, but you can find an instance
1174 that gives you the possibility to sign up for an account and upload your videos there.
1175
1176 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1177
1178 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1179 </source><target state="new">
1180 Currently this instance doesn't allow for user registration, but you can find an instance
1181 that gives you the possibility to sign up for an account and upload your videos there.
1182
1183 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1184
1185 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1186 </target>
1187 <context-group purpose="location">
1188 <context context-type="sourcefile">src/app/login/login.component.html</context>
1189 <context context-type="linenumber">16</context>
1146 </context-group> 1190 </context-group>
1147 </trans-unit> 1191 </trans-unit>
1192
1193
1148 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1194 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1149 <source>Request new verification email.</source> 1195 <source>Request new verification email.</source>
1150 <target>Begär nytt e-postmeddelande med verifikationslänk.</target> 1196 <target>Begär nytt e-postmeddelande med verifikationslänk.</target>
1151 <context-group name="null"> 1197 <context-group name="null">
1152 <context context-type="linenumber">16</context> 1198 <context context-type="linenumber">16</context>
1153 </context-group> 1199 </context-group>
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1200
1155 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1201
1156 </trans-unit> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1157 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1203 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1158 <source>User</source> 1204 <source>User</source>
1159 <target>Användare</target> 1205 <target>Användare</target>
1160 <context-group name="null"> 1206 <context-group name="null">
1161 <context context-type="linenumber">13</context> 1207 <context context-type="linenumber">13</context>
1162 </context-group> 1208 </context-group>
1163 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1209
1164 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1210
1165 </trans-unit> 1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1166 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1212 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1167 <source>Username or email address</source> 1213 <source>Username or email address</source>
1168 <target>Användarnamn eller e-postadress</target> 1214 <target>Användarnamn eller e-postadress</target>
1169 <context-group name="null"> 1215 <context-group name="null">
1170 <context context-type="linenumber">15</context> 1216 <context context-type="linenumber">15</context>
1171 </context-group> 1217 </context-group>
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1218
1173 </trans-unit> 1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1174 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1220 <source>
1175 <source>or create an account</source> 1221 or create an account
1176 <target> 1222 </source><target state="new">
1177 eller skapa ett konto 1223 or create an account
1178 </target> 1224 </target>
1179 <context-group name="null"> 1225 <context-group purpose="location">
1180 <context context-type="linenumber">18</context> 1226 <context context-type="sourcefile">src/app/login/login.component.html</context>
1227 <context context-type="linenumber">40</context>
1181 </context-group> 1228 </context-group>
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1183 </trans-unit> 1229 </trans-unit>
1230
1184 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1231 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1185 <source>Password</source> 1232 <source>Password</source>
1186 <target>Lösenord</target> 1233 <target>Lösenord</target>
1187 <context-group name="null"> 1234 <context-group name="null">
1188 <context context-type="linenumber">54</context> 1235 <context context-type="linenumber">54</context>
1189 </context-group> 1236 </context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1237
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1238
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1239
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1240
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1241
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1242
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1243
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1244
1198 </trans-unit> 1245 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1199 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1246 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1200 <source>Click here to reset your password</source> 1247 <source>Click here to reset your password</source>
1201 <target state="translated">Klicka här för att återställa ditt lösenord</target> 1248 <target state="translated">Klicka här för att återställa ditt lösenord</target>
1202 <context-group purpose="location"> 1249
1203 <context context-type="sourcefile">src/app/login/login.component.html</context> 1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1204 <context context-type="linenumber">50</context>
1205 </context-group>
1206 </trans-unit>
1207 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1251 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1208 <source>Login</source> 1252 <source>Login</source>
1209 <target>Logga in</target> 1253 <target>Logga in</target>
1210 <context-group name="null"> 1254 <context-group name="null">
1211 <context context-type="linenumber">32</context> 1255 <context context-type="linenumber">32</context>
1212 </context-group> 1256 </context-group>
1213 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1257
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1258
1259 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1260 <source>Or sign in with</source><target state="new">Or sign in with</target>
1261 <context-group purpose="location">
1262 <context context-type="sourcefile">src/app/login/login.component.html</context>
1263 <context context-type="linenumber">68</context>
1264 </context-group>
1215 </trans-unit> 1265 </trans-unit>
1216 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1266 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1217 <source>Forgot your password</source> 1267 <source>Forgot your password</source>
@@ -1219,8 +1269,8 @@
1219 <context-group name="null"> 1269 <context-group name="null">
1220 <context context-type="linenumber">58</context> 1270 <context context-type="linenumber">58</context>
1221 </context-group> 1271 </context-group>
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1272
1223 </trans-unit> 1273 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1224 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a"> 1274 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a">
1225 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1275 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1226 <target> 1276 <target>
@@ -1229,40 +1279,40 @@
1229 <context-group name="null"> 1279 <context-group name="null">
1230 <context context-type="linenumber">65</context> 1280 <context context-type="linenumber">65</context>
1231 </context-group> 1281 </context-group>
1232 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1282
1233 </trans-unit> 1283 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1234 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1284 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1235 <source>Email</source> 1285 <source>Email</source>
1236 <target>E-post</target> 1286 <target>E-post</target>
1237 <context-group name="null"> 1287 <context-group name="null">
1238 <context context-type="linenumber">43</context> 1288 <context context-type="linenumber">43</context>
1239 </context-group> 1289 </context-group>
1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1290
1241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1291
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1292
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1293
1244 <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">4</context></context-group> 1294
1245 <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">8</context></context-group> 1295
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1296
1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1297
1248 </trans-unit> 1298 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1249 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1299 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1250 <source>Email address</source> 1300 <source>Email address</source>
1251 <target>E-postadress</target> 1301 <target>E-postadress</target>
1252 <context-group name="null"> 1302 <context-group name="null">
1253 <context context-type="linenumber">10</context> 1303 <context context-type="linenumber">10</context>
1254 </context-group> 1304 </context-group>
1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1305
1256 <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">10</context></context-group> 1306
1257 </trans-unit> 1307 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1258 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1308 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1259 <source>Send me an email to reset my password</source> 1309 <source>Send me an email to reset my password</source>
1260 <target>Skicka ett e-postmeddelande för att återställa mitt lösenord</target> 1310 <target>Skicka ett e-postmeddelande för att återställa mitt lösenord</target>
1261 <context-group name="null"> 1311 <context-group name="null">
1262 <context context-type="linenumber">82</context> 1312 <context context-type="linenumber">82</context>
1263 </context-group> 1313 </context-group>
1264 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1314
1265 </trans-unit> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1266 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1316 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1267 <source>Reset my password</source> 1317 <source>Reset my password</source>
1268 <target> 1318 <target>
@@ -1306,9 +1356,9 @@
1306 </context-group> 1356 </context-group>
1307 </trans-unit> 1357 </trans-unit>
1308 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1358 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1309 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1359 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1310 <target> 1360 <target>
1311 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1361 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1312 </target> 1362 </target>
1313 <context-group name="null"> 1363 <context-group name="null">
1314 <context context-type="linenumber">6</context> 1364 <context context-type="linenumber">6</context>
@@ -1316,10 +1366,13 @@
1316 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1317 </trans-unit> 1367 </trans-unit>
1318 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1368 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1319 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1369 <source>
1370 Filters
1371 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1372 </source>
1320 <target> 1373 <target>
1321 Filter 1374 Filter
1322 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1375 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1323 </target> 1376 </target>
1324 <context-group name="null"> 1377 <context-group name="null">
1325 <context context-type="linenumber">16</context> 1378 <context context-type="linenumber">16</context>
@@ -1353,7 +1406,8 @@
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1354 </trans-unit> 1407 </trans-unit>
1355 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1408 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1356 <source>CLI documentation</source> 1409 <source>CLI
1410 documentation</source>
1357 <target>Kommandotolk 1411 <target>Kommandotolk
1358 dokumentation</target> 1412 dokumentation</target>
1359 <context-group name="null"> 1413 <context-group name="null">
@@ -1370,7 +1424,8 @@
1370 </context-group> 1424 </context-group>
1371 </trans-unit> 1425 </trans-unit>
1372 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1426 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1373 <source>Administer documentation</source> 1427 <source>Administer
1428 documentation</source>
1374 <target>Administration 1429 <target>Administration
1375 dokumentation</target> 1430 dokumentation</target>
1376 <context-group name="null"> 1431 <context-group name="null">
@@ -1387,7 +1442,8 @@
1387 </context-group> 1442 </context-group>
1388 </trans-unit> 1443 </trans-unit>
1389 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1444 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1390 <source>Use documentation</source> 1445 <source>Use
1446 documentation</source>
1391 <target>Användning 1447 <target>Användning
1392 dokumentation</target> 1448 dokumentation</target>
1393 <context-group name="null"> 1449 <context-group name="null">
@@ -1412,16 +1468,16 @@
1412 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1413 </trans-unit> 1469 </trans-unit>
1414 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1470 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1415 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1471 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1416 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1472 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1417 <context-group purpose="location"> 1473 <context-group purpose="location">
1418 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1474 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1419 <context context-type="linenumber">44</context> 1475 <context context-type="linenumber">44</context>
1420 </context-group> 1476 </context-group>
1421 </trans-unit> 1477 </trans-unit>
1422 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1478 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1423 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1479 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1424 <target>Lägg till din instans i PeerTubes offentliga index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1480 <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>"/>
1425 </target> 1481 </target>
1426 <context-group name="null"> 1482 <context-group name="null">
1427 <context context-type="linenumber">47</context> 1483 <context context-type="linenumber">47</context>
@@ -1437,10 +1493,14 @@
1437 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1438 </trans-unit> 1494 </trans-unit>
1439 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1495 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1440 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1496 <source>
1497 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1498 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 is very important for visitors to understand on what type of instance they are.
1500 </source>
1441 <target> 1501 <target>
1442 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1502 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1443 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1503 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1444 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. 1504 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen.
1445 </target> 1505 </target>
1446 <context-group name="null"> 1506 <context-group name="null">
@@ -1449,8 +1509,14 @@
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1450 </trans-unit> 1510 </trans-unit>
1451 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1511 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1452 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1512 <source>
1453 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube-instans. </target> 1513 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1514 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1515 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1516 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1517 PeerTube instance.
1518 </source>
1519 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube-instans. </target>
1454 <context-group purpose="location"> 1520 <context-group purpose="location">
1455 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1521 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1456 <context context-type="linenumber">67</context> 1522 <context context-type="linenumber">67</context>
@@ -1547,8 +1613,11 @@
1547 <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> 1613 <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>
1548 </trans-unit> 1614 </trans-unit>
1549 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1615 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1550 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1616 <source>
1551 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> om du inte uppger den här informationen. </target> 1617 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1618 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1619 </source>
1620 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> om du inte uppger den här informationen. </target>
1552 <context-group purpose="location"> 1621 <context-group purpose="location">
1553 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1622 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1554 <context context-type="linenumber">24</context> 1623 <context context-type="linenumber">24</context>
@@ -1981,8 +2050,11 @@
1981 </context-group> 2050 </context-group>
1982 </trans-unit> 2051 </trans-unit>
1983 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2052 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1984 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2053 <source>
1985 <target state="translated">Besök kanalen <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2054 Jump to channel
2055 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2056 </source>
2057 <target state="translated">Besök kanalen <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1986 <context-group purpose="location"> 2058 <context-group purpose="location">
1987 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2059 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1988 <context context-type="linenumber">18</context> 2060 <context context-type="linenumber">18</context>
@@ -2192,16 +2264,16 @@
2192 <context-group name="null"> 2264 <context-group name="null">
2193 <context context-type="linenumber">29</context> 2265 <context context-type="linenumber">29</context>
2194 </context-group> 2266 </context-group>
2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2267
2196 </trans-unit> 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2197 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2269 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2198 <source>Add this caption</source> 2270 <source>Add this caption</source>
2199 <target>Lägg till den här texten</target> 2271 <target>Lägg till den här texten</target>
2200 <context-group name="null"> 2272 <context-group name="null">
2201 <context context-type="linenumber">40</context> 2273 <context context-type="linenumber">40</context>
2202 </context-group> 2274 </context-group>
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2275
2204 </trans-unit> 2276 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2205 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2277 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2206 <source>Title</source> 2278 <source>Title</source>
2207 <target>Titel</target> 2279 <target>Titel</target>
@@ -2220,8 +2292,12 @@
2220 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2221 </trans-unit> 2293 </trans-unit>
2222 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2294 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2223 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2295 <source>
2224 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Tryck Enter för att lägga till en ny tagg. </target> 2296 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2297 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2298 Press Enter to add a new tag.
2299 </source>
2300 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Tryck Enter för att lägga till en ny tagg. </target>
2225 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2226 </trans-unit> 2302 </trans-unit>
2227 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2303 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2386,7 +2462,7 @@
2386 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2462 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2387 </trans-unit> 2463 </trans-unit>
2388 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2464 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2389 <source>Already uploaded ✔</source> 2465 <source>Already uploaded ✔</source>
2390 <target>Redan uppladdad ✔</target> 2466 <target>Redan uppladdad ✔</target>
2391 <context-group name="null"> 2467 <context-group name="null">
2392 <context context-type="linenumber">179</context> 2468 <context context-type="linenumber">179</context>
@@ -2517,9 +2593,13 @@
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2518 </trans-unit> 2594 </trans-unit>
2519 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2595 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2520 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2596 <source>
2597 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>"/>
2598 or URL that points to a raw MP4 file.
2599 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.
2600 </source>
2521 <target> 2601 <target>
2522 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2602 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2523 eller en URL som pekar mot en MP4-fil. 2603 eller en URL som pekar mot en MP4-fil.
2524 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2604 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
2525 </target> 2605 </target>
@@ -2584,10 +2664,14 @@
2584 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2585 </trans-unit> 2665 </trans-unit>
2586 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2666 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2587 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2667 <source>
2668 Image that will be merged with your audio file.
2669 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2670 The chosen image will be definitive and cannot be modified.
2671 </source>
2588 <target> 2672 <target>
2589 Bilden kommer slås ihop med din ljudfil. 2673 Bilden kommer slås ihop med din ljudfil.
2590 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2674 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2591 Den valda bilden är slutgiltig och kommer inte kunna ändras. 2675 Den valda bilden är slutgiltig och kommer inte kunna ändras.
2592 </target> 2676 </target>
2593 <context-group name="null"> 2677 <context-group name="null">
@@ -2657,7 +2741,10 @@
2657 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2741 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2658 </trans-unit> 2742 </trans-unit>
2659 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2743 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2660 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2744 <source>
2745 You can import any torrent file that points to a mp4 file.
2746 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.
2747 </source>
2661 <target> 2748 <target>
2662 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. 2749 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil.
2663 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2750 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
@@ -2678,8 +2765,12 @@
2678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2765 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2679 </trans-unit> 2766 </trans-unit>
2680 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2767 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2681 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2768 <source>
2682 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> att ladda upp dina videor med. </target> 2769 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2770 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2771 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2772 </source>
2773 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> att ladda upp dina videor med. </target>
2683 <context-group purpose="location"> 2774 <context-group purpose="location">
2684 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2775 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2685 <context context-type="linenumber">2</context> 2776 <context context-type="linenumber">2</context>
@@ -2921,16 +3012,16 @@
2921 <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> 3012 <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>
2922 </trans-unit> 3013 </trans-unit>
2923 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3014 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2924 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3015 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2925 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3016 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2926 <context-group purpose="location"> 3017 <context-group purpose="location">
2927 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3018 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2928 <context context-type="linenumber">45</context> 3019 <context context-type="linenumber">45</context>
2929 </context-group> 3020 </context-group>
2930 </trans-unit> 3021 </trans-unit>
2931 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3022 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2932 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3023 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2933 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3024 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2934 <context-group purpose="location"> 3025 <context-group purpose="location">
2935 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3026 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2936 <context context-type="linenumber">56</context> 3027 <context context-type="linenumber">56</context>
@@ -3096,11 +3187,11 @@
3096 <context-group name="null"> 3187 <context-group name="null">
3097 <context context-type="linenumber">215</context> 3188 <context context-type="linenumber">215</context>
3098 </context-group> 3189 </context-group>
3099 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3190
3100 <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">21</context></context-group> 3191
3101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3192
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3193
3103 </trans-unit> 3194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3104 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3195 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3105 <source>Get more information</source> 3196 <source>Get more information</source>
3106 <target>Visa mer information</target> 3197 <target>Visa mer information</target>
@@ -3223,7 +3314,11 @@
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3224 </trans-unit> 3315 </trans-unit>
3225 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3316 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3226 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3317 <source>
3318 You can comment using an account on any ActivityPub-compatible instance.
3319 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3320 from within the software's interface.
3321 </source>
3227 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target> 3322 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target>
3228 <context-group purpose="location"> 3323 <context-group purpose="location">
3229 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3324 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3306,20 +3401,47 @@
3306 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3401 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3307 <source>Follow domain</source> 3402 <source>Follow domain</source>
3308 <target state="translated">Följ domän</target> 3403 <target state="translated">Följ domän</target>
3309 <context-group purpose="location"> 3404
3310 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3405 <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>
3311 <context context-type="linenumber">15</context>
3312 </context-group>
3313 </trans-unit>
3314 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3406 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3315 <source>Filter...</source> 3407 <source>Filter...</source>
3316 <target>Filtrera …</target> 3408 <target>Filtrera …</target>
3317 <context-group name="null"> 3409 <context-group name="null">
3318 <context context-type="linenumber">27</context> 3410 <context context-type="linenumber">27</context>
3319 </context-group> 3411 </context-group>
3320 <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> 3412
3321 <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> 3413
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3414
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3416 <source>Clear filters</source><target state="new">Clear filters</target>
3417 <context-group purpose="location">
3418 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3419 <context context-type="linenumber">15</context>
3420 </context-group>
3421 <context-group purpose="location">
3422 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3423 <context context-type="linenumber">15</context>
3424 </context-group>
3425 <context-group purpose="location">
3426 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3427 <context context-type="linenumber">34</context>
3428 </context-group>
3429 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3431 <context context-type="linenumber">16</context>
3432 </context-group>
3433 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3435 <context context-type="linenumber">31</context>
3436 </context-group>
3437 <context-group purpose="location">
3438 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3439 <context context-type="linenumber">15</context>
3440 </context-group>
3441 <context-group purpose="location">
3442 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3443 <context context-type="linenumber">15</context>
3444 </context-group>
3323 </trans-unit> 3445 </trans-unit>
3324 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3446 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3325 <source>ID</source> 3447 <source>ID</source>
@@ -3335,17 +3457,17 @@
3335 <context-group name="null"> 3457 <context-group name="null">
3336 <context context-type="linenumber">17</context> 3458 <context context-type="linenumber">17</context>
3337 </context-group> 3459 </context-group>
3338 <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> 3460
3339 </trans-unit> 3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3340 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3462 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3341 <source>State</source> 3463 <source>State</source>
3342 <target>Status</target> 3464 <target>Status</target>
3343 <context-group name="null"> 3465 <context-group name="null">
3344 <context context-type="linenumber">10</context> 3466 <context context-type="linenumber">10</context>
3345 </context-group> 3467 </context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3468
3347 <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> 3469
3348 </trans-unit> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3349 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3471 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3350 <source>Delayed.</source> 3472 <source>Delayed.</source>
3351 <target state="translated">Uppskjuten.</target> 3473 <target state="translated">Uppskjuten.</target>
@@ -3372,53 +3494,71 @@
3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3373 </trans-unit> 3495 </trans-unit>
3374 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3496 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3375 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3497 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3376 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3498 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3377 <context-group name="null"> 3499 <context-group name="null">
3378 <context context-type="linenumber">11</context> 3500 <context context-type="linenumber">11</context>
3379 </context-group> 3501 </context-group>
3380 <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> 3502
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3503
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3504
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3505
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3506
3385 <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> 3507
3386 </trans-unit> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3387 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3509 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3388 <source>Accepted</source> 3510 <source>Accepted</source>
3389 <target>Accepterad</target> 3511 <target>Accepterad</target>
3390 <context-group name="null"> 3512 <context-group name="null">
3391 <context context-type="linenumber">32</context> 3513 <context context-type="linenumber">32</context>
3392 </context-group> 3514 </context-group>
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3515
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3516
3395 </trans-unit> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3396 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3518 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3397 <source>Pending</source> 3519 <source>Pending</source>
3398 <target>Väntar</target> 3520 <target>Väntar</target>
3399 <context-group name="null"> 3521 <context-group name="null">
3400 <context context-type="linenumber">33</context> 3522 <context context-type="linenumber">33</context>
3401 </context-group> 3523 </context-group>
3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3524
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3525
3404 </trans-unit> 3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3405 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3527 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3406 <source>Accept</source> 3528 <source>Accept</source>
3407 <target>Godkänn</target> 3529 <target>Godkänn</target>
3408 <context-group name="null"> 3530 <context-group name="null">
3409 <context context-type="linenumber">41</context> 3531 <context context-type="linenumber">41</context>
3410 </context-group> 3532 </context-group>
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3533
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3534
3413 </trans-unit> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3414 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3536 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3415 <source>Refuse</source> 3537 <source>Refuse</source>
3416 <target>Neka</target> 3538 <target>Neka</target>
3417 <context-group name="null"> 3539 <context-group name="null">
3418 <context context-type="linenumber">42</context> 3540 <context context-type="linenumber">42</context>
3419 </context-group> 3541 </context-group>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3542
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3543
3544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3545 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3546 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3548 <context context-type="linenumber">55</context>
3549 </context-group>
3550 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3551 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3552 <context-group purpose="location">
3553 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3554 <context context-type="linenumber">56</context>
3555 </context-group>
3556 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3557 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3558 <context-group purpose="location">
3559 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3560 <context context-type="linenumber">5</context>
3561 </context-group>
3422 </trans-unit> 3562 </trans-unit>
3423 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3563 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3424 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3564 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3434,21 +3574,46 @@
3434 <context-group name="null"> 3574 <context-group name="null">
3435 <context context-type="linenumber">19</context> 3575 <context context-type="linenumber">19</context>
3436 </context-group> 3576 </context-group>
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group> 3577
3438 </trans-unit> 3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3439 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3579 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3440 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3580 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3441 <target state="translated">Redundans tillåten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3581 <target state="translated">Redundans tillåten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3582
3443 </trans-unit> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3444 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3584 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3445 <source>Follow domains</source>
3446 <target state="translated">Följ domäner</target>
3447 <context-group purpose="location"> 3585 <context-group purpose="location">
3448 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3586 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3449 <context context-type="linenumber">50</context> 3587 <context context-type="linenumber">37</context>
3588 </context-group>
3589 <context-group purpose="location">
3590 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3591 <context context-type="linenumber">35</context>
3592 </context-group>
3593 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3594 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3595 <context-group purpose="location">
3596 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3597 <context context-type="linenumber">62</context>
3598 </context-group>
3599 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3600 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3601 <context-group purpose="location">
3602 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3603 <context context-type="linenumber">63</context>
3604 </context-group>
3605 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3606 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3607 <context-group purpose="location">
3608 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3609 <context context-type="linenumber">5</context>
3450 </context-group> 3610 </context-group>
3451 </trans-unit> 3611 </trans-unit>
3612 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3613 <source>Follow domains</source>
3614 <target state="translated">Följ domäner</target>
3615
3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3452 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3617 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3453 <source>My videos duplicated by remote instances</source> 3618 <source>My videos duplicated by remote instances</source>
3454 <target state="translated">Mina videor som duplicerats på fjärrinstanser</target> 3619 <target state="translated">Mina videor som duplicerats på fjärrinstanser</target>
@@ -3519,13 +3684,16 @@
3519 <context-group name="null"> 3684 <context-group name="null">
3520 <context context-type="linenumber">43</context> 3685 <context context-type="linenumber">43</context>
3521 </context-group> 3686 </context-group>
3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3687
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3688
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3689
3525 </trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3526 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3691 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3527 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3692 <source>
3528 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalfilens<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3693 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3694 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3695 </source>
3696 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalfilens<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3529 <context-group purpose="location"> 3697 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3698 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3531 <context context-type="linenumber">148</context> 3699 <context context-type="linenumber">148</context>
@@ -3614,68 +3782,62 @@
3614 <context-group name="null"> 3782 <context-group name="null">
3615 <context context-type="linenumber">19</context> 3783 <context context-type="linenumber">19</context>
3616 </context-group> 3784 </context-group>
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3785
3618 </trans-unit> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3619 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3787 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3620 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3788 <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>
3621 <target>Användarnamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3789 <target>Användarnamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3622 <context-group name="null"> 3790 <context-group name="null">
3623 <context context-type="linenumber">40</context> 3791 <context context-type="linenumber">40</context>
3624 </context-group> 3792 </context-group>
3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3793
3626 </trans-unit> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3627 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3795 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3628 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3796 <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>
3629 <target>Videokvot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3797 <target>Videokvot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3630 <context-group name="null"> 3798 <context-group name="null">
3631 <context context-type="linenumber">42</context> 3799 <context context-type="linenumber">42</context>
3632 </context-group> 3800 </context-group>
3633 <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> 3801
3634 </trans-unit> 3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3635 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3803 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3636 <source>(banned)</source> 3804 <source>(banned)</source>
3637 <target>(blockerad)</target> 3805 <target>(blockerad)</target>
3638 <context-group name="null"> 3806 <context-group name="null">
3639 <context context-type="linenumber">65</context> 3807 <context context-type="linenumber">65</context>
3640 </context-group> 3808 </context-group>
3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3809
3642 </trans-unit> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3643 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3811 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3644 <source>Open account in a new tab</source> 3812 <source>Open account in a new tab</source>
3645 <target state="translated">Öppna kontot i en ny flik</target> 3813 <target state="translated">Öppna kontot i en ny flik</target>
3646 <context-group purpose="location"> 3814
3647 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3815
3648 <context context-type="linenumber">65</context> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3649 </context-group>
3650 <context-group purpose="location">
3651 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3652 <context context-type="linenumber">27</context>
3653 </context-group>
3654 </trans-unit>
3655 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3817 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3656 <source>User's email must be verified to login</source> 3818 <source>User's email must be verified to login</source>
3657 <target>Användarens e-post måste verifieras innan inloggning</target> 3819 <target>Användarens e-post måste verifieras innan inloggning</target>
3658 <context-group name="null"> 3820 <context-group name="null">
3659 <context context-type="linenumber">72</context> 3821 <context context-type="linenumber">72</context>
3660 </context-group> 3822 </context-group>
3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3823
3662 </trans-unit> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3663 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3825 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3664 <source>User's email is verified / User can login without email verification</source> 3826 <source>User's email is verified / User can login without email verification</source>
3665 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target> 3827 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target>
3666 <context-group name="null"> 3828 <context-group name="null">
3667 <context context-type="linenumber">76</context> 3829 <context context-type="linenumber">76</context>
3668 </context-group> 3830 </context-group>
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3831
3670 </trans-unit> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3671 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3833 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3672 <source>Ban reason:</source> 3834 <source>Ban reason:</source>
3673 <target>Blockeringsanledning:</target> 3835 <target>Blockeringsanledning:</target>
3674 <context-group name="null"> 3836 <context-group name="null">
3675 <context context-type="linenumber">95</context> 3837 <context context-type="linenumber">95</context>
3676 </context-group> 3838 </context-group>
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3839
3678 </trans-unit> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3679 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3841 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3680 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3842 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3681 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 3843 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3734,72 +3896,88 @@
3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3735 </trans-unit> 3897 </trans-unit>
3736 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3898 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3737 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3899 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3738 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3900 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3739 <context-group purpose="location"> 3901
3740 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3741 <context context-type="linenumber">10</context>
3742 </context-group>
3743 </trans-unit>
3744 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3903 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3745 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3904 <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>
3746 <target>Videonamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3905 <target>Videonamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3747 <context-group name="null"> 3906 <context-group name="null">
3748 <context context-type="linenumber">8</context> 3907 <context context-type="linenumber">8</context>
3749 </context-group> 3908 </context-group>
3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3909
3751 </trans-unit> 3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3752 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3911 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3753 <source>Video URL</source> 3912 <source>Video URL</source>
3754 <target state="translated">Videolänk</target> 3913 <target state="translated">Videolänk</target>
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3914
3756 </trans-unit> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3757 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3916 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3758 <source>Total size</source> 3917 <source>Total size</source>
3759 <target state="translated">Total storlek</target> 3918 <target state="translated">Total storlek</target>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3919
3761 </trans-unit> 3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3762 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3921 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3763 <source>List redundancies</source> 3922 <source>List redundancies</source>
3764 <target state="translated">Visa redundanser</target> 3923 <target state="translated">Visa redundanser</target>
3924
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3926 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3765 <context-group purpose="location"> 3927 <context-group purpose="location">
3766 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3928 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3767 <context context-type="linenumber">33</context> 3929 <context context-type="linenumber">77</context>
3930 </context-group>
3931 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3932 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3933 <context-group purpose="location">
3934 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3935 <context context-type="linenumber">78</context>
3768 </context-group> 3936 </context-group>
3769 </trans-unit> 3937 </trans-unit>
3770 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3938 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3771 <source>Enabled strategies stats</source> 3939 <source>Enabled strategies stats</source>
3772 <target state="translated">Statistik för valda strategier</target> 3940 <target state="translated">Statistik för valda strategier</target>
3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3941
3774 </trans-unit> 3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3775 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3943 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3776 <source>No redundancy strategy is enabled on your instance.</source> 3944 <source>No redundancy strategy is enabled on your instance.</source>
3777 <target state="translated">Din instans följer inte någon strategi för videoredundans.</target> 3945 <target state="translated">Din instans följer inte någon strategi för videoredundans.</target>
3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3946
3779 </trans-unit> 3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3780 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3948 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3781 <source>Sensitive</source> 3949 <source>Sensitive</source>
3782 <target>Känsligt</target> 3950 <target>Känsligt</target>
3783 <context-group name="null"> 3951 <context-group name="null">
3784 <context context-type="linenumber">9</context> 3952 <context context-type="linenumber">9</context>
3785 </context-group> 3953 </context-group>
3786 <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">11</context></context-group> 3954
3787 </trans-unit> 3955 <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">25</context></context-group></trans-unit>
3788 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3956 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3789 <source>Unfederated</source> 3957 <source>Unfederated</source>
3790 <target>Inte federerad</target> 3958 <target>Inte federerad</target>
3791 <context-group name="null"> 3959 <context-group name="null">
3792 <context context-type="linenumber">10</context> 3960 <context context-type="linenumber">10</context>
3793 </context-group> 3961 </context-group>
3794 <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">12</context></context-group> 3962
3795 </trans-unit> 3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3796 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3964 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3797 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3965 <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>
3798 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3966 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3799 <context-group name="null"> 3967 <context-group name="null">
3800 <context context-type="linenumber">11</context> 3968 <context context-type="linenumber">11</context>
3801 </context-group> 3969 </context-group>
3802 <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">13</context></context-group> 3970
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3972 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3973 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3975 <context context-type="linenumber">50</context>
3976 </context-group>
3977 <context-group purpose="location">
3978 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3979 <context context-type="linenumber">89</context>
3980 </context-group>
3803 </trans-unit> 3981 </trans-unit>
3804 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3982 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3805 <source>Go to the video</source> 3983 <source>Go to the video</source>
@@ -3807,25 +3985,37 @@
3807 <context-group name="null"> 3985 <context-group name="null">
3808 <context context-type="linenumber">33</context> 3986 <context context-type="linenumber">33</context>
3809 </context-group> 3987 </context-group>
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">28</context></context-group> 3988
3811 <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">33</context></context-group> 3989
3812 </trans-unit> 3990 <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">33</context></context-group></trans-unit>
3813 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3991 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3814 <source>Actions</source> 3992 <source>Actions</source>
3815 <target>Åtgärder</target> 3993 <target>Åtgärder</target>
3816 <context-group name="null"> 3994 <context-group name="null">
3817 <context context-type="linenumber">44</context> 3995 <context context-type="linenumber">44</context>
3818 </context-group> 3996 </context-group>
3819 <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">38</context></context-group> 3997
3820 <context-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> 3998
3821 </trans-unit> 3999 <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">72</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">123</context></context-group></trans-unit>
3822 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 4000 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3823 <source>Blacklist reason:</source> 4001 <source>Blacklist reason:</source>
3824 <target>Anledning för svartlistning:</target> 4002 <target>Anledning för svartlistning:</target>
3825 <context-group name="null"> 4003 <context-group name="null">
3826 <context context-type="linenumber">43</context> 4004 <context context-type="linenumber">43</context>
3827 </context-group> 4005 </context-group>
3828 <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">46</context></context-group> 4006
4007 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4008 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
4009 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4011 <context context-type="linenumber">93</context>
4012 </context-group>
4013 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4014 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4017 <context context-type="linenumber">94</context>
4018 </context-group>
3829 </trans-unit> 4019 </trans-unit>
3830 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4020 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3831 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 4021 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3860,6 +4050,42 @@
3860 <context context-type="linenumber">26</context> 4050 <context context-type="linenumber">26</context>
3861 </context-group> 4051 </context-group>
3862 <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">31</context></context-group> 4052 <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">31</context></context-group>
4053 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4054 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4055 <context-group purpose="location">
4056 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4057 <context context-type="linenumber">18</context>
4058 </context-group>
4059 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4060 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4063 <context context-type="linenumber">19</context>
4064 </context-group>
4065 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4066 <source>Accepted reports</source><target state="new">Accepted reports</target>
4067 <context-group purpose="location">
4068 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4069 <context context-type="linenumber">20</context>
4070 </context-group>
4071 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4072 <source>Refused reports</source><target state="new">Refused reports</target>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4075 <context context-type="linenumber">21</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4078 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4079 <context-group purpose="location">
4080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4081 <context context-type="linenumber">22</context>
4082 </context-group>
4083 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4084 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4085 <context-group purpose="location">
4086 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4087 <context context-type="linenumber">23</context>
4088 </context-group>
3863 </trans-unit> 4089 </trans-unit>
3864 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4090 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3865 <source>Reporter</source> 4091 <source>Reporter</source>
@@ -3867,44 +4093,72 @@
3867 <context-group name="null"> 4093 <context-group name="null">
3868 <context context-type="linenumber">8</context> 4094 <context context-type="linenumber">8</context>
3869 </context-group> 4095 </context-group>
3870 <context-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> 4096
3871 </trans-unit> 4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3872 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4098 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3873 <source>Video</source> 4099 <source>Video</source>
3874 <target>Video</target> 4100 <target>Video</target>
3875 <context-group name="null"> 4101 <context-group name="null">
3876 <context context-type="linenumber">9</context> 4102 <context context-type="linenumber">9</context>
3877 </context-group> 4103 </context-group>
3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 4104
3879 <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> 4105
3880 <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> 4106
3881 </trans-unit> 4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3882 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4108 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3883 <source>Open video in a new tab</source>
3884 <target state="translated">Öppna video i en ny flik</target>
3885 <context-group purpose="location"> 4109 <context-group purpose="location">
3886 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4110 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3887 <context context-type="linenumber">46</context> 4111 <context context-type="linenumber">80</context>
4112 </context-group>
4113 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4114 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4115 <context-group purpose="location">
4116 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4117 <context context-type="linenumber">91</context>
4118 </context-group>
4119 <context-group purpose="location">
4120 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4121 <context context-type="linenumber">107</context>
4122 </context-group>
4123 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4124 <source>Video was deleted</source><target state="new">Video was deleted</target>
4125 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4127 <context context-type="linenumber">98</context>
4128 </context-group>
4129 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4130 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4131 <context-group purpose="location">
4132 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4133 <context context-type="linenumber">141</context>
4134 </context-group>
4135 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4136 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4137 <context-group purpose="location">
4138 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4139 <context context-type="linenumber">142</context>
3888 </context-group> 4140 </context-group>
3889 </trans-unit> 4141 </trans-unit>
4142 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4143 <source>Open video in a new tab</source>
4144 <target state="translated">Öppna video i en ny flik</target>
4145
4146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3890 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4147 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3891 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4148 <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>
3892 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4149 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3893 <context-group name="null"> 4150 <context-group name="null">
3894 <context context-type="linenumber">11</context> 4151 <context context-type="linenumber">11</context>
3895 </context-group> 4152 </context-group>
3896 <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> 4153
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 4154
3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 4155
3899 </trans-unit> 4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3900 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4157 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3901 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4158 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3902 <target state="translated">Betyg <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4159 <target state="translated">Betyg <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3903 <context-group purpose="location"> 4160
3904 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3905 <context context-type="linenumber">18</context>
3906 </context-group>
3907 </trans-unit>
3908 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4162 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3909 <source>Go to the account</source> 4163 <source>Go to the account</source>
3910 <target>Gå till kontot</target> 4164 <target>Gå till kontot</target>
@@ -3913,22 +4167,8 @@
3913 </context-group> 4167 </context-group>
3914 <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">27</context></context-group> 4168 <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">27</context></context-group>
3915 </trans-unit> 4169 </trans-unit>
3916 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4170
3917 <source>Reason:</source> 4171
3918 <target>Anledning:</target>
3919 <context-group name="null">
3920 <context context-type="linenumber">53</context>
3921 </context-group>
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3923 </trans-unit>
3924 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3925 <source>Note:</source>
3926 <target state="translated">Observera:</target>
3927 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3929 <context context-type="linenumber">72</context>
3930 </context-group>
3931 </trans-unit>
3932 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4172 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3933 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4173 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3934 <target state="translated">Visar anmälning <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 4174 <target state="translated">Visar anmälning <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3936,6 +4176,50 @@
3936 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4176 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3937 <context context-type="linenumber">5</context> 4177 <context context-type="linenumber">5</context>
3938 </context-group> 4178 </context-group>
4179 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4180 <source>
4181 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4182 </source><target state="new">
4183 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4184 </target>
4185 <context-group purpose="location">
4186 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4187 <context context-type="linenumber">20</context>
4188 </context-group>
4189 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4190 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4191 <context-group purpose="location">
4192 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4193 <context context-type="linenumber">21</context>
4194 </context-group>
4195 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4196 <source>Reportee</source><target state="new">Reportee</target>
4197 <context-group purpose="location">
4198 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4199 <context context-type="linenumber">27</context>
4200 </context-group>
4201 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4202 <source>
4203 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4204 </source><target state="new">
4205 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4206 </target>
4207 <context-group purpose="location">
4208 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4209 <context context-type="linenumber">40</context>
4210 </context-group>
4211 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4212 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4213 <context-group purpose="location">
4214 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4215 <context context-type="linenumber">41</context>
4216 </context-group>
4217 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4218 <source>Updated</source><target state="new">Updated</target>
4219 <context-group purpose="location">
4220 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4221 <context context-type="linenumber">47</context>
4222 </context-group>
3939 </trans-unit> 4223 </trans-unit>
3940 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4224 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3941 <source>Unblacklist</source> 4225 <source>Unblacklist</source>
@@ -3949,42 +4233,51 @@
3949 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4233 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3950 <source>Mute domain</source> 4234 <source>Mute domain</source>
3951 <target state="translated">Ignorera domän</target> 4235 <target state="translated">Ignorera domän</target>
3952 <context-group purpose="location"> 4236
3953 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4237 <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></trans-unit>
3954 <context context-type="linenumber">11</context>
3955 </context-group>
3956 </trans-unit>
3957 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4238 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3958 <source>Instance</source> 4239 <source>Instance</source>
3959 <target>Instans</target> 4240 <target>Instans</target>
3960 <context-group name="null"> 4241 <context-group name="null">
3961 <context context-type="linenumber">5</context> 4242 <context context-type="linenumber">5</context>
3962 </context-group> 4243 </context-group>
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4244
3964 <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> 4245
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4246
3966 </trans-unit> 4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3967 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4248 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3968 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4249 <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>
3969 <target>Ignorerad på <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4250 <target>Ignorerad på <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3970 <context-group name="null"> 4251 <context-group name="null">
3971 <context context-type="linenumber">13</context> 4252 <context context-type="linenumber">13</context>
3972 </context-group> 4253 </context-group>
3973 <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> 4254
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4255
3975 <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> 4256
3976 <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> 4257
3977 </trans-unit> 4258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3978 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4259 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3979 <source>Unmute</source> 4260 <source>Unmute</source>
3980 <target>Sluta ignorera</target> 4261 <target>Sluta ignorera</target>
3981 <context-group name="null"> 4262 <context-group name="null">
3982 <context context-type="linenumber">23</context> 4263 <context context-type="linenumber">23</context>
3983 </context-group> 4264 </context-group>
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4265
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4266
3986 <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">23</context></context-group> 4267
3987 <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> 4268
4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4270 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4271 <context-group purpose="location">
4272 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4273 <context context-type="linenumber">51</context>
4274 </context-group>
4275 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4276 <source>No server found.</source><target state="new">No server found.</target>
4277 <context-group purpose="location">
4278 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4279 <context context-type="linenumber">52</context>
4280 </context-group>
3988 </trans-unit> 4281 </trans-unit>
3989 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4282 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3990 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4283 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3997,27 +4290,33 @@
3997 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4290 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3998 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4291 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3999 <target state="translated">Det verkar som att din server inte använder HTTPS. Webbserver måste ha TLS aktiverat för att följa andra servrar.</target> 4292 <target state="translated">Det verkar som att din server inte använder HTTPS. Webbserver måste ha TLS aktiverat för att följa andra servrar.</target>
4000 <context-group purpose="location"> 4293
4001 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
4002 <context context-type="linenumber">37</context>
4003 </context-group>
4004 </trans-unit>
4005 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4295 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4006 <source>Mute domains</source> 4296 <source>Mute domains</source>
4007 <target state="translated">Ignorera instanser</target> 4297 <target state="translated">Ignorera instanser</target>
4008 <context-group purpose="location"> 4298
4009 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4010 <context context-type="linenumber">35</context>
4011 </context-group>
4012 </trans-unit>
4013 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4300 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4014 <source>Account</source> 4301 <source>Account</source>
4015 <target>Konto</target> 4302 <target>Konto</target>
4016 <context-group name="null"> 4303 <context-group name="null">
4017 <context context-type="linenumber">12</context> 4304 <context context-type="linenumber">12</context>
4018 </context-group> 4305 </context-group>
4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4306
4020 <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> 4307
4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4309 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4310 <context-group purpose="location">
4311 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4312 <context context-type="linenumber">58</context>
4313 </context-group>
4314 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4315 <source>No account found.</source><target state="new">No account found.</target>
4316 <context-group purpose="location">
4317 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4318 <context context-type="linenumber">59</context>
4319 </context-group>
4021 </trans-unit> 4320 </trans-unit>
4022 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4321 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4023 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4322 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -4164,8 +4463,8 @@
4164 <context-group name="null"> 4463 <context-group name="null">
4165 <context context-type="linenumber">22</context> 4464 <context context-type="linenumber">22</context>
4166 </context-group> 4465 </context-group>
4167 <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">29</context></context-group> 4466
4168 </trans-unit> 4467 <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">47</context></context-group></trans-unit>
4169 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4468 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4170 <source>System</source> 4469 <source>System</source>
4171 <target>System</target> 4470 <target>System</target>
@@ -4233,8 +4532,8 @@
4233 </context-group> 4532 </context-group>
4234 </trans-unit> 4533 </trans-unit>
4235 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4534 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4236 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4535 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4237 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4536 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4238 <context-group purpose="location"> 4537 <context-group purpose="location">
4239 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4538 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4240 <context context-type="linenumber">32</context> 4539 <context context-type="linenumber">32</context>
@@ -4282,8 +4581,8 @@
4282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4283 </trans-unit> 4582 </trans-unit>
4284 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4583 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4285 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4584 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4286 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target> 4585 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target>
4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4288 </trans-unit> 4587 </trans-unit>
4289 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4588 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4325,8 +4624,8 @@
4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4326 </trans-unit> 4625 </trans-unit>
4327 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4626 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4328 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4627 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4329 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att bygga ett moderationsteam. </target> 4628 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att bygga ett moderationsteam. </target>
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4331 </trans-unit> 4630 </trans-unit>
4332 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4631 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4338,8 +4637,11 @@
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4339 </trans-unit> 4638 </trans-unit>
4340 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4639 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4341 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4640 <source>
4342 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target> 4641 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/>"/>
4642 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4643 </source>
4644 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target>
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4344 </trans-unit> 4646 </trans-unit>
4345 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4647 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4351,8 +4653,8 @@
4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4352 </trans-unit> 4654 </trans-unit>
4353 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4655 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4354 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4656 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4355 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target> 4657 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target>
4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4357 </trans-unit> 4659 </trans-unit>
4358 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4660 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4386,8 +4688,8 @@
4386 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4688 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4387 <source>Strategy</source> 4689 <source>Strategy</source>
4388 <target state="translated">Strategi</target> 4690 <target state="translated">Strategi</target>
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4691
4390 </trans-unit> 4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4391 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4693 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4392 <source>Terms</source> 4694 <source>Terms</source>
4393 <target>Villkor</target> 4695 <target>Villkor</target>
@@ -4512,8 +4814,8 @@
4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4513 </trans-unit> 4815 </trans-unit>
4514 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4816 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4515 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4817 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4516 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4818 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4518 </trans-unit> 4820 </trans-unit>
4519 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4821 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4575,8 +4877,8 @@
4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4576 </trans-unit> 4878 </trans-unit>
4577 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4879 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4578 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4880 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4579 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att ange deras kvot individuellt. </target> 4881 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att ange deras kvot individuellt. </target>
4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4581 </trans-unit> 4883 </trans-unit>
4582 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4884 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4751,8 +5053,8 @@
4751 <context-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> 5053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4752 </trans-unit> 5054 </trans-unit>
4753 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5055 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4754 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5056 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4755 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> till andra instanser. </target> 5057 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> till andra instanser. </target>
4756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4757 </trans-unit> 5059 </trans-unit>
4758 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5060 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4771,8 +5073,8 @@
4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4772 </trans-unit> 5074 </trans-unit>
4773 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5075 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4774 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5076 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4775 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5077 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4776 <context-group purpose="location"> 5078 <context-group purpose="location">
4777 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5079 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4778 <context context-type="linenumber">450</context> 5080 <context context-type="linenumber">450</context>
@@ -4865,8 +5167,14 @@
4865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4866 </trans-unit> 5168 </trans-unit>
4867 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5169 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4868 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5170 <source>
4869 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att se om din instans är vitlistad. </target> 5171 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/>"/>
5172 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/>"/>
5173 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5174 <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>"/>
5175 to see if you instance is whitelisted.
5176 </source>
5177 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att se om din instans är vitlistad. </target>
4870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4871 </trans-unit> 5179 </trans-unit>
4872 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5180 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4883,7 +5191,10 @@
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4884 </trans-unit> 5192 </trans-unit>
4885 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5193 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4886 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5194 <source>
5195 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5196 resources, this is a critical part of PeerTube, so tread carefully.
5197 </source>
4887 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target> 5198 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target>
4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4889 </trans-unit> 5200 </trans-unit>
@@ -4930,8 +5241,16 @@
4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4931 </trans-unit> 5242 </trans-unit>
4932 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5243 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4933 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5244 <source>
4934 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5245 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5246
5247 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5248
5249 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5250
5251 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5252 </source>
5253 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4936 </trans-unit> 5255 </trans-unit>
4937 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5256 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4940,8 +5259,19 @@
4940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4941 </trans-unit> 5260 </trans-unit>
4942 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5261 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4943 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5262 <source>
4944 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kräver minst version &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5263 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5264
5265 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5266 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5267 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5268 <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>"/>
5269 <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>"/>
5270 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5271
5272 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5273 </source>
5274 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kräver minst version >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4946 </trans-unit> 5276 </trans-unit>
4947 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5277 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5004,13 +5334,24 @@
5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5005 </trans-unit> 5335 </trans-unit>
5006 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5336 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5007 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5337 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5008 <target state="translated">Skriv ditt JavaScript här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5338 <target state="translated">Skriv ditt JavaScript här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5010 </trans-unit> 5340 </trans-unit>
5011 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5341 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5012 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5342 <source>
5013 <target state="translated">Skriv din CSS-kod här. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Föregå med <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> för att skriva över standardutseendet. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5343 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/>"/>
5344 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5345 color: red;
5346 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5347 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5348 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5349 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5350 color: red;
5351 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5352 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5353 </source>
5354 <target state="translated">Skriv din CSS-kod här. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Föregå med <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> för att skriva över standardutseendet. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5015 </trans-unit> 5356 </trans-unit>
5016 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5357 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5203,9 +5544,9 @@
5203 <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> 5544 <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>
5204 </trans-unit> 5545 </trans-unit>
5205 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5546 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5206 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5547 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5207 <target> 5548 <target>
5208 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, kommer en bekräftelse krävas innan videon visas. 5549 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, kommer en bekräftelse krävas innan videon visas.
5209 </target> 5550 </target>
5210 <context-group name="null"> 5551 <context-group name="null">
5211 <context context-type="linenumber">6</context> 5552 <context context-type="linenumber">6</context>
@@ -5235,9 +5576,9 @@
5235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5236 </trans-unit> 5577 </trans-unit>
5237 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5578 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5238 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5579 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5239 <target> 5580 <target>
5240 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5581 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5241</target> 5582</target>
5242 <context-group name="null"> 5583 <context-group name="null">
5243 <context context-type="linenumber">4</context> 5584 <context context-type="linenumber">4</context>
@@ -5245,9 +5586,9 @@
5245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5586 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5246 </trans-unit> 5587 </trans-unit>
5247 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5588 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5248 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5589 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5249 <target> 5590 <target>
5250 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> inväntar verifikation via e-post 5591 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> inväntar verifikation via e-post
5251</target> 5592</target>
5252 <context-group name="null"> 5593 <context-group name="null">
5253 <context context-type="linenumber">8</context> 5594 <context context-type="linenumber">8</context>
@@ -5329,8 +5670,8 @@
5329 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5670 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5330 </trans-unit> 5671 </trans-unit>
5331 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5672 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5332 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5673 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5333 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5674 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5334 <context-group purpose="location"> 5675 <context-group purpose="location">
5335 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5676 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5336 <context context-type="linenumber">2</context> 5677 <context context-type="linenumber">2</context>
@@ -5366,10 +5707,13 @@
5366 <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> 5707 <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>
5367 </trans-unit> 5708 </trans-unit>
5368 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5709 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5369 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5710 <source>
5711 Created
5712 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5713 </source>
5370 <target> 5714 <target>
5371 Skapad 5715 Skapad
5372 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5716 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5373 </target> 5717 </target>
5374 <context-group name="null"> 5718 <context-group name="null">
5375 <context context-type="linenumber">15</context> 5719 <context context-type="linenumber">15</context>
@@ -5441,8 +5785,9 @@
5441 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5785 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5442 </trans-unit> 5786 </trans-unit>
5443 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5787 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5444 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5788 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5445 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br /&gt;&lt;br /&gt; När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target> 5789 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5790 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br />&lt;br /> När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target>
5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5791 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5447 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5792 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5448 </trans-unit> 5793 </trans-unit>
@@ -5469,24 +5814,18 @@
5469 <context-group name="null"> 5814 <context-group name="null">
5470 <context context-type="linenumber">8</context> 5815 <context context-type="linenumber">8</context>
5471 </context-group> 5816 </context-group>
5472 <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> 5817
5473 </trans-unit> 5818 <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>
5474 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5819 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5475 <source>See the error</source> 5820 <source>See the error</source>
5476 <target state="translated">Visa felet</target> 5821 <target state="translated">Visa felet</target>
5477 <context-group purpose="location"> 5822
5478 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5823 <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">20</context></context-group></trans-unit>
5479 <context context-type="linenumber">19</context>
5480 </context-group>
5481 </trans-unit>
5482 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5824 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5483 <source>This video was deleted</source> 5825 <source>This video was deleted</source>
5484 <target state="translated">Den här videon har raderats</target> 5826 <target state="translated">Den här videon har raderats</target>
5485 <context-group purpose="location"> 5827
5486 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5828 <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">37</context></context-group></trans-unit>
5487 <context context-type="linenumber">36</context>
5488 </context-group>
5489 </trans-unit>
5490 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5829 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5491 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5830 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5492 <target state="translated">Om du raderar ditt konto kan det inte återskapas. Du kommer bli ombedd att bekräfta åtgärden.</target> 5831 <target state="translated">Om du raderar ditt konto kan det inte återskapas. Du kommer bli ombedd att bekräfta åtgärden.</target>
@@ -5545,9 +5884,12 @@
5545 </context-group> 5884 </context-group>
5546 </trans-unit> 5885 </trans-unit>
5547 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5886 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5548 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5887 <source>
5888 <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>"/>
5889 Delete history
5890 </source>
5549 <target> 5891 <target>
5550 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5892 <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>"/>
5551 Radera historik 5893 Radera historik
5552 </target> 5894 </target>
5553 <context-group name="null"> 5895 <context-group name="null">
@@ -5564,9 +5906,12 @@
5564 </context-group> 5906 </context-group>
5565 </trans-unit> 5907 </trans-unit>
5566 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5908 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5567 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5909 <source>
5910 <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>"/>
5911 Notification preferences
5912 </source>
5568 <target> 5913 <target>
5569 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5914 <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>"/>
5570 Notifikationsinställningar 5915 Notifikationsinställningar
5571 </target> 5916 </target>
5572 <context-group name="null"> 5917 <context-group name="null">
@@ -5646,8 +5991,8 @@
5646 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5991 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5647 </trans-unit> 5992 </trans-unit>
5648 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5993 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5649 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5994 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5650 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5995 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5651 <context-group purpose="location"> 5996 <context-group purpose="location">
5652 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5997 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5653 <context context-type="linenumber">2</context> 5998 <context context-type="linenumber">2</context>
@@ -5675,9 +6020,9 @@
5675 <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> 6020 <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>
5676 </trans-unit> 6021 </trans-unit>
5677 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6022 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5678 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6023 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5679 <target> 6024 <target>
5680 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6025 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5681 </target> 6026 </target>
5682 <context-group name="null"> 6027 <context-group name="null">
5683 <context context-type="linenumber">13</context> 6028 <context context-type="linenumber">13</context>
@@ -6131,23 +6476,27 @@
6131 </context-group> 6476 </context-group>
6132 </trans-unit> 6477 </trans-unit>
6133 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6478 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6134 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6479 <source>
6135 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6480 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6481 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6482 </source>
6483 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6136 <context-group purpose="location"> 6484 <context-group purpose="location">
6137 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6485 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6138 <context context-type="linenumber">13</context> 6486 <context context-type="linenumber">13</context>
6139 </context-group> 6487 </context-group>
6140 </trans-unit> 6488 </trans-unit>
6141 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6489 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6142 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6490 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6143 <target state="translated">Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information. </target> 6491 <target state="translated">Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information. </target>
6144 <context-group purpose="location"> 6492 <context-group purpose="location">
6145 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6493 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6146 <context context-type="linenumber">18</context> 6494 <context context-type="linenumber">18</context>
6147 </context-group> 6495 </context-group>
6148 </trans-unit> 6496 </trans-unit>
6149 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6497 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6150 <source>Use PeerTube documentation</source> 6498 <source>Use PeerTube
6499 documentation</source>
6151 <target state="translated">Läs PeerTubes dokumentation</target> 6500 <target state="translated">Läs PeerTubes dokumentation</target>
6152 <context-group purpose="location"> 6501 <context-group purpose="location">
6153 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6502 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6163,7 +6512,8 @@
6163 </context-group> 6512 </context-group>
6164 </trans-unit> 6513 </trans-unit>
6165 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6514 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6166 <source>PeerTube Applications</source> 6515 <source>PeerTube
6516 Applications</source>
6167 <target state="translated">PeerTube-applikationer</target> 6517 <target state="translated">PeerTube-applikationer</target>
6168 <context-group purpose="location"> 6518 <context-group purpose="location">
6169 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6519 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6179,7 +6529,8 @@
6179 </context-group> 6529 </context-group>
6180 </trans-unit> 6530 </trans-unit>
6181 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6531 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6182 <source>Contribute on PeerTube</source> 6532 <source>Contribute on
6533 PeerTube</source>
6183 <target state="translated">Bidra till PeerTube</target> 6534 <target state="translated">Bidra till PeerTube</target>
6184 <context-group purpose="location"> 6535 <context-group purpose="location">
6185 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6536 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6203,7 +6554,11 @@
6203 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6204 </trans-unit> 6555 </trans-unit>
6205 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6556 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6206 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6557 <source>
6558 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6559 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6560 follows applies only if you want to keep using the P2P mode of PeerTube.
6561 </source>
6207 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target> 6562 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target>
6208 <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> 6563 <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>
6209 </trans-unit> 6564 </trans-unit>
@@ -6216,17 +6571,27 @@
6216 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6571 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6217 </trans-unit> 6572 </trans-unit>
6218 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6573 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6219 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6574 <source>
6575 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6576 In practice, this is much more difficult because:
6577 </source>
6220 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target> 6578 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target>
6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6579 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6222 </trans-unit> 6580 </trans-unit>
6223 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6581 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6224 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6582 <source>
6583 An HTTP request has to be sent on each tracker for each video to spy.
6584 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6585 </source>
6225 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target> 6586 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target>
6226 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6587 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6227 </trans-unit> 6588 </trans-unit>
6228 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6589 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6229 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6590 <source>
6591 For each request sent, the tracker returns random peers at a limited number.
6592 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
6593 requests sent to know every peer in the swarm
6594 </source>
6230 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target> 6595 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target>
6231 <context-group purpose="location"> 6596 <context-group purpose="location">
6232 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6597 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6239,7 +6604,10 @@
6239 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6604 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6240 </trans-unit> 6605 </trans-unit>
6241 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6606 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6242 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6607 <source>
6608 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
6609 video
6610 </source>
6243 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target> 6611 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target>
6244 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6612 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6245 </trans-unit> 6613 </trans-unit>
@@ -6249,12 +6617,21 @@
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6617 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6250 </trans-unit> 6618 </trans-unit>
6251 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6619 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6252 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6620 <source>
6253 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information </target> 6621 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
6622 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6623 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6624 to forward the information to.
6625 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
6626 </source>
6627 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information </target>
6254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6628 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6255 </trans-unit> 6629 </trans-unit>
6256 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6630 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6257 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6631 <source>
6632 The worst-case scenario of an average person spying on their friends is quite unlikely.
6633 There are much more effective ways to get that kind of information.
6634 </source>
6258 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target> 6635 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target>
6259 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6636 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6260 </trans-unit> 6637 </trans-unit>
@@ -6267,7 +6644,11 @@
6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6644 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6268 </trans-unit> 6645 </trans-unit>
6269 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6646 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6270 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6647 <source>
6648 The threats to privacy with YouTube are different from PeerTube's.
6649 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6650 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6651 </source>
6271 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target> 6652 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target>
6272 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6653 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6273 </trans-unit> 6654 </trans-unit>
@@ -6280,7 +6661,12 @@
6280 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6661 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6281 </trans-unit> 6662 </trans-unit>
6282 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6663 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6283 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6664 <source>
6665 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
6666 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6667 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.
6668 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6669 </source>
6284 <target state="translated">Din IP-adress är offentlig, så varje gång du använder en webbplats kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target> 6670 <target state="translated">Din IP-adress är offentlig, så varje gång du använder en webbplats kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target>
6285 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6671 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6286 </trans-unit> 6672 </trans-unit>
@@ -6293,7 +6679,10 @@
6293 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6679 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6294 </trans-unit> 6680 </trans-unit>
6295 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6681 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6296 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6682 <source>
6683 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6684 and render attacks less likely. Here is what we put in place so far:
6685 </source>
6297 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target> 6686 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target>
6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6687 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6299 </trans-unit> 6688 </trans-unit>
@@ -6318,7 +6707,10 @@
6318 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6707 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6319 </trans-unit> 6708 </trans-unit>
6320 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6709 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6321 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6710 <source>
6711 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6712 WebRTC in your browser.
6713 </source>
6322 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target> 6714 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target>
6323 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6324 </trans-unit> 6716 </trans-unit>
@@ -6355,8 +6747,8 @@
6355 </context-group> 6747 </context-group>
6356 </trans-unit> 6748 </trans-unit>
6357 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6749 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6358 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6750 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6359 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6751 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6360 <context-group purpose="location"> 6752 <context-group purpose="location">
6361 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6753 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6362 <context context-type="linenumber">3</context> 6754 <context context-type="linenumber">3</context>
@@ -6439,9 +6831,12 @@
6439 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6440 </trans-unit> 6832 </trans-unit>
6441 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6833 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6442 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6834 <source>
6835 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/>"/>
6836 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.
6837 </source>
6443 <target> 6838 <target>
6444 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6839 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6445 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. 6840 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi.
6446 </target> 6841 </target>
6447 <context-group name="null"> 6842 <context-group name="null">
@@ -6518,11 +6913,16 @@
6518 </context-group> 6913 </context-group>
6519 </trans-unit> 6914 </trans-unit>
6520 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6915 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6521 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6916 <source>
6917 I am at least 16 years old and agree
6918 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>"/>
6919 <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>"/>
6920 of this instance
6921 </source>
6522 <target> 6922 <target>
6523 Jag är minst 16 år gammal och godkänner 6923 Jag är minst 16 år gammal och godkänner
6524 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6924 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6525 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6925 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6526 6926
6527 </target> 6927 </target>
6528 <context-group name="null"> 6928 <context-group name="null">
@@ -6627,8 +7027,8 @@
6627 </context-group> 7027 </context-group>
6628 </trans-unit> 7028 </trans-unit>
6629 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7029 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6630 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7030 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6631 <target state="translated">En <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> som bevarar originalets ljudspår men inte bilden</target> 7031 <target state="translated">En <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> som bevarar originalets ljudspår men inte bilden</target>
6632 <context-group purpose="location"> 7032 <context-group purpose="location">
6633 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7033 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6634 <context context-type="linenumber">1</context> 7034 <context context-type="linenumber">1</context>
@@ -7379,15 +7779,14 @@
7379 <context context-type="linenumber">1</context> 7779 <context context-type="linenumber">1</context>
7380 </context-group> 7780 </context-group>
7381 <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> 7781 <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>
7382 </trans-unit> 7782 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7383 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7783 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7384 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7385 <target state="translated">Användaren <x id="INTERPOLATION" equiv-text="{{user.username}}"/> har uppdaterats.</target>
7386 <context-group purpose="location"> 7784 <context-group purpose="location">
7387 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7785 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7388 <context context-type="linenumber">1</context> 7786 <context context-type="linenumber">1</context>
7389 </context-group> 7787 </context-group>
7390 </trans-unit> 7788 </trans-unit>
7789
7391 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7790 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7392 <source>Update user</source> 7791 <source>Update user</source>
7393 <target>Uppdatera användare</target> 7792 <target>Uppdatera användare</target>
@@ -8256,6 +8655,12 @@
8256 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8655 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8257 <context context-type="linenumber">1</context> 8656 <context context-type="linenumber">1</context>
8258 </context-group> 8657 </context-group>
8658 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8659 <source>Unknown</source><target state="new">Unknown</target>
8660 <context-group purpose="location">
8661 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8662 <context context-type="linenumber">1</context>
8663 </context-group>
8259 </trans-unit> 8664 </trans-unit>
8260 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8665 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8261 <source>Your password has been successfully reset!</source> 8666 <source>Your password has been successfully reset!</source>
@@ -8327,8 +8732,8 @@
8327 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8732 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8328 </trans-unit> 8733 </trans-unit>
8329 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8734 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8330 <source>Long (&gt; 10 min)</source> 8735 <source>Long (> 10 min)</source>
8331 <target>Lång (&gt; 10 min)</target> 8736 <target>Lång (> 10 min)</target>
8332 <context-group name="null"> 8737 <context-group name="null">
8333 <context context-type="linenumber">1</context> 8738 <context context-type="linenumber">1</context>
8334 </context-group> 8739 </context-group>
@@ -9687,8 +10092,8 @@
9687 <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> 10092 <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>
9688 </trans-unit> 10093 </trans-unit>
9689 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10094 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9690 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10095 <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>
9691 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibel text med stöd för:</target> 10096 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibel text med stöd för:</target>
9692 <context-group name="null"> 10097 <context-group name="null">
9693 <context context-type="linenumber">1</context> 10098 <context context-type="linenumber">1</context>
9694 </context-group> 10099 </context-group>
@@ -9812,7 +10217,19 @@
9812 <context-group name="null"> 10217 <context-group name="null">
9813 <context context-type="linenumber">1</context> 10218 <context context-type="linenumber">1</context>
9814 </context-group> 10219 </context-group>
9815 <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> 10220
10221 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10222 <source>Mute server</source><target state="new">Mute server</target>
10223 <context-group purpose="location">
10224 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10225 <context context-type="linenumber">1</context>
10226 </context-group>
10227 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10228 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10229 <context-group purpose="location">
10230 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10231 <context context-type="linenumber">1</context>
10232 </context-group>
9816 </trans-unit> 10233 </trans-unit>
9817 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10234 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9818 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10235 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10160,6 +10577,24 @@
10160 </context-group> 10577 </context-group>
10161 <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> 10578 <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>
10162 <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> 10579 <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>
10580 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10581 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10582 <context-group purpose="location">
10583 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10584 <context context-type="linenumber">1</context>
10585 </context-group>
10586 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10587 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10588 <context-group purpose="location">
10589 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10590 <context context-type="linenumber">1</context>
10591 </context-group>
10592 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10593 <source>Delete video</source><target state="new">Delete video</target>
10594 <context-group purpose="location">
10595 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10596 <context context-type="linenumber">1</context>
10597 </context-group>
10163 </trans-unit> 10598 </trans-unit>
10164 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10599 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10165 <source>Encoder</source> 10600 <source>Encoder</source>
@@ -10228,7 +10663,25 @@
10228 <context-group name="null"> 10663 <context-group name="null">
10229 <context context-type="linenumber">1</context> 10664 <context context-type="linenumber">1</context>
10230 </context-group> 10665 </context-group>
10231 <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> 10666
10667 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10668 <source>Video deleted.</source><target state="new">Video deleted.</target>
10669 <context-group purpose="location">
10670 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10671 <context context-type="linenumber">1</context>
10672 </context-group>
10673 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10674 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10675 <context-group purpose="location">
10676 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10677 <context context-type="linenumber">1</context>
10678 </context-group>
10679 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10680 <source>Mute reporter</source><target state="new">Mute reporter</target>
10681 <context-group purpose="location">
10682 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10683 <context context-type="linenumber">1</context>
10684 </context-group>
10232 </trans-unit> 10685 </trans-unit>
10233 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10686 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10234 <source>This video will be duplicated by your instance.</source> 10687 <source>This video will be duplicated by your instance.</source>
@@ -10254,22 +10707,39 @@
10254 <context context-type="linenumber">1</context> 10707 <context context-type="linenumber">1</context>
10255 </context-group> 10708 </context-group>
10256 <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> 10709 <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>
10257 </trans-unit> 10710 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10258 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10711 <source>Mirror</source><target state="new">Mirror</target>
10259 <source>Duplicate (redundancy)</source>
10260 <target state="translated">Duplicera (redundans)</target>
10261 <context-group purpose="location"> 10712 <context-group purpose="location">
10262 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10713 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10263 <context context-type="linenumber">1</context> 10714 <context context-type="linenumber">1</context>
10264 </context-group> 10715 </context-group>
10265 </trans-unit> 10716 </trans-unit>
10717
10266 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10718 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10267 <source>Report</source> 10719 <source>Report</source>
10268 <target>Rapportera</target> 10720 <target>Rapportera</target>
10269 <context-group name="null"> 10721 <context-group name="null">
10270 <context context-type="linenumber">1</context> 10722 <context context-type="linenumber">1</context>
10271 </context-group> 10723 </context-group>
10272 <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> 10724
10725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10726 <source>Note</source><target state="new">Note</target>
10727 <context-group purpose="location">
10728 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10729 <context context-type="linenumber">61</context>
10730 </context-group>
10731 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10732 <source>The video was deleted</source><target state="new">The video was deleted</target>
10733 <context-group purpose="location">
10734 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10735 <context context-type="linenumber">71</context>
10736 </context-group>
10737 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10738 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10739 <context-group purpose="location">
10740 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10741 <context context-type="linenumber">72</context>
10742 </context-group>
10273 </trans-unit> 10743 </trans-unit>
10274 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10744 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10275 <source>Published</source> 10745 <source>Published</source>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 44fec0b31..d36d33c61 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -515,7 +515,7 @@
515 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 515 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
516 <source>Deleted</source><target state="new">Deleted</target> 516 <source>Deleted</source><target state="new">Deleted</target>
517 517
518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
520 <context-group purpose="location"> 520 <context-group purpose="location">
521 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 521 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -785,7 +785,7 @@
785 <context-group name="null"> 785 <context-group name="null">
786 <context context-type="linenumber">23</context> 786 <context context-type="linenumber">23</context>
787 </context-group> 787 </context-group>
788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
789 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 789 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
790 <source>Ban this user</source> 790 <source>Ban this user</source>
791 <target>இந்த பயணரை ரத்து செய்</target> 791 <target>இந்த பயணரை ரத்து செய்</target>
@@ -794,11 +794,8 @@
794 </context-group> 794 </context-group>
795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
796 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 796 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
797 <context-group purpose="location"> 797
798 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
799 <context context-type="linenumber">11</context>
800 </context-group>
801 </trans-unit>
802 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 799 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
803 <source> 800 <source>
804 Login 801 Login
@@ -809,109 +806,125 @@
809 <context-group name="null"> 806 <context-group name="null">
810 <context context-type="linenumber">2</context> 807 <context context-type="linenumber">2</context>
811 </context-group> 808 </context-group>
812 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 809 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
813 <source> 810 <source>
814 If you are looking for an account… 811 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
815 </source><target state="new"> 812 </source><target state="new">
816 If you are looking for an account… 813 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
817 </target> 814 </target>
818 <context-group purpose="location"> 815 <context-group purpose="location">
819 <context context-type="sourcefile">src/app/login/login.component.html</context> 816 <context context-type="sourcefile">src/app/login/login.component.html</context>
820 <context context-type="linenumber">7</context> 817 <context context-type="linenumber">6</context>
818 </context-group>
819 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
820 <source>
821 If you are looking for an account…
822 </source><target state="new">
823 If you are looking for an account…
824 </target>
825 <context-group purpose="location">
826 <context context-type="sourcefile">src/app/login/login.component.html</context>
827 <context context-type="linenumber">12</context>
821 </context-group> 828 </context-group>
822 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 829 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
823 <source> 830 <source>
824 Currently this instance doesn't allow for user registration, but you can find an instance 831 Currently this instance doesn't allow for user registration, but you can find an instance
825 that gives you the possibility to sign up for an account and upload your videos there. 832 that gives you the possibility to sign up for an account and upload your videos there.
826 833
827 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 834 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
828 835
829 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 836 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
830 </source><target state="new"> 837 </source><target state="new">
831 Currently this instance doesn't allow for user registration, but you can find an instance 838 Currently this instance doesn't allow for user registration, but you can find an instance
832 that gives you the possibility to sign up for an account and upload your videos there. 839 that gives you the possibility to sign up for an account and upload your videos there.
833 840
834 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 841 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
835 842
836 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 843 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
837 </target> 844 </target>
838 <context-group purpose="location"> 845 <context-group purpose="location">
839 <context context-type="sourcefile">src/app/login/login.component.html</context> 846 <context context-type="sourcefile">src/app/login/login.component.html</context>
840 <context context-type="linenumber">11</context> 847 <context context-type="linenumber">16</context>
841 </context-group> 848 </context-group>
842 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 849 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
843 <source>Request new verification email.</source><target state="new">Request new verification email.</target> 850 <source>Request new verification email.</source><target state="new">Request new verification email.</target>
844 851
845 852
846 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
847 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 854 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
848 <source>User</source> 855 <source>User</source>
849 <target>பயணர்</target> 856 <target>பயணர்</target>
850 <context-group name="null"> 857 <context-group name="null">
851 <context context-type="linenumber">13</context> 858 <context context-type="linenumber">13</context>
852 </context-group> 859 </context-group>
853 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html"> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
854 <source>Username or email address</source><target state="new">Username or email address</target> 861 <source>Username or email address</source><target state="new">Username or email address</target>
855 862
856 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
857 <source> 864 <source>
858 or create an account 865 or create an account
859 </source><target state="new"> 866 </source><target state="new">
860 or create an account 867 or create an account
861 </target> 868 </target>
862 869 <context-group purpose="location">
863 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 870 <context context-type="sourcefile">src/app/login/login.component.html</context>
871 <context context-type="linenumber">40</context>
872 </context-group>
873 </trans-unit>
864 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 874 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
865 <source>Password</source> 875 <source>Password</source>
866 <target>கடவுச்சொல்</target> 876 <target>கடவுச்சொல்</target>
867 <context-group name="null"> 877 <context-group name="null">
868 <context context-type="linenumber">54</context> 878 <context context-type="linenumber">54</context>
869 </context-group> 879 </context-group>
870 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 880 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
871 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 881 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
872 <context-group purpose="location"> 882
873 <context context-type="sourcefile">src/app/login/login.component.html</context> 883 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
874 <context context-type="linenumber">50</context>
875 </context-group>
876 </trans-unit>
877 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 884 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
878 <source>Login</source> 885 <source>Login</source>
879 <target>உள்நுழை</target> 886 <target>உள்நுழை</target>
880 <context-group name="null"> 887 <context-group name="null">
881 <context context-type="linenumber">32</context> 888 <context context-type="linenumber">32</context>
882 </context-group> 889 </context-group>
883 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 890 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
891 <source>Or sign in with</source><target state="new">Or sign in with</target>
892 <context-group purpose="location">
893 <context context-type="sourcefile">src/app/login/login.component.html</context>
894 <context context-type="linenumber">68</context>
895 </context-group>
896 </trans-unit>
884 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 897 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
885 <source>Forgot your password</source> 898 <source>Forgot your password</source>
886 <target>கடவுச்சொல் மறந்துவிட்டது</target> 899 <target>கடவுச்சொல் மறந்துவிட்டது</target>
887 <context-group name="null"> 900 <context-group name="null">
888 <context context-type="linenumber">58</context> 901 <context context-type="linenumber">58</context>
889 </context-group> 902 </context-group>
890 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 903 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
891 <source> 904 <source>
892 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 905 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
893 </source><target state="new"> 906 </source><target state="new">
894 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 907 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
895 </target> 908 </target>
896 909
897 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 910 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
898 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 911 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
899 <source>Email</source> 912 <source>Email</source>
900 <target>மின்னஞ்சல்</target> 913 <target>மின்னஞ்சல்</target>
901 <context-group name="null"> 914 <context-group name="null">
902 <context context-type="linenumber">43</context> 915 <context context-type="linenumber">43</context>
903 </context-group> 916 </context-group>
904 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 917 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
905 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 918 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
906 <source>Email address</source> 919 <source>Email address</source>
907 <target>மின்னஞ்சல்</target> 920 <target>மின்னஞ்சல்</target>
908 <context-group name="null"> 921 <context-group name="null">
909 <context context-type="linenumber">10</context> 922 <context context-type="linenumber">10</context>
910 </context-group> 923 </context-group>
911 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 924 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
912 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target> 925 <source>Send me an email to reset my password</source><target state="new">Send me an email to reset my password</target>
913 926
914 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 927 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
915 <source> 928 <source>
916 Reset my password 929 Reset my password
917 </source><target state="new"> 930 </source><target state="new">
@@ -1599,14 +1612,11 @@
1599 </source><target state="new"> 1612 </source><target state="new">
1600 This will replace an existing caption! 1613 This will replace an existing caption!
1601 </target> 1614 </target>
1602 <context-group purpose="location"> 1615
1603 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1616 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1604 <context context-type="linenumber">29</context>
1605 </context-group>
1606 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1607 <source>Add this caption</source><target state="new">Add this caption</target> 1617 <source>Add this caption</source><target state="new">Add this caption</target>
1608 1618
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1610 <source>Title</source><target state="new">Title</target> 1620 <source>Title</source><target state="new">Title</target>
1611 1621
1612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> 1622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
@@ -2155,7 +2165,7 @@
2155 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2165 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2156 <source>More information</source><target state="new">More information</target> 2166 <source>More information</source><target state="new">More information</target>
2157 2167
2158 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2168 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2159 <source>Get more information</source><target state="new">Get more information</target> 2169 <source>Get more information</source><target state="new">Get more information</target>
2160 2170
2161 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2317,16 +2327,43 @@
2317 2327
2318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2319 <source>Follow domain</source><target state="new">Follow domain</target> 2329 <source>Follow domain</source><target state="new">Follow domain</target>
2320 <context-group purpose="location"> 2330
2321 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2331 <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><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2322 <context context-type="linenumber">15</context>
2323 </context-group>
2324 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2325 <source>Filter...</source><target state="new">Filter...</target> 2332 <source>Filter...</source><target state="new">Filter...</target>
2326 2333
2327 2334
2328 2335
2329 <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">29</context></context-group></trans-unit> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2337 <source>Clear filters</source><target state="new">Clear filters</target>
2338 <context-group purpose="location">
2339 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2340 <context context-type="linenumber">15</context>
2341 </context-group>
2342 <context-group purpose="location">
2343 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2344 <context context-type="linenumber">15</context>
2345 </context-group>
2346 <context-group purpose="location">
2347 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2348 <context context-type="linenumber">34</context>
2349 </context-group>
2350 <context-group purpose="location">
2351 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2352 <context context-type="linenumber">16</context>
2353 </context-group>
2354 <context-group purpose="location">
2355 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2356 <context context-type="linenumber">31</context>
2357 </context-group>
2358 <context-group purpose="location">
2359 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2360 <context context-type="linenumber">15</context>
2361 </context-group>
2362 <context-group purpose="location">
2363 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2364 <context context-type="linenumber">15</context>
2365 </context-group>
2366 </trans-unit>
2330 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2367 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2331 <source>ID</source> 2368 <source>ID</source>
2332 <target>ID</target> 2369 <target>ID</target>
@@ -2336,13 +2373,13 @@
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2337 <source>Follower handle</source><target state="new">Follower handle</target> 2374 <source>Follower handle</source><target state="new">Follower handle</target>
2338 2375
2339 <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></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2340 <source>State</source><target state="new">State</target> 2377 <source>State</source><target state="new">State</target>
2341 2378
2342 2379
2343 2380
2344 2381
2345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2346 <source>Delayed.</source><target state="new">Delayed.</target> 2383 <source>Delayed.</source><target state="new">Delayed.</target>
2347 2384
2348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2366,26 +2403,44 @@
2366 2403
2367 2404
2368 2405
2369 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2370 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2407 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2371 <source>Accepted</source> 2408 <source>Accepted</source>
2372 <target>ஏற்றுக்கொள்ளப்பட்டது</target> 2409 <target>ஏற்றுக்கொள்ளப்பட்டது</target>
2373 <context-group name="null"> 2410 <context-group name="null">
2374 <context context-type="linenumber">32</context> 2411 <context context-type="linenumber">32</context>
2375 </context-group> 2412 </context-group>
2376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2377 <source>Pending</source><target state="new">Pending</target> 2414 <source>Pending</source><target state="new">Pending</target>
2378 2415
2379 2416
2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2381 <source>Accept</source><target state="new">Accept</target> 2418 <source>Accept</source><target state="new">Accept</target>
2382 2419
2383 2420
2384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2385 <source>Refuse</source><target state="new">Refuse</target> 2422 <source>Refuse</source><target state="new">Refuse</target>
2386 2423
2387 2424
2388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2426 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2427 <context-group purpose="location">
2428 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2429 <context context-type="linenumber">55</context>
2430 </context-group>
2431 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2432 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2433 <context-group purpose="location">
2434 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2435 <context context-type="linenumber">56</context>
2436 </context-group>
2437 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2438 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2439 <context-group purpose="location">
2440 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2441 <context context-type="linenumber">5</context>
2442 </context-group>
2443 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2389 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2444 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2390 <context-group purpose="location"> 2445 <context-group purpose="location">
2391 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2446 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2394,16 +2449,41 @@
2394 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2449 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2395 <source>Host</source><target state="new">Host</target> 2450 <source>Host</source><target state="new">Host</target>
2396 2451
2397 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2398 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2453 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2399 2454
2400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2401 <source>Follow domains</source><target state="new">Follow domains</target> 2456 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2402 <context-group purpose="location"> 2457 <context-group purpose="location">
2403 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2458 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2404 <context context-type="linenumber">50</context> 2459 <context context-type="linenumber">37</context>
2405 </context-group> 2460 </context-group>
2406 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2461 <context-group purpose="location">
2462 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2463 <context context-type="linenumber">35</context>
2464 </context-group>
2465 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2466 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2467 <context-group purpose="location">
2468 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2469 <context context-type="linenumber">62</context>
2470 </context-group>
2471 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2472 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2473 <context-group purpose="location">
2474 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2475 <context context-type="linenumber">63</context>
2476 </context-group>
2477 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2478 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2479 <context-group purpose="location">
2480 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2481 <context context-type="linenumber">5</context>
2482 </context-group>
2483 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2484 <source>Follow domains</source><target state="new">Follow domains</target>
2485
2486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2407 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2487 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2408 <context-group purpose="location"> 2488 <context-group purpose="location">
2409 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2489 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2458,7 +2538,7 @@
2458 2538
2459 2539
2460 2540
2461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2462 <source> 2542 <source>
2463 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2543 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2464 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2544 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2522,35 +2602,29 @@
2522 <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><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2523 <source>Batch actions</source><target state="new">Batch actions</target> 2603 <source>Batch actions</source><target state="new">Batch actions</target>
2524 2604
2525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2526 <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><target state="new">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>"/></target> 2606 <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><target state="new">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>"/></target>
2527 2607
2528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2529 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2609 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2530 2610
2531 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2532 <source>(banned)</source><target state="new">(banned)</target> 2612 <source>(banned)</source><target state="new">(banned)</target>
2533 2613
2534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2535 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2615 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2536 <context-group purpose="location"> 2616
2537 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2617
2538 <context context-type="linenumber">65</context> 2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2539 </context-group>
2540 <context-group purpose="location">
2541 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2542 <context context-type="linenumber">27</context>
2543 </context-group>
2544 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2545 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2619 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2546 2620
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2548 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2622 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2549 2623
2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2551 <source>Ban reason:</source><target state="new">Ban reason:</target> 2625 <source>Ban reason:</source><target state="new">Ban reason:</target>
2552 2626
2553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2554 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2628 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2555 <context-group purpose="location"> 2629 <context-group purpose="location">
2556 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2630 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2598,57 +2672,85 @@
2598 </context-group> 2672 </context-group>
2599 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2673 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2600 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2674 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2601 <context-group purpose="location"> 2675
2602 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2603 <context context-type="linenumber">10</context>
2604 </context-group>
2605 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2606 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2677 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2607 2678
2608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2609 <source>Video URL</source><target state="new">Video URL</target> 2680 <source>Video URL</source><target state="new">Video URL</target>
2610 2681
2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 2682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2612 <source>Total size</source><target state="new">Total size</target> 2683 <source>Total size</source><target state="new">Total size</target>
2613 2684
2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2615 <source>List redundancies</source><target state="new">List redundancies</target> 2686 <source>List redundancies</source><target state="new">List redundancies</target>
2687
2688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2689 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2616 <context-group purpose="location"> 2690 <context-group purpose="location">
2617 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2691 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2618 <context context-type="linenumber">33</context> 2692 <context context-type="linenumber">77</context>
2693 </context-group>
2694 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
2695 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
2696 <context-group purpose="location">
2697 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2698 <context context-type="linenumber">78</context>
2619 </context-group> 2699 </context-group>
2620 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2700 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2621 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2701 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2622 2702
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2624 <source> 2704 <source>
2625 No redundancy strategy is enabled on your instance. 2705 No redundancy strategy is enabled on your instance.
2626 </source><target state="new"> 2706 </source><target state="new">
2627 No redundancy strategy is enabled on your instance. 2707 No redundancy strategy is enabled on your instance.
2628 </target> 2708 </target>
2629 2709
2630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2631 <source>Sensitive</source><target state="new">Sensitive</target> 2711 <source>Sensitive</source><target state="new">Sensitive</target>
2632 2712
2633 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2713 <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">25</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2634 <source>Unfederated</source><target state="new">Unfederated</target> 2714 <source>Unfederated</source><target state="new">Unfederated</target>
2635 2715
2636 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2637 <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><target state="new">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> 2717 <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><target state="new">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>
2638 2718
2639 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
2720 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
2721 <context-group purpose="location">
2722 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2723 <context context-type="linenumber">50</context>
2724 </context-group>
2725 <context-group purpose="location">
2726 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2727 <context context-type="linenumber">89</context>
2728 </context-group>
2729 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2640 <source>Go to the video</source><target state="new">Go to the video</target> 2730 <source>Go to the video</source><target state="new">Go to the video</target>
2641 2731
2642 2732
2643 2733
2644 <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">28</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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 2734 <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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2645 <source>Actions</source><target state="new">Actions</target> 2735 <source>Actions</source><target state="new">Actions</target>
2646 2736
2647 2737
2648 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 2738 <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">72</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">123</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2649 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2739 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2650 2740
2651 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 2741 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
2742 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
2743 <context-group purpose="location">
2744 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2745 <context context-type="linenumber">93</context>
2746 </context-group>
2747 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
2748 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
2749 <context-group purpose="location">
2750 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2751 <context context-type="linenumber">94</context>
2752 </context-group>
2753 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2652 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 2754 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2653 <context-group purpose="location"> 2755 <context-group purpose="location">
2654 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2756 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -2670,48 +2772,147 @@
2670 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2772 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2671 <source>Update this comment</source><target state="new">Update this comment</target> 2773 <source>Update this comment</source><target state="new">Update this comment</target>
2672 2774
2673 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2775 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
2776 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
2777 <context-group purpose="location">
2778 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2779 <context context-type="linenumber">18</context>
2780 </context-group>
2781 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
2782 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
2783 <context-group purpose="location">
2784 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2785 <context context-type="linenumber">19</context>
2786 </context-group>
2787 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
2788 <source>Accepted reports</source><target state="new">Accepted reports</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2791 <context context-type="linenumber">20</context>
2792 </context-group>
2793 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
2794 <source>Refused reports</source><target state="new">Refused reports</target>
2795 <context-group purpose="location">
2796 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2797 <context context-type="linenumber">21</context>
2798 </context-group>
2799 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
2800 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
2801 <context-group purpose="location">
2802 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2803 <context context-type="linenumber">22</context>
2804 </context-group>
2805 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
2806 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
2807 <context-group purpose="location">
2808 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2809 <context context-type="linenumber">23</context>
2810 </context-group>
2811 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2674 <source>Reporter</source><target state="new">Reporter</target> 2812 <source>Reporter</source><target state="new">Reporter</target>
2675 2813
2676 <context-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></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 2814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2677 <source>Video</source><target state="new">Video</target> 2815 <source>Video</source><target state="new">Video</target>
2678 2816
2679 2817
2680 2818
2681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
2682 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2820 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
2821 <context-group purpose="location">
2822 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2823 <context context-type="linenumber">80</context>
2824 </context-group>
2825 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
2826 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
2827 <context-group purpose="location">
2828 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2829 <context context-type="linenumber">91</context>
2830 </context-group>
2831 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2833 <context context-type="linenumber">107</context>
2834 </context-group>
2835 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
2836 <source>Video was deleted</source><target state="new">Video was deleted</target>
2837 <context-group purpose="location">
2838 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2839 <context context-type="linenumber">98</context>
2840 </context-group>
2841 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
2842 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
2843 <context-group purpose="location">
2844 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2845 <context context-type="linenumber">141</context>
2846 </context-group>
2847 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
2848 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
2683 <context-group purpose="location"> 2849 <context-group purpose="location">
2684 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2850 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2685 <context context-type="linenumber">46</context> 2851 <context context-type="linenumber">142</context>
2686 </context-group> 2852 </context-group>
2687 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2853 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2854 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2855
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2688 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2857 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2689 2858
2690 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2691 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2860 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2692 <context-group purpose="location">
2693 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2694 <context context-type="linenumber">18</context>
2695 </context-group>
2696 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2697 <source>Go to the account</source><target state="new">Go to the account</target>
2698 2861
2862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2863 <source>Go to the account</source><target state="new">Go to the account</target>
2699 2864
2700 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2701 <source>Reason:</source><target state="new">Reason:</target>
2702 2865
2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 2866 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2704 <source>Note:</source><target state="new">Note:</target>
2705 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2707 <context context-type="linenumber">72</context>
2708 </context-group>
2709 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 2867 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2711 <context-group purpose="location"> 2868 <context-group purpose="location">
2712 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2869 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2713 <context context-type="linenumber">5</context> 2870 <context context-type="linenumber">5</context>
2714 </context-group> 2871 </context-group>
2872 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
2873 <source>
2874 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2875 </source><target state="new">
2876 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2877 </target>
2878 <context-group purpose="location">
2879 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2880 <context context-type="linenumber">20</context>
2881 </context-group>
2882 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
2883 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
2884 <context-group purpose="location">
2885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2886 <context context-type="linenumber">21</context>
2887 </context-group>
2888 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
2889 <source>Reportee</source><target state="new">Reportee</target>
2890 <context-group purpose="location">
2891 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2892 <context context-type="linenumber">27</context>
2893 </context-group>
2894 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
2895 <source>
2896 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2897 </source><target state="new">
2898 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2899 </target>
2900 <context-group purpose="location">
2901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2902 <context context-type="linenumber">40</context>
2903 </context-group>
2904 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
2905 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
2906 <context-group purpose="location">
2907 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2908 <context context-type="linenumber">41</context>
2909 </context-group>
2910 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
2911 <source>Updated</source><target state="new">Updated</target>
2912 <context-group purpose="location">
2913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
2914 <context context-type="linenumber">47</context>
2915 </context-group>
2715 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2916 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2716 <source>Unblacklist</source><target state="new">Unblacklist</target> 2917 <source>Unblacklist</source><target state="new">Unblacklist</target>
2717 <context-group purpose="location"> 2918 <context-group purpose="location">
@@ -2724,29 +2925,38 @@
2724 </context-group> 2925 </context-group>
2725 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 2926 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2726 <source>Mute domain</source><target state="new">Mute domain</target> 2927 <source>Mute domain</source><target state="new">Mute domain</target>
2727 <context-group purpose="location"> 2928
2728 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2929 <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></trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2729 <context context-type="linenumber">11</context>
2730 </context-group>
2731 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2732 <source>Instance</source><target state="new">Instance</target> 2930 <source>Instance</source><target state="new">Instance</target>
2733 2931
2734 2932
2735 2933
2736 2934
2737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2738 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2936 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2739 2937
2740 2938
2741 2939
2742 2940
2743 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2744 <source>Unmute</source><target state="new">Unmute</target> 2942 <source>Unmute</source><target state="new">Unmute</target>
2745 2943
2746 2944
2747 2945
2748 2946
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 2947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
2948 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
2949 <context-group purpose="location">
2950 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2951 <context context-type="linenumber">51</context>
2952 </context-group>
2953 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
2954 <source>No server found.</source><target state="new">No server found.</target>
2955 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2957 <context context-type="linenumber">52</context>
2958 </context-group>
2959 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2750 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 2960 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2751 <context-group purpose="location"> 2961 <context-group purpose="location">
2752 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2962 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -2758,21 +2968,27 @@
2758 </source><target state="new"> 2968 </source><target state="new">
2759 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2969 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2760 </target> 2970 </target>
2761 <context-group purpose="location"> 2971
2762 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2763 <context context-type="linenumber">37</context>
2764 </context-group>
2765 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2766 <source>Mute domains</source><target state="new">Mute domains</target> 2973 <source>Mute domains</source><target state="new">Mute domains</target>
2767 <context-group purpose="location"> 2974
2768 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2769 <context context-type="linenumber">35</context>
2770 </context-group>
2771 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2772 <source>Account</source><target state="new">Account</target> 2976 <source>Account</source><target state="new">Account</target>
2773 2977
2774 2978
2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 2979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
2980 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
2981 <context-group purpose="location">
2982 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2983 <context context-type="linenumber">58</context>
2984 </context-group>
2985 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
2986 <source>No account found.</source><target state="new">No account found.</target>
2987 <context-group purpose="location">
2988 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2989 <context context-type="linenumber">59</context>
2990 </context-group>
2991 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 2992 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2777 <context-group purpose="location"> 2993 <context-group purpose="location">
2778 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2994 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -2868,7 +3084,7 @@
2868 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3084 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
2869 </target> 3085 </target>
2870 3086
2871 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3087 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
2872 <source>System</source><target state="new">System</target> 3088 <source>System</source><target state="new">System</target>
2873 <context-group purpose="location"> 3089 <context-group purpose="location">
2874 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3090 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -3008,7 +3224,7 @@
3008 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3224 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3009 <source>Strategy</source><target state="new">Strategy</target> 3225 <source>Strategy</source><target state="new">Strategy</target>
3010 3226
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3012 <source>Terms</source><target state="new">Terms</target> 3228 <source>Terms</source><target state="new">Terms</target>
3013 3229
3014 3230
@@ -3788,23 +4004,14 @@
3788 4004
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4005 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
3790 <source>Target</source><target state="new">Target</target> 4006 <source>Target</source><target state="new">Target</target>
3791 <context-group purpose="location"> 4007
3792 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4008 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3793 <context context-type="linenumber">8</context>
3794 </context-group>
3795 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3796 <source>See the error</source><target state="new">See the error</target> 4009 <source>See the error</source><target state="new">See the error</target>
3797 <context-group purpose="location"> 4010
3798 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4011 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3799 <context context-type="linenumber">19</context>
3800 </context-group>
3801 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3802 <source>This video was deleted</source><target state="new">This video was deleted</target> 4012 <source>This video was deleted</source><target state="new">This video was deleted</target>
3803 <context-group purpose="location"> 4013
3804 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4014 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3805 <context context-type="linenumber">36</context>
3806 </context-group>
3807 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3808 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4015 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3809 <context-group purpose="location"> 4016 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4017 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5435,8 +5642,8 @@
5435 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 5642 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5436 <context context-type="linenumber">1</context> 5643 <context context-type="linenumber">1</context>
5437 </context-group> 5644 </context-group>
5438 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 5645 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5439 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 5646 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5440 <context-group purpose="location"> 5647 <context-group purpose="location">
5441 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 5648 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5442 <context context-type="linenumber">1</context> 5649 <context context-type="linenumber">1</context>
@@ -6140,6 +6347,12 @@
6140 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6347 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6141 <context context-type="linenumber">1</context> 6348 <context context-type="linenumber">1</context>
6142 </context-group> 6349 </context-group>
6350 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6351 <source>Unknown</source><target state="new">Unknown</target>
6352 <context-group purpose="location">
6353 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6354 <context context-type="linenumber">1</context>
6355 </context-group>
6143 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6356 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6144 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6357 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6145 <context-group purpose="location"> 6358 <context-group purpose="location">
@@ -7360,8 +7573,17 @@
7360 </context-group> 7573 </context-group>
7361 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 7574 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7362 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7575 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
7576
7577 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7578 <source>Mute server</source><target state="new">Mute server</target>
7363 <context-group purpose="location"> 7579 <context-group purpose="location">
7364 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7581 <context context-type="linenumber">1</context>
7582 </context-group>
7583 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7584 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
7585 <context-group purpose="location">
7586 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7365 <context context-type="linenumber">1</context> 7587 <context context-type="linenumber">1</context>
7366 </context-group> 7588 </context-group>
7367 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 7589 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -7627,7 +7849,25 @@
7627 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7849 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7628 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7850 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7629 7851
7630 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 7852 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7853 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
7854 <context-group purpose="location">
7855 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7856 <context context-type="linenumber">1</context>
7857 </context-group>
7858 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7859 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
7860 <context-group purpose="location">
7861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7862 <context context-type="linenumber">1</context>
7863 </context-group>
7864 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7865 <source>Delete video</source><target state="new">Delete video</target>
7866 <context-group purpose="location">
7867 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7868 <context context-type="linenumber">1</context>
7869 </context-group>
7870 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7631 <source>Encoder</source><target state="new">Encoder</target> 7871 <source>Encoder</source><target state="new">Encoder</target>
7632 <context-group purpose="location"> 7872 <context-group purpose="location">
7633 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7873 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7673,8 +7913,23 @@
7673 </context-group> 7913 </context-group>
7674 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 7914 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7675 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target> 7915 <source>Do you really want to delete this video?</source><target state="new">Do you really want to delete this video?</target>
7916
7917 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
7918 <source>Video deleted.</source><target state="new">Video deleted.</target>
7676 <context-group purpose="location"> 7919 <context-group purpose="location">
7677 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7920 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7921 <context context-type="linenumber">1</context>
7922 </context-group>
7923 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
7924 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
7925 <context-group purpose="location">
7926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7927 <context context-type="linenumber">1</context>
7928 </context-group>
7929 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
7930 <source>Mute reporter</source><target state="new">Mute reporter</target>
7931 <context-group purpose="location">
7932 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7678 <context context-type="linenumber">1</context> 7933 <context context-type="linenumber">1</context>
7679 </context-group> 7934 </context-group>
7680 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 7935 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
@@ -7692,17 +7947,32 @@
7692 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7947 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7693 <context context-type="linenumber">1</context> 7948 <context context-type="linenumber">1</context>
7694 </context-group> 7949 </context-group>
7695 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 7950 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
7696 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 7951 <source>Mirror</source><target state="new">Mirror</target>
7697 <context-group purpose="location"> 7952 <context-group purpose="location">
7698 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7953 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7699 <context context-type="linenumber">1</context> 7954 <context context-type="linenumber">1</context>
7700 </context-group> 7955 </context-group>
7701 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 7956 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
7702 <source>Report</source><target state="new">Report</target> 7957 <source>Report</source><target state="new">Report</target>
7958
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
7960 <source>Note</source><target state="new">Note</target>
7703 <context-group purpose="location"> 7961 <context-group purpose="location">
7704 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 7962 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7705 <context context-type="linenumber">1</context> 7963 <context context-type="linenumber">61</context>
7964 </context-group>
7965 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
7966 <source>The video was deleted</source><target state="new">The video was deleted</target>
7967 <context-group purpose="location">
7968 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7969 <context context-type="linenumber">71</context>
7970 </context-group>
7971 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
7972 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
7973 <context-group purpose="location">
7974 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
7975 <context context-type="linenumber">72</context>
7706 </context-group> 7976 </context-group>
7707 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 7977 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
7708 <source>Published</source><target state="new">Published</target> 7978 <source>Published</source><target state="new">Published</target>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index a5fe22c44..76e74ca5d 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ได้เผยแพร่วิดีโอใหม่: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ได้เผยแพร่วิดีโอใหม่: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณได้ถูกปลดออกจากบัญชีดำแล้ว </target> 284 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณได้ถูกปลดออกจากบัญชีดำแล้ว </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณถูกขึ้นบัญชีดำแล้ว </target> 289 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณถูกขึ้นบัญชีดำแล้ว </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>มีรายงานการละเมิดใหม่<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>บนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>มีรายงานการละเมิดใหม่<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>บนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ที่เพิ่งเพิ่มได้ถูก<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ขึ้นบัญชีดำโดยอัตโนมัติ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ที่เพิ่งเพิ่มได้ถูก<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ขึ้นบัญชีดำโดยอัตโนมัติ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้แสดงความคิดเห็นบนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณ </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้แสดงความคิดเห็นบนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณ </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,47 +316,55 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณถูกเผยแพร่แล้ว </target> 320 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณถูกเผยแพร่แล้ว </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>สำเร็จ </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>สำเร็จ </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ล้มเหลว </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ล้มเหลว </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้ลงทะเบียนบนระบบของคุณแล้ว </target> 335 <target state="translated">ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้ลงทะเบียนบนระบบของคุณแล้ว </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> กำลังติดตาม<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ช่อง <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> ของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>บัญชีของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> กำลังติดตาม<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ช่อง <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> ของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>บัญชีของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้กล่าวถึงคุณบน<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>วิดีโอ <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้กล่าวถึงคุณบน<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>วิดีโอ <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">เว็บไซต์ของคุณมี<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ผู้ติดตามใหม่<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ที่กำลังรอการอนุญาต<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">เว็บไซต์ของคุณมี<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ผู้ติดตามใหม่<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ที่กำลังรอการอนุญาต<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="new"> 366 <target state="new">
359 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 367 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
360 </target> 368 </target>
361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
362 </trans-unit> 370 </trans-unit>
@@ -537,9 +545,9 @@
537 <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> 545 <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>
538 </trans-unit> 546 </trans-unit>
539 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 547 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
540 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 548 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
541 <target state="new"> 549 <target state="new">
542 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 550 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
543 </target> 551 </target>
544 <context-group purpose="location"> 552 <context-group purpose="location">
545 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 553 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -675,9 +683,9 @@
675 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 683 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
676 <source>Deleted</source> 684 <source>Deleted</source>
677 <target state="translated">ถูกลบ</target> 685 <target state="translated">ถูกลบ</target>
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 686
679 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 687
680 </trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
682 <source>Edit starts/stops at</source> 690 <source>Edit starts/stops at</source>
683 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target> 691 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target>
@@ -832,10 +840,13 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>ติดตามผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>ติดตามผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>โต้ตอบผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>โต้ตอบผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,16 +854,22 @@
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 857 <source>
847 <target state="translated">คุณสามารถติดตามช่องผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ของช่องในช่องค้นหาและติดตามจากที่นั่นได้เลย </target> 858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
861 <target state="translated">คุณสามารถติดตามช่องผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ของช่องในช่องค้นหาและติดตามจากที่นั่นได้เลย </target>
848 <context-group purpose="location"> 862 <context-group purpose="location">
849 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 863 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
850 <context context-type="linenumber">17</context> 864 <context context-type="linenumber">17</context>
851 </context-group> 865 </context-group>
852 </trans-unit> 866 </trans-unit>
853 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 867 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
854 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 868 <source>
855 <target state="translated">คุณสามารถโต้ตอบกับวิดีโอนี้ผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ปัจจุบันในช่องค้นหาและโต้ตอบจากที่นั่นได้เลย </target> 869 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
870 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
871 </source>
872 <target state="translated">คุณสามารถโต้ตอบกับวิดีโอนี้ผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ปัจจุบันในช่องค้นหาและโต้ตอบจากที่นั่นได้เลย </target>
856 <context-group purpose="location"> 873 <context-group purpose="location">
857 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 874 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
858 <context context-type="linenumber">26</context> 875 <context context-type="linenumber">26</context>
@@ -867,8 +884,11 @@
867 </context-group> 884 </context-group>
868 </trans-unit> 885 </trans-unit>
869 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 886 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
870 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 887 <source>
871 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>ค่าเริ่มต้นสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 888 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
889 <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>"/>
890 </source>
891 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>ค่าเริ่มต้นสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
873 </trans-unit> 893 </trans-unit>
874 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 894 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -914,9 +934,9 @@
914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
915 </trans-unit> 935 </trans-unit>
916 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 936 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
917 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 937 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
918 <target> 938 <target>
919 ไม่จำกัด <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> ต่อวัน)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 939 ไม่จำกัด <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> ต่อวัน)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
920 </target> 940 </target>
921 <context-group name="null"> 941 <context-group name="null">
922 <context context-type="linenumber">53</context> 942 <context context-type="linenumber">53</context>
@@ -1063,20 +1083,20 @@
1063 <context-group name="null"> 1083 <context-group name="null">
1064 <context context-type="linenumber">23</context> 1084 <context context-type="linenumber">23</context>
1065 </context-group> 1085 </context-group>
1066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1086
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1087
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1088
1069 <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> 1089
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1090
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1091
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1092
1073 <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> 1093
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1094
1075 <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">26</context></context-group> 1095
1076 <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">22</context></context-group> 1096
1077 <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">25</context></context-group> 1097
1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1098
1079 </trans-unit> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1080 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1100 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1081 <source>Ban this user</source> 1101 <source>Ban this user</source>
1082 <target>แบนผู้ใช้นี้</target> 1102 <target>แบนผู้ใช้นี้</target>
@@ -1091,8 +1111,8 @@
1091 <context-group name="null"> 1111 <context-group name="null">
1092 <context context-type="linenumber">11</context> 1112 <context context-type="linenumber">11</context>
1093 </context-group> 1113 </context-group>
1094 <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> 1114
1095 </trans-unit> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1096 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1116 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1097 <source>Login</source> 1117 <source>Login</source>
1098 <target> 1118 <target>
@@ -1102,90 +1122,120 @@
1102 <context context-type="linenumber">2</context> 1122 <context context-type="linenumber">2</context>
1103 </context-group> 1123 </context-group>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1105 </trans-unit> 1125 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1106 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1126 <source>
1107 <source>If you are looking for an account…</source> 1127 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1108 <target state="translated">ถ้าคุณต้องการสร้างบัญชี…</target> 1128 </source><target state="new">
1129 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1130 </target>
1109 <context-group purpose="location"> 1131 <context-group purpose="location">
1110 <context context-type="sourcefile">src/app/login/login.component.html</context> 1132 <context context-type="sourcefile">src/app/login/login.component.html</context>
1111 <context context-type="linenumber">7</context> 1133 <context context-type="linenumber">6</context>
1112 </context-group> 1134 </context-group>
1113 </trans-unit> 1135 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1114 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1136 <source>
1115 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1137 If you are looking for an account…
1116 <target state="translated">ณ ตอนนี้ เว็บไซต์นี้ไม่อนุญาตให้สร้างบัญชีใหม่ แต่คุณสามารถหาเว็บไซต์อื่นที่ให้คุณสร้างบัญชีและอัปโหลดวิดีโอได้ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> หาเว็บไซต์อื่นได้ที่ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1138 </source><target state="new">
1139 If you are looking for an account…
1140 </target>
1117 <context-group purpose="location"> 1141 <context-group purpose="location">
1118 <context context-type="sourcefile">src/app/login/login.component.html</context> 1142 <context context-type="sourcefile">src/app/login/login.component.html</context>
1119 <context context-type="linenumber">11</context> 1143 <context context-type="linenumber">12</context>
1144 </context-group>
1145 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1146 <source>
1147 Currently this instance doesn't allow for user registration, but you can find an instance
1148 that gives you the possibility to sign up for an account and upload your videos there.
1149
1150 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1151
1152 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1153 </source><target state="new">
1154 Currently this instance doesn't allow for user registration, but you can find an instance
1155 that gives you the possibility to sign up for an account and upload your videos there.
1156
1157 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1158
1159 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1160 </target>
1161 <context-group purpose="location">
1162 <context context-type="sourcefile">src/app/login/login.component.html</context>
1163 <context context-type="linenumber">16</context>
1120 </context-group> 1164 </context-group>
1121 </trans-unit> 1165 </trans-unit>
1166
1167
1122 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1168 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1123 <source>Request new verification email.</source> 1169 <source>Request new verification email.</source>
1124 <target>ขออีเมล์ยืนยันตัวตนใหม่</target> 1170 <target>ขออีเมล์ยืนยันตัวตนใหม่</target>
1125 <context-group name="null"> 1171 <context-group name="null">
1126 <context context-type="linenumber">16</context> 1172 <context context-type="linenumber">16</context>
1127 </context-group> 1173 </context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1174
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1175
1130 </trans-unit> 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1131 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1177 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1132 <source>User</source> 1178 <source>User</source>
1133 <target>ผู้ใช้</target> 1179 <target>ผู้ใช้</target>
1134 <context-group name="null"> 1180 <context-group name="null">
1135 <context context-type="linenumber">13</context> 1181 <context context-type="linenumber">13</context>
1136 </context-group> 1182 </context-group>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1183
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1184
1139 </trans-unit> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1140 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1186 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1141 <source>Username or email address</source> 1187 <source>Username or email address</source>
1142 <target>ชื่อผู้ใช้หรือที่อยู่อีเมล</target> 1188 <target>ชื่อผู้ใช้หรือที่อยู่อีเมล</target>
1143 <context-group name="null"> 1189 <context-group name="null">
1144 <context context-type="linenumber">15</context> 1190 <context context-type="linenumber">15</context>
1145 </context-group> 1191 </context-group>
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1192
1147 </trans-unit> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1148 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1194 <source>
1149 <source>or create an account</source> 1195 or create an account
1150 <target> 1196 </source><target state="new">
1151 หรือสร้างบัญชีใหม่ 1197 or create an account
1152 </target> 1198 </target>
1153 <context-group name="null"> 1199 <context-group purpose="location">
1154 <context context-type="linenumber">18</context> 1200 <context context-type="sourcefile">src/app/login/login.component.html</context>
1201 <context context-type="linenumber">40</context>
1155 </context-group> 1202 </context-group>
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1157 </trans-unit> 1203 </trans-unit>
1204
1158 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1205 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1159 <source>Password</source> 1206 <source>Password</source>
1160 <target>รหัสผ่าน</target> 1207 <target>รหัสผ่าน</target>
1161 <context-group name="null"> 1208 <context-group name="null">
1162 <context context-type="linenumber">54</context> 1209 <context context-type="linenumber">54</context>
1163 </context-group> 1210 </context-group>
1164 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1211
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1212
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1213
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1214
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1215
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1216
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1217
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1218
1172 </trans-unit> 1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1173 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1220 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1174 <source>Click here to reset your password</source> 1221 <source>Click here to reset your password</source>
1175 <target state="translated">คลิกที่นี่เพื่อรีเซ็ตรหัสผ่าน</target> 1222 <target state="translated">คลิกที่นี่เพื่อรีเซ็ตรหัสผ่าน</target>
1176 <context-group purpose="location"> 1223
1177 <context context-type="sourcefile">src/app/login/login.component.html</context> 1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1178 <context context-type="linenumber">50</context>
1179 </context-group>
1180 </trans-unit>
1181 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1225 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1182 <source>Login</source> 1226 <source>Login</source>
1183 <target>เข้าสู่ระบบ</target> 1227 <target>เข้าสู่ระบบ</target>
1184 <context-group name="null"> 1228 <context-group name="null">
1185 <context context-type="linenumber">32</context> 1229 <context context-type="linenumber">32</context>
1186 </context-group> 1230 </context-group>
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1231
1188 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1232
1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1234 <source>Or sign in with</source><target state="new">Or sign in with</target>
1235 <context-group purpose="location">
1236 <context context-type="sourcefile">src/app/login/login.component.html</context>
1237 <context context-type="linenumber">68</context>
1238 </context-group>
1189 </trans-unit> 1239 </trans-unit>
1190 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1240 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1191 <source>Forgot your password</source> 1241 <source>Forgot your password</source>
@@ -1193,45 +1243,45 @@
1193 <context-group name="null"> 1243 <context-group name="null">
1194 <context context-type="linenumber">58</context> 1244 <context context-type="linenumber">58</context>
1195 </context-group> 1245 </context-group>
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1246
1197 </trans-unit> 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1198 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1248 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1199 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1249 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1200 <target state="translated">ขออภัย คุณไม่สามารถกู้คืนรหัสผ่านของคุณเนื่องจากผู้ดูแลระบบไม่ได้ตั้งค่าระบบอีเมล PeerTube</target> 1250 <target state="translated">ขออภัย คุณไม่สามารถกู้คืนรหัสผ่านของคุณเนื่องจากผู้ดูแลระบบไม่ได้ตั้งค่าระบบอีเมล PeerTube</target>
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1251
1202 </trans-unit> 1252 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1203 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1253 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1204 <source>Email</source> 1254 <source>Email</source>
1205 <target>อีเมล</target> 1255 <target>อีเมล</target>
1206 <context-group name="null"> 1256 <context-group name="null">
1207 <context context-type="linenumber">43</context> 1257 <context context-type="linenumber">43</context>
1208 </context-group> 1258 </context-group>
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1259
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1260
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1261
1212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1262
1213 <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">4</context></context-group> 1263
1214 <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">8</context></context-group> 1264
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1265
1216 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1266
1217 </trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1218 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1268 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1219 <source>Email address</source> 1269 <source>Email address</source>
1220 <target>ที่อยู่อีเมล</target> 1270 <target>ที่อยู่อีเมล</target>
1221 <context-group name="null"> 1271 <context-group name="null">
1222 <context context-type="linenumber">10</context> 1272 <context context-type="linenumber">10</context>
1223 </context-group> 1273 </context-group>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1274
1225 <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">10</context></context-group> 1275
1226 </trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1227 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1277 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1228 <source>Send me an email to reset my password</source> 1278 <source>Send me an email to reset my password</source>
1229 <target>ส่งอีเมลเพื่อรีเซ็ทรหัสผ่าน</target> 1279 <target>ส่งอีเมลเพื่อรีเซ็ทรหัสผ่าน</target>
1230 <context-group name="null"> 1280 <context-group name="null">
1231 <context context-type="linenumber">82</context> 1281 <context context-type="linenumber">82</context>
1232 </context-group> 1282 </context-group>
1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1283
1234 </trans-unit> 1284 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1235 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1285 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1236 <source>Reset my password</source> 1286 <source>Reset my password</source>
1237 <target> 1287 <target>
@@ -1275,9 +1325,9 @@
1275 </context-group> 1325 </context-group>
1276 </trans-unit> 1326 </trans-unit>
1277 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1327 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1278 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1328 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1279 <target> 1329 <target>
1280 สำหรับ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1330 สำหรับ <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>"/>
1281 </target> 1331 </target>
1282 <context-group name="null"> 1332 <context-group name="null">
1283 <context context-type="linenumber">6</context> 1333 <context context-type="linenumber">6</context>
@@ -1285,10 +1335,13 @@
1285 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1335 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1286 </trans-unit> 1336 </trans-unit>
1287 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1337 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1288 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1338 <source>
1339 Filters
1340 <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>"/>
1341 </source>
1289 <target> 1342 <target>
1290 ตัวกรอง 1343 ตัวกรอง
1291 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1344 <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>"/>
1292 </target> 1345 </target>
1293 <context-group name="null"> 1346 <context-group name="null">
1294 <context context-type="linenumber">16</context> 1347 <context context-type="linenumber">16</context>
@@ -1322,7 +1375,8 @@
1322 </context-group> 1375 </context-group>
1323 </trans-unit> 1376 </trans-unit>
1324 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1377 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1325 <source>CLI documentation</source> 1378 <source>CLI
1379 documentation</source>
1326 <target state="translated">คู่มือ CLI</target> 1380 <target state="translated">คู่มือ CLI</target>
1327 <context-group purpose="location"> 1381 <context-group purpose="location">
1328 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1382 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1338,7 +1392,8 @@
1338 </context-group> 1392 </context-group>
1339 </trans-unit> 1393 </trans-unit>
1340 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1394 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1341 <source>Administer documentation</source> 1395 <source>Administer
1396 documentation</source>
1342 <target state="new">Administer 1397 <target state="new">Administer
1343 documentation</target> 1398 documentation</target>
1344 <context-group purpose="location"> 1399 <context-group purpose="location">
@@ -1355,7 +1410,8 @@
1355 </context-group> 1410 </context-group>
1356 </trans-unit> 1411 </trans-unit>
1357 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1412 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1358 <source>Use documentation</source> 1413 <source>Use
1414 documentation</source>
1359 <target state="new">Use 1415 <target state="new">Use
1360 documentation</target> 1416 documentation</target>
1361 <context-group purpose="location"> 1417 <context-group purpose="location">
@@ -1380,16 +1436,16 @@
1380 </context-group> 1436 </context-group>
1381 </trans-unit> 1437 </trans-unit>
1382 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1438 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1383 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1439 <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>
1384 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1440 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1385 <context-group purpose="location"> 1441 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1442 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1387 <context context-type="linenumber">44</context> 1443 <context context-type="linenumber">44</context>
1388 </context-group> 1444 </context-group>
1389 </trans-unit> 1445 </trans-unit>
1390 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1446 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1391 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1447 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1392 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1448 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1393 </target> 1449 </target>
1394 <context-group purpose="location"> 1450 <context-group purpose="location">
1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1451 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1405,10 +1461,14 @@
1405 </context-group> 1461 </context-group>
1406 </trans-unit> 1462 </trans-unit>
1407 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1463 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1408 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1464 <source>
1465 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1466 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1467 is very important for visitors to understand on what type of instance they are.
1468 </source>
1409 <target state="new"> 1469 <target state="new">
1410 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1470 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1411 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1471 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1412 is very important for visitors to understand on what type of instance they are. 1472 is very important for visitors to understand on what type of instance they are.
1413 </target> 1473 </target>
1414 <context-group purpose="location"> 1474 <context-group purpose="location">
@@ -1417,12 +1477,18 @@
1417 </context-group> 1477 </context-group>
1418 </trans-unit> 1478 </trans-unit>
1419 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1479 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1420 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1480 <source>
1481 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1482 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1483 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1484 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1485 PeerTube instance.
1486 </source>
1421 <target state="new"> 1487 <target state="new">
1422 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1488 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1423 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1489 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1424 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1490 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1425 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1491 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1426 PeerTube instance. 1492 PeerTube instance.
1427 </target> 1493 </target>
1428 <context-group purpose="location"> 1494 <context-group purpose="location">
@@ -1515,10 +1581,13 @@
1515 </context-group> 1581 </context-group>
1516 </trans-unit> 1582 </trans-unit>
1517 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1583 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1518 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1584 <source>
1585 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1586 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1587 </source>
1519 <target state="new"> 1588 <target state="new">
1520 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1589 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1521 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1590 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1522 </target> 1591 </target>
1523 <context-group purpose="location"> 1592 <context-group purpose="location">
1524 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1593 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1944,10 +2013,13 @@
1944 </context-group> 2013 </context-group>
1945 </trans-unit> 2014 </trans-unit>
1946 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2015 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1947 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2016 <source>
2017 Jump to channel
2018 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2019 </source>
1948 <target state="new"> 2020 <target state="new">
1949 Jump to channel 2021 Jump to channel
1950 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2022 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1951 </target> 2023 </target>
1952 <context-group purpose="location"> 2024 <context-group purpose="location">
1953 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2025 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2158,16 +2230,16 @@
2158 <context-group name="null"> 2230 <context-group name="null">
2159 <context context-type="linenumber">29</context> 2231 <context context-type="linenumber">29</context>
2160 </context-group> 2232 </context-group>
2161 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2233
2162 </trans-unit> 2234 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2163 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2235 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2164 <source>Add this caption</source> 2236 <source>Add this caption</source>
2165 <target>เพิ่มคำบรรยายนี้</target> 2237 <target>เพิ่มคำบรรยายนี้</target>
2166 <context-group name="null"> 2238 <context-group name="null">
2167 <context context-type="linenumber">40</context> 2239 <context context-type="linenumber">40</context>
2168 </context-group> 2240 </context-group>
2169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2241
2170 </trans-unit> 2242 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2171 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2243 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2172 <source>Title</source> 2244 <source>Title</source>
2173 <target>เพิ่มหัวเรื่อง</target> 2245 <target>เพิ่มหัวเรื่อง</target>
@@ -2186,8 +2258,12 @@
2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2187 </trans-unit> 2259 </trans-unit>
2188 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2260 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2189 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2261 <source>
2190 <target state="translated">แท็กสามารถใช้เพื่อแนะนำวิดีโอที่เกี่ยวข้อง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สามารถกำหนดได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> กด Enter เพื่อเพิ่มแท็กใหม่ </target> 2262 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2263 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2264 Press Enter to add a new tag.
2265 </source>
2266 <target state="translated">แท็กสามารถใช้เพื่อแนะนำวิดีโอที่เกี่ยวข้อง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สามารถกำหนดได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> กด Enter เพื่อเพิ่มแท็กใหม่ </target>
2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2267 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2192 </trans-unit> 2268 </trans-unit>
2193 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2269 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2347,7 +2423,7 @@
2347 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2423 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2348 </trans-unit> 2424 </trans-unit>
2349 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2425 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2350 <source>Already uploaded ✔</source> 2426 <source>Already uploaded ✔</source>
2351 <target>อัพโหลดแล้ว ✔</target> 2427 <target>อัพโหลดแล้ว ✔</target>
2352 <context-group name="null"> 2428 <context-group name="null">
2353 <context context-type="linenumber">179</context> 2429 <context context-type="linenumber">179</context>
@@ -2463,8 +2539,12 @@
2463 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2539 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2464 </trans-unit> 2540 </trans-unit>
2465 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2541 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2466 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2542 <source>
2467 <target state="translated">คุณสามารถนำเข้า URL ใดก็ได้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ที่รองรับโดย youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> หรือ URL ที่ชี้ไปที่ไฟล์ MP4 โดยตรง ตรวจสอบด้วยว่าคุณมีสิทธิในการเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้ </target> 2543 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>"/>
2544 or URL that points to a raw MP4 file.
2545 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.
2546 </source>
2547 <target state="translated">คุณสามารถนำเข้า URL ใดก็ได้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ที่รองรับโดย youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> หรือ URL ที่ชี้ไปที่ไฟล์ MP4 โดยตรง ตรวจสอบด้วยว่าคุณมีสิทธิในการเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้ </target>
2468 <context-group purpose="location"> 2548 <context-group purpose="location">
2469 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2549 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2470 <context context-type="linenumber">10</context> 2550 <context context-type="linenumber">10</context>
@@ -2512,8 +2592,12 @@
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2513 </trans-unit> 2593 </trans-unit>
2514 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2594 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2515 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2595 <source>
2516 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target> 2596 Image that will be merged with your audio file.
2597 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2598 The chosen image will be definitive and cannot be modified.
2599 </source>
2600 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target>
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2601 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2518 </trans-unit> 2602 </trans-unit>
2519 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2603 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2564,7 +2648,10 @@
2564 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2648 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2565 </trans-unit> 2649 </trans-unit>
2566 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2650 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2567 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2651 <source>
2652 You can import any torrent file that points to a mp4 file.
2653 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.
2654 </source>
2568 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target> 2655 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target>
2569 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2656 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2570 </trans-unit> 2657 </trans-unit>
@@ -2574,8 +2661,12 @@
2574 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2661 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2575 </trans-unit> 2662 </trans-unit>
2576 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2663 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2577 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2664 <source>
2578 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของระบบของคุณ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> คุณควร<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>สร้างบัญชีแยก<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>เพื่ออัปโหลดวิดีโอ </target> 2665 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2666 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2667 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2668 </source>
2669 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของระบบของคุณ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณควร<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>สร้างบัญชีแยก<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่ออัปโหลดวิดีโอ </target>
2579 <context-group purpose="location"> 2670 <context-group purpose="location">
2580 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2671 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2581 <context context-type="linenumber">2</context> 2672 <context context-type="linenumber">2</context>
@@ -2766,16 +2857,16 @@
2766 </context-group> 2857 </context-group>
2767 </trans-unit> 2858 </trans-unit>
2768 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2859 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2769 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2860 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2770 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2861 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2771 <context-group purpose="location"> 2862 <context-group purpose="location">
2772 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2863 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2773 <context context-type="linenumber">45</context> 2864 <context context-type="linenumber">45</context>
2774 </context-group> 2865 </context-group>
2775 </trans-unit> 2866 </trans-unit>
2776 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2867 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2777 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2868 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2778 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2869 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2779 <context-group purpose="location"> 2870 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2871 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2781 <context context-type="linenumber">56</context> 2872 <context context-type="linenumber">56</context>
@@ -2916,11 +3007,11 @@
2916 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 3007 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2917 <source>More information</source> 3008 <source>More information</source>
2918 <target state="translated">ข้อมูลเพิ่มเติม</target> 3009 <target state="translated">ข้อมูลเพิ่มเติม</target>
2919 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3010
2920 <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">21</context></context-group> 3011
2921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3012
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3013
2923 </trans-unit> 3014 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2924 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 3015 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2925 <source>Get more information</source> 3016 <source>Get more information</source>
2926 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target> 3017 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target>
@@ -3033,7 +3124,11 @@
3033 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3124 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3034 </trans-unit> 3125 </trans-unit>
3035 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3126 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3036 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3127 <source>
3128 You can comment using an account on any ActivityPub-compatible instance.
3129 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3130 from within the software's interface.
3131 </source>
3037 <target state="new"> 3132 <target state="new">
3038 You can comment using an account on any ActivityPub-compatible instance. 3133 You can comment using an account on any ActivityPub-compatible instance.
3039 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3134 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3103,17 +3198,44 @@
3103 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3198 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3104 <source>Follow domain</source> 3199 <source>Follow domain</source>
3105 <target state="new">Follow domain</target> 3200 <target state="new">Follow domain</target>
3201
3202 <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>
3203 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3204 <source>Filter...</source>
3205 <target state="new">Filter...</target>
3206
3207
3208
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3210 <source>Clear filters</source><target state="new">Clear filters</target>
3211 <context-group purpose="location">
3212 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3213 <context context-type="linenumber">15</context>
3214 </context-group>
3106 <context-group purpose="location"> 3215 <context-group purpose="location">
3107 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3216 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3108 <context context-type="linenumber">15</context> 3217 <context context-type="linenumber">15</context>
3109 </context-group> 3218 </context-group>
3110 </trans-unit> 3219 <context-group purpose="location">
3111 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3220 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3112 <source>Filter...</source> 3221 <context context-type="linenumber">34</context>
3113 <target state="new">Filter...</target> 3222 </context-group>
3114 <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> 3223 <context-group purpose="location">
3115 <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> 3224 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3225 <context context-type="linenumber">16</context>
3226 </context-group>
3227 <context-group purpose="location">
3228 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3229 <context context-type="linenumber">31</context>
3230 </context-group>
3231 <context-group purpose="location">
3232 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3233 <context context-type="linenumber">15</context>
3234 </context-group>
3235 <context-group purpose="location">
3236 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3237 <context context-type="linenumber">15</context>
3238 </context-group>
3117 </trans-unit> 3239 </trans-unit>
3118 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3240 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3119 <source>ID</source> 3241 <source>ID</source>
@@ -3123,14 +3245,14 @@
3123 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3245 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3124 <source>Follower handle</source> 3246 <source>Follower handle</source>
3125 <target state="new">Follower handle</target> 3247 <target state="new">Follower handle</target>
3126 <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> 3248
3127 </trans-unit> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3128 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3250 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3129 <source>State</source> 3251 <source>State</source>
3130 <target state="new">State</target> 3252 <target state="new">State</target>
3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3253
3132 <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> 3254
3133 </trans-unit> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3134 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3256 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3135 <source>Delayed.</source> 3257 <source>Delayed.</source>
3136 <target state="new">Delayed.</target> 3258 <target state="new">Delayed.</target>
@@ -3157,38 +3279,56 @@
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3158 </trans-unit> 3280 </trans-unit>
3159 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3281 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3160 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3282 <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>
3161 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3283 <target state="new">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>"/></target>
3162 <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> 3284
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3285
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3286
3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3287
3166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3288
3167 <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> 3289
3168 </trans-unit> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3169 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3291 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3170 <source>Accepted</source> 3292 <source>Accepted</source>
3171 <target state="new">Accepted</target> 3293 <target state="new">Accepted</target>
3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3294
3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3295
3174 </trans-unit> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3175 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3297 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3176 <source>Pending</source> 3298 <source>Pending</source>
3177 <target state="new">Pending</target> 3299 <target state="new">Pending</target>
3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3300
3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3301
3180 </trans-unit> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3181 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3303 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3182 <source>Accept</source> 3304 <source>Accept</source>
3183 <target state="new">Accept</target> 3305 <target state="new">Accept</target>
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3306
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3307
3186 </trans-unit> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3187 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3309 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3188 <source>Refuse</source> 3310 <source>Refuse</source>
3189 <target state="new">Refuse</target> 3311 <target state="new">Refuse</target>
3190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3312
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3313
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3315 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3316 <context-group purpose="location">
3317 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3318 <context context-type="linenumber">55</context>
3319 </context-group>
3320 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3321 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3322 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3324 <context context-type="linenumber">56</context>
3325 </context-group>
3326 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3327 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3328 <context-group purpose="location">
3329 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3330 <context context-type="linenumber">5</context>
3331 </context-group>
3192 </trans-unit> 3332 </trans-unit>
3193 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3333 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3194 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3334 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3201,21 +3341,46 @@
3201 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3341 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3202 <source>Host</source> 3342 <source>Host</source>
3203 <target state="new">Host</target> 3343 <target state="new">Host</target>
3204 <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> 3344
3205 </trans-unit> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3206 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3346 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3207 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3347 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3208 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3348 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3349
3210 </trans-unit> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3211 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3351 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3212 <source>Follow domains</source>
3213 <target state="new">Follow domains</target>
3214 <context-group purpose="location"> 3352 <context-group purpose="location">
3215 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3353 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3216 <context context-type="linenumber">50</context> 3354 <context context-type="linenumber">37</context>
3355 </context-group>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3358 <context context-type="linenumber">35</context>
3359 </context-group>
3360 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3361 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3362 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3364 <context context-type="linenumber">62</context>
3365 </context-group>
3366 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3367 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3368 <context-group purpose="location">
3369 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3370 <context context-type="linenumber">63</context>
3371 </context-group>
3372 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3373 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3374 <context-group purpose="location">
3375 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3376 <context context-type="linenumber">5</context>
3217 </context-group> 3377 </context-group>
3218 </trans-unit> 3378 </trans-unit>
3379 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3380 <source>Follow domains</source>
3381 <target state="new">Follow domains</target>
3382
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3219 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3384 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3220 <source>My videos duplicated by remote instances</source> 3385 <source>My videos duplicated by remote instances</source>
3221 <target state="new">My videos duplicated by remote instances</target> 3386 <target state="new">My videos duplicated by remote instances</target>
@@ -3282,14 +3447,17 @@
3282 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html"> 3447 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
3283 <source>Role</source> 3448 <source>Role</source>
3284 <target state="translated">หน้าที่</target> 3449 <target state="translated">หน้าที่</target>
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3450
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3451
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3452
3288 </trans-unit> 3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3289 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3454 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3290 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3455 <source>
3456 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3457 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3458 </source>
3291 <target state="new"> 3459 <target state="new">
3292 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3460 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3293 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3461 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3294 </target> 3462 </target>
3295 <context-group purpose="location"> 3463 <context-group purpose="location">
@@ -3365,50 +3533,44 @@
3365 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3533 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3366 <source>Batch actions</source> 3534 <source>Batch actions</source>
3367 <target state="new">Batch actions</target> 3535 <target state="new">Batch actions</target>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3536
3369 </trans-unit> 3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3370 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3538 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3371 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3539 <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>
3372 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3540 <target state="new">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>"/></target>
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3541
3374 </trans-unit> 3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3375 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3543 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3376 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3544 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3377 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3545 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3378 <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> 3546
3379 </trans-unit> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3380 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3548 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3381 <source>(banned)</source> 3549 <source>(banned)</source>
3382 <target state="translated">(ถูกแบน)</target> 3550 <target state="translated">(ถูกแบน)</target>
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3551
3384 </trans-unit> 3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3385 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3553 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3386 <source>Open account in a new tab</source> 3554 <source>Open account in a new tab</source>
3387 <target state="new">Open account in a new tab</target> 3555 <target state="new">Open account in a new tab</target>
3388 <context-group purpose="location"> 3556
3389 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3557
3390 <context context-type="linenumber">65</context> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3391 </context-group>
3392 <context-group purpose="location">
3393 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3394 <context context-type="linenumber">27</context>
3395 </context-group>
3396 </trans-unit>
3397 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3559 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3398 <source>User's email must be verified to login</source> 3560 <source>User's email must be verified to login</source>
3399 <target state="new">User's email must be verified to login</target> 3561 <target state="new">User's email must be verified to login</target>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3562
3401 </trans-unit> 3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3402 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3564 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3403 <source>User's email is verified / User can login without email verification</source> 3565 <source>User's email is verified / User can login without email verification</source>
3404 <target state="new">User's email is verified / User can login without email verification</target> 3566 <target state="new">User's email is verified / User can login without email verification</target>
3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3567
3406 </trans-unit> 3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3407 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3569 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3408 <source>Ban reason:</source> 3570 <source>Ban reason:</source>
3409 <target state="new">Ban reason:</target> 3571 <target state="new">Ban reason:</target>
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3572
3411 </trans-unit> 3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3412 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3574 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3413 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3575 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3414 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3576 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3470,79 +3632,107 @@
3470 </context-group> 3632 </context-group>
3471 </trans-unit> 3633 </trans-unit>
3472 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3634 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3473 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3635 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3474 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3636 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3475 <context-group purpose="location"> 3637
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3477 <context context-type="linenumber">10</context>
3478 </context-group>
3479 </trans-unit>
3480 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3639 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3481 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3640 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3482 <target state="translated">ชื่อวิดีโอ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3641 <target state="translated">ชื่อวิดีโอ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3642
3484 </trans-unit> 3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3485 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3644 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3486 <source>Video URL</source> 3645 <source>Video URL</source>
3487 <target state="new">Video URL</target> 3646 <target state="new">Video URL</target>
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3647
3489 </trans-unit> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3490 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3649 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3491 <source>Total size</source> 3650 <source>Total size</source>
3492 <target state="new">Total size</target> 3651 <target state="new">Total size</target>
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3652
3494 </trans-unit> 3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3495 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3654 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3496 <source>List redundancies</source> 3655 <source>List redundancies</source>
3497 <target state="new">List redundancies</target> 3656 <target state="new">List redundancies</target>
3657
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3659 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3498 <context-group purpose="location"> 3660 <context-group purpose="location">
3499 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3661 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3500 <context context-type="linenumber">33</context> 3662 <context context-type="linenumber">77</context>
3663 </context-group>
3664 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3665 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3666 <context-group purpose="location">
3667 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3668 <context context-type="linenumber">78</context>
3501 </context-group> 3669 </context-group>
3502 </trans-unit> 3670 </trans-unit>
3503 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3671 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3504 <source>Enabled strategies stats</source> 3672 <source>Enabled strategies stats</source>
3505 <target state="new">Enabled strategies stats</target> 3673 <target state="new">Enabled strategies stats</target>
3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3674
3507 </trans-unit> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3508 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3676 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3509 <source>No redundancy strategy is enabled on your instance.</source> 3677 <source>No redundancy strategy is enabled on your instance.</source>
3510 <target state="new"> 3678 <target state="new">
3511 No redundancy strategy is enabled on your instance. 3679 No redundancy strategy is enabled on your instance.
3512 </target> 3680 </target>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3681
3514 </trans-unit> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3515 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3683 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3516 <source>Sensitive</source> 3684 <source>Sensitive</source>
3517 <target state="translated">ไม่เหมาะสม</target> 3685 <target state="translated">ไม่เหมาะสม</target>
3518 <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">11</context></context-group> 3686
3519 </trans-unit> 3687 <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">25</context></context-group></trans-unit>
3520 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3688 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3521 <source>Unfederated</source> 3689 <source>Unfederated</source>
3522 <target state="new">Unfederated</target> 3690 <target state="new">Unfederated</target>
3523 <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">12</context></context-group> 3691
3524 </trans-unit> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3525 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3693 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3526 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3694 <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>
3527 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3695 <target state="new">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>
3528 <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">13</context></context-group> 3696
3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3698 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3699 <context-group purpose="location">
3700 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3701 <context context-type="linenumber">50</context>
3702 </context-group>
3703 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3705 <context context-type="linenumber">89</context>
3706 </context-group>
3529 </trans-unit> 3707 </trans-unit>
3530 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3708 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3531 <source>Go to the video</source> 3709 <source>Go to the video</source>
3532 <target state="new">Go to the video</target> 3710 <target state="new">Go to the video</target>
3533 <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">28</context></context-group> 3711
3534 <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">33</context></context-group> 3712
3535 </trans-unit> 3713 <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">33</context></context-group></trans-unit>
3536 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3714 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3537 <source>Actions</source> 3715 <source>Actions</source>
3538 <target state="new">Actions</target> 3716 <target state="new">Actions</target>
3539 <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">38</context></context-group> 3717
3540 <context-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> 3718
3541 </trans-unit> 3719 <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">72</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">123</context></context-group></trans-unit>
3542 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3720 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3543 <source>Blacklist reason:</source> 3721 <source>Blacklist reason:</source>
3544 <target state="new">Blacklist reason:</target> 3722 <target state="new">Blacklist reason:</target>
3545 <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">46</context></context-group> 3723
3724 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3725 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3726 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3728 <context context-type="linenumber">93</context>
3729 </context-group>
3730 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3731 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3732 <context-group purpose="location">
3733 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3734 <context context-type="linenumber">94</context>
3735 </context-group>
3546 </trans-unit> 3736 </trans-unit>
3547 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3737 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3548 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3738 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3571,60 +3761,113 @@
3571 <source>Update this comment</source> 3761 <source>Update this comment</source>
3572 <target state="new">Update this comment</target> 3762 <target state="new">Update this comment</target>
3573 <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">31</context></context-group> 3763 <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">31</context></context-group>
3764 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3765 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3766 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3768 <context context-type="linenumber">18</context>
3769 </context-group>
3770 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3771 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3772 <context-group purpose="location">
3773 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3774 <context context-type="linenumber">19</context>
3775 </context-group>
3776 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3777 <source>Accepted reports</source><target state="new">Accepted reports</target>
3778 <context-group purpose="location">
3779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3780 <context context-type="linenumber">20</context>
3781 </context-group>
3782 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3783 <source>Refused reports</source><target state="new">Refused reports</target>
3784 <context-group purpose="location">
3785 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3786 <context context-type="linenumber">21</context>
3787 </context-group>
3788 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3789 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3790 <context-group purpose="location">
3791 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3792 <context context-type="linenumber">22</context>
3793 </context-group>
3794 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3795 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3796 <context-group purpose="location">
3797 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3798 <context context-type="linenumber">23</context>
3799 </context-group>
3574 </trans-unit> 3800 </trans-unit>
3575 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3801 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3576 <source>Reporter</source> 3802 <source>Reporter</source>
3577 <target state="new">Reporter</target> 3803 <target state="new">Reporter</target>
3578 <context-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> 3804
3579 </trans-unit> 3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3580 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3806 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3581 <source>Video</source> 3807 <source>Video</source>
3582 <target state="new">Video</target> 3808 <target state="new">Video</target>
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 3809
3584 <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> 3810
3585 <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> 3811
3586 </trans-unit> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3587 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3813 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3588 <source>Open video in a new tab</source>
3589 <target state="new">Open video in a new tab</target>
3590 <context-group purpose="location"> 3814 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3815 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3592 <context context-type="linenumber">46</context> 3816 <context context-type="linenumber">80</context>
3593 </context-group> 3817 </context-group>
3594 </trans-unit> 3818 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3595 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3819 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3596 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3597 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3598 <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>
3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group>
3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group>
3601 </trans-unit>
3602 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3603 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3604 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3605 <context-group purpose="location"> 3820 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3821 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3607 <context context-type="linenumber">18</context> 3822 <context context-type="linenumber">91</context>
3823 </context-group>
3824 <context-group purpose="location">
3825 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3826 <context context-type="linenumber">107</context>
3827 </context-group>
3828 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3829 <source>Video was deleted</source><target state="new">Video was deleted</target>
3830 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3832 <context context-type="linenumber">98</context>
3833 </context-group>
3834 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3835 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3836 <context-group purpose="location">
3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3838 <context context-type="linenumber">141</context>
3839 </context-group>
3840 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3841 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3842 <context-group purpose="location">
3843 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3844 <context context-type="linenumber">142</context>
3608 </context-group> 3845 </context-group>
3609 </trans-unit> 3846 </trans-unit>
3847 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3848 <source>Open video in a new tab</source>
3849 <target state="new">Open video in a new tab</target>
3850
3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3852 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3853 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3854 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3855
3856
3857
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3859 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3860 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3861 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3862
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3610 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3864 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3611 <source>Go to the account</source> 3865 <source>Go to the account</source>
3612 <target state="new">Go to the account</target> 3866 <target state="new">Go to the account</target>
3613 <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">27</context></context-group> 3867 <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">27</context></context-group>
3614 </trans-unit> 3868 </trans-unit>
3615 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3869
3616 <source>Reason:</source> 3870
3617 <target state="new">Reason:</target>
3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3619 </trans-unit>
3620 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3621 <source>Note:</source>
3622 <target state="new">Note:</target>
3623 <context-group purpose="location">
3624 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3625 <context context-type="linenumber">72</context>
3626 </context-group>
3627 </trans-unit>
3628 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 3871 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3629 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 3872 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3630 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3873 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -3632,6 +3875,50 @@
3632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3875 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3633 <context context-type="linenumber">5</context> 3876 <context context-type="linenumber">5</context>
3634 </context-group> 3877 </context-group>
3878 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3879 <source>
3880 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3881 </source><target state="new">
3882 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3883 </target>
3884 <context-group purpose="location">
3885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3886 <context context-type="linenumber">20</context>
3887 </context-group>
3888 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3889 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3890 <context-group purpose="location">
3891 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3892 <context context-type="linenumber">21</context>
3893 </context-group>
3894 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3895 <source>Reportee</source><target state="new">Reportee</target>
3896 <context-group purpose="location">
3897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3898 <context context-type="linenumber">27</context>
3899 </context-group>
3900 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3901 <source>
3902 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3903 </source><target state="new">
3904 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3905 </target>
3906 <context-group purpose="location">
3907 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3908 <context context-type="linenumber">40</context>
3909 </context-group>
3910 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3911 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3912 <context-group purpose="location">
3913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3914 <context context-type="linenumber">41</context>
3915 </context-group>
3916 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3917 <source>Updated</source><target state="new">Updated</target>
3918 <context-group purpose="location">
3919 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3920 <context context-type="linenumber">47</context>
3921 </context-group>
3635 </trans-unit> 3922 </trans-unit>
3636 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3923 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3637 <source>Unblacklist</source> 3924 <source>Unblacklist</source>
@@ -3648,33 +3935,42 @@
3648 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3935 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3649 <source>Mute domain</source> 3936 <source>Mute domain</source>
3650 <target state="new">Mute domain</target> 3937 <target state="new">Mute domain</target>
3651 <context-group purpose="location"> 3938
3652 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3939 <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></trans-unit>
3653 <context context-type="linenumber">11</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3940 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3657 <source>Instance</source> 3941 <source>Instance</source>
3658 <target state="translated">ระบบ</target> 3942 <target state="translated">ระบบ</target>
3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3943
3660 <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> 3944
3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3945
3662 </trans-unit> 3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3663 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3947 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3664 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3948 <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>
3665 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3949 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3666 <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> 3950
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 3951
3668 <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> 3952
3669 <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> 3953
3670 </trans-unit> 3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3671 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3955 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3672 <source>Unmute</source> 3956 <source>Unmute</source>
3673 <target state="new">Unmute</target> 3957 <target state="new">Unmute</target>
3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 3958
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 3959
3676 <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">23</context></context-group> 3960
3677 <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> 3961
3962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3963 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3964 <context-group purpose="location">
3965 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3966 <context context-type="linenumber">51</context>
3967 </context-group>
3968 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3969 <source>No server found.</source><target state="new">No server found.</target>
3970 <context-group purpose="location">
3971 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3972 <context context-type="linenumber">52</context>
3973 </context-group>
3678 </trans-unit> 3974 </trans-unit>
3679 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3975 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3680 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 3976 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3689,24 +3985,30 @@
3689 <target state="new"> 3985 <target state="new">
3690 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3986 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3691 </target> 3987 </target>
3692 <context-group purpose="location"> 3988
3693 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3694 <context context-type="linenumber">37</context>
3695 </context-group>
3696 </trans-unit>
3697 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 3990 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3698 <source>Mute domains</source> 3991 <source>Mute domains</source>
3699 <target state="new">Mute domains</target> 3992 <target state="new">Mute domains</target>
3700 <context-group purpose="location"> 3993
3701 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3702 <context context-type="linenumber">35</context>
3703 </context-group>
3704 </trans-unit>
3705 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3995 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3706 <source>Account</source> 3996 <source>Account</source>
3707 <target state="new">Account</target> 3997 <target state="new">Account</target>
3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 3998
3709 <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> 3999
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4001 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4002 <context-group purpose="location">
4003 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4004 <context context-type="linenumber">58</context>
4005 </context-group>
4006 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4007 <source>No account found.</source><target state="new">No account found.</target>
4008 <context-group purpose="location">
4009 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4010 <context context-type="linenumber">59</context>
4011 </context-group>
3710 </trans-unit> 4012 </trans-unit>
3711 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4013 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3712 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4014 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -3832,8 +4134,8 @@
3832 <target state="new"> 4134 <target state="new">
3833 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4135 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3834 </target> 4136 </target>
3835 <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">29</context></context-group> 4137
3836 </trans-unit> 4138 <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">47</context></context-group></trans-unit>
3837 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4139 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3838 <source>System</source> 4140 <source>System</source>
3839 <target state="new">System</target> 4141 <target state="new">System</target>
@@ -3895,8 +4197,8 @@
3895 </context-group> 4197 </context-group>
3896 </trans-unit> 4198 </trans-unit>
3897 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4199 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3898 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4200 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3899 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4201 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3900 <context-group purpose="location"> 4202 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4203 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3902 <context context-type="linenumber">32</context> 4204 <context context-type="linenumber">32</context>
@@ -3938,8 +4240,8 @@
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
3939 </trans-unit> 4241 </trans-unit>
3940 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4242 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3941 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4243 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
3942 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4244 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
3944 </trans-unit> 4246 </trans-unit>
3945 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4247 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -3978,9 +4280,9 @@
3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
3979 </trans-unit> 4281 </trans-unit>
3980 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4282 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
3981 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4283 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
3982 <target state="new"> 4284 <target state="new">
3983 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4285 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
3984 </target> 4286 </target>
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
3986 </trans-unit> 4288 </trans-unit>
@@ -3990,9 +4292,12 @@
3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
3991 </trans-unit> 4293 </trans-unit>
3992 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4294 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
3993 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4295 <source>
4296 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/>"/>
4297 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4298 </source>
3994 <target state="new"> 4299 <target state="new">
3995 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4300 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/>"/>
3996 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4301 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3997 </target> 4302 </target>
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4006,9 +4311,9 @@
4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4007 </trans-unit> 4312 </trans-unit>
4008 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4313 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4009 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4314 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4010 <target state="new"> 4315 <target state="new">
4011 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4316 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.
4012 </target> 4317 </target>
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">103</context></context-group> 4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4014 </trans-unit> 4319 </trans-unit>
@@ -4040,8 +4345,8 @@
4040 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4345 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4041 <source>Strategy</source> 4346 <source>Strategy</source>
4042 <target state="new">Strategy</target> 4347 <target state="new">Strategy</target>
4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4348
4044 </trans-unit> 4349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4045 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4350 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4046 <source>Terms</source> 4351 <source>Terms</source>
4047 <target>เงื่อนไข</target> 4352 <target>เงื่อนไข</target>
@@ -4142,9 +4447,9 @@
4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4143 </trans-unit> 4448 </trans-unit>
4144 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4449 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4145 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4450 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4146 <target state="new"> 4451 <target state="new">
4147 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4452 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4148 </target> 4453 </target>
4149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4150 </trans-unit> 4455 </trans-unit>
@@ -4189,9 +4494,9 @@
4189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4190 </trans-unit> 4495 </trans-unit>
4191 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4496 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4192 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4497 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4193 <target state="new"> 4498 <target state="new">
4194 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4499 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4195 </target> 4500 </target>
4196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4197 </trans-unit> 4502 </trans-unit>
@@ -4349,9 +4654,9 @@
4349 <context-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> 4654 <context-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>
4350 </trans-unit> 4655 </trans-unit>
4351 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4656 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4352 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4657 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4353 <target state="new"> 4658 <target state="new">
4354 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4659 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4355 </target> 4660 </target>
4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4357 </trans-unit> 4662 </trans-unit>
@@ -4371,9 +4676,9 @@
4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4372 </trans-unit> 4677 </trans-unit>
4373 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4678 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4374 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4679 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4375 <target state="new"> 4680 <target state="new">
4376 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4681 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4377 </target> 4682 </target>
4378 <context-group purpose="location"> 4683 <context-group purpose="location">
4379 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4684 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4448,12 +4753,18 @@
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4449 </trans-unit> 4754 </trans-unit>
4450 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4755 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4451 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4756 <source>
4757 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/>"/>
4758 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/>"/>
4759 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4760 <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>"/>
4761 to see if you instance is whitelisted.
4762 </source>
4452 <target state="new"> 4763 <target state="new">
4453 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4764 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/>"/>
4454 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4765 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/>"/>
4455 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4766 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4456 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4767 <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>"/>
4457 to see if you instance is whitelisted. 4768 to see if you instance is whitelisted.
4458 </target> 4769 </target>
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4469,7 +4780,10 @@
4469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4470 </trans-unit> 4781 </trans-unit>
4471 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4782 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4472 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4783 <source>
4784 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4785 resources, this is a critical part of PeerTube, so tread carefully.
4786 </source>
4473 <target state="new"> 4787 <target state="new">
4474 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4788 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4475 resources, this is a critical part of PeerTube, so tread carefully. 4789 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4507,15 +4821,23 @@
4507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4508 </trans-unit> 4822 </trans-unit>
4509 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4823 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4510 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 4824 <source>
4825 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4826
4827 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4828
4829 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4830
4831 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4832 </source>
4511 <target state="new"> 4833 <target state="new">
4512 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4834 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4513 4835
4514 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4836 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4515 4837
4516 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4838 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4517 4839
4518 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4840 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4519 </target> 4841 </target>
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4521 </trans-unit> 4843 </trans-unit>
@@ -4525,18 +4847,29 @@
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4526 </trans-unit> 4848 </trans-unit>
4527 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4849 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4528 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4850 <source>
4851 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4852
4853 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4854 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4855 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4856 <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>"/>
4857 <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>"/>
4858 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4859
4860 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4861 </source>
4529 <target state="new"> 4862 <target state="new">
4530 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4863 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4531 4864
4532 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4865 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4533 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4866 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4534 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4867 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4535 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4868 <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>"/>
4536 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4869 <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>"/>
4537 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4870 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4538 4871
4539 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4872 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4540 </target> 4873 </target>
4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4542 </trans-unit> 4875 </trans-unit>
@@ -4595,25 +4928,36 @@
4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 4928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4596 </trans-unit> 4929 </trans-unit>
4597 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4930 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4598 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4931 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4599 <target state="new"> 4932 <target state="new">
4600 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4933 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>"/>
4601 </target> 4934 </target>
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4603 </trans-unit> 4936 </trans-unit>
4604 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4937 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4605 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4938 <source>
4939 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/>"/>
4940 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4941 color: red;
4942 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4943 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4944 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4945 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4946 color: red;
4947 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4948 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4949 </source>
4606 <target state="new"> 4950 <target state="new">
4607 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4951 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/>"/>
4608 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4952 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4609 color: red; 4953 color: red;
4610 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4954 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4611 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4955 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4612 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4956 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4613 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4957 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4614 color: red; 4958 color: red;
4615 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4959 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4616 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4960 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4617 </target> 4961 </target>
4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4619 </trans-unit> 4963 </trans-unit>
@@ -4795,8 +5139,8 @@
4795 </context-group> 5139 </context-group>
4796 </trans-unit> 5140 </trans-unit>
4797 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5141 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4798 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5142 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4799 <target state="translated">หากตั้งค่าเป็น <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ไม่แสดง<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> หรือ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>เบลอภาพขนาดย่อ<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> จะต้องยืนยันเพื่อดูวิดีโอ </target> 5143 <target state="translated">หากตั้งค่าเป็น <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ไม่แสดง<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> หรือ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>เบลอภาพขนาดย่อ<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> จะต้องยืนยันเพื่อดูวิดีโอ </target>
4800 <context-group purpose="location"> 5144 <context-group purpose="location">
4801 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4802 <context context-type="linenumber">6</context> 5146 <context context-type="linenumber">6</context>
@@ -4825,16 +5169,16 @@
4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
4826 </trans-unit> 5170 </trans-unit>
4827 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5171 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4828 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5172 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4829 <target state="translated">อีเมลของคุณคือ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 5173 <target state="translated">อีเมลของคุณคือ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4830 <context-group purpose="location"> 5174 <context-group purpose="location">
4831 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5175 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4832 <context context-type="linenumber">4</context> 5176 <context context-type="linenumber">4</context>
4833 </context-group> 5177 </context-group>
4834 </trans-unit> 5178 </trans-unit>
4835 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5179 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4836 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5180 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4837 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> กำลังรอการยืนยันอีเมล </target> 5181 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> กำลังรอการยืนยันอีเมล </target>
4838 <context-group purpose="location"> 5182 <context-group purpose="location">
4839 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5183 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4840 <context context-type="linenumber">8</context> 5184 <context context-type="linenumber">8</context>
@@ -4903,8 +5247,8 @@
4903 </context-group> 5247 </context-group>
4904 </trans-unit> 5248 </trans-unit>
4905 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5249 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
4906 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5250 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
4907 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5251 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
4908 <context-group purpose="location"> 5252 <context-group purpose="location">
4909 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5253 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
4910 <context context-type="linenumber">2</context> 5254 <context context-type="linenumber">2</context>
@@ -4940,10 +5284,13 @@
4940 </context-group> 5284 </context-group>
4941 </trans-unit> 5285 </trans-unit>
4942 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5286 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4943 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5287 <source>
5288 Created
5289 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5290 </source>
4944 <target state="new"> 5291 <target state="new">
4945 Created 5292 Created
4946 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5293 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4947 </target> 5294 </target>
4948 <context-group purpose="location"> 5295 <context-group purpose="location">
4949 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5296 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5012,8 +5359,9 @@
5012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5359 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5013 </trans-unit> 5360 </trans-unit>
5014 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5361 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5015 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5362 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5016 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5363 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5364 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5017 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5365 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5018 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5366 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5032,27 +5380,18 @@
5032 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5380 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
5033 <source>Target</source> 5381 <source>Target</source>
5034 <target state="translated">เป้าหมาย</target> 5382 <target state="translated">เป้าหมาย</target>
5035 <context-group purpose="location"> 5383
5036 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5384 <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>
5037 <context context-type="linenumber">8</context>
5038 </context-group>
5039 </trans-unit>
5040 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5385 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5041 <source>See the error</source> 5386 <source>See the error</source>
5042 <target state="new">See the error</target> 5387 <target state="new">See the error</target>
5043 <context-group purpose="location"> 5388
5044 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5389 <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">20</context></context-group></trans-unit>
5045 <context context-type="linenumber">19</context>
5046 </context-group>
5047 </trans-unit>
5048 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5390 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5049 <source>This video was deleted</source> 5391 <source>This video was deleted</source>
5050 <target state="new">This video was deleted</target> 5392 <target state="new">This video was deleted</target>
5051 <context-group purpose="location"> 5393
5052 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5394 <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">37</context></context-group></trans-unit>
5053 <context context-type="linenumber">36</context>
5054 </context-group>
5055 </trans-unit>
5056 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5395 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5057 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5396 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5058 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5397 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -5105,8 +5444,11 @@
5105 </context-group> 5444 </context-group>
5106 </trans-unit> 5445 </trans-unit>
5107 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5446 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5108 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5447 <source>
5109 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> ลบประวัติ </target> 5448 <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>"/>
5449 Delete history
5450 </source>
5451 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> ลบประวัติ </target>
5110 <context-group purpose="location"> 5452 <context-group purpose="location">
5111 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5453 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5112 <context context-type="linenumber">7</context> 5454 <context context-type="linenumber">7</context>
@@ -5121,8 +5463,11 @@
5121 </context-group> 5463 </context-group>
5122 </trans-unit> 5464 </trans-unit>
5123 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5465 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5124 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5466 <source>
5125 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> การตั้งค่าการแจ้งเตือน </target> 5467 <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>"/>
5468 Notification preferences
5469 </source>
5470 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> การตั้งค่าการแจ้งเตือน </target>
5126 <context-group purpose="location"> 5471 <context-group purpose="location">
5127 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5472 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5128 <context context-type="linenumber">2</context> 5473 <context context-type="linenumber">2</context>
@@ -5197,8 +5542,8 @@
5197 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5542 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5198 </trans-unit> 5543 </trans-unit>
5199 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5544 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5200 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5545 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5201 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5546 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5202 <context-group purpose="location"> 5547 <context-group purpose="location">
5203 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5548 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5204 <context context-type="linenumber">2</context> 5549 <context context-type="linenumber">2</context>
@@ -5226,8 +5571,8 @@
5226 </context-group> 5571 </context-group>
5227 </trans-unit> 5572 </trans-unit>
5228 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5573 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5229 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5574 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5230 <target state="translated">หากคุณต้องการความช่วยเหลือในการใช้ PeerTube คุณสามารถอ่าน<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>คู่มือการใช้งาน<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 5575 <target state="translated">หากคุณต้องการความช่วยเหลือในการใช้ PeerTube คุณสามารถอ่าน<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>คู่มือการใช้งาน<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
5231 <context-group purpose="location"> 5576 <context-group purpose="location">
5232 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5577 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5233 <context context-type="linenumber">13</context> 5578 <context context-type="linenumber">13</context>
@@ -5672,23 +6017,27 @@
5672 </context-group> 6017 </context-group>
5673 </trans-unit> 6018 </trans-unit>
5674 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6019 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5675 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6020 <source>
5676 <target state="translated">PeerTube เป็นซอฟต์แวร์เสรีและโอเพนซอร์ส ภายใต้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>สัญญาอนุญาต AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6021 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6022 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6023 </source>
6024 <target state="translated">PeerTube เป็นซอฟต์แวร์เสรีและโอเพนซอร์ส ภายใต้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>สัญญาอนุญาต AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5677 <context-group purpose="location"> 6025 <context-group purpose="location">
5678 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6026 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5679 <context context-type="linenumber">13</context> 6027 <context context-type="linenumber">13</context>
5680 </context-group> 6028 </context-group>
5681 </trans-unit> 6029 </trans-unit>
5682 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6030 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5683 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6031 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5684 <target state="translated">สำหรับข้อมูลเพิ่มเติม โปรดดูที่ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 6032 <target state="translated">สำหรับข้อมูลเพิ่มเติม โปรดดูที่ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
5685 <context-group purpose="location"> 6033 <context-group purpose="location">
5686 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6034 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5687 <context context-type="linenumber">18</context> 6035 <context context-type="linenumber">18</context>
5688 </context-group> 6036 </context-group>
5689 </trans-unit> 6037 </trans-unit>
5690 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6038 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5691 <source>Use PeerTube documentation</source> 6039 <source>Use PeerTube
6040 documentation</source>
5692 <target state="translated">อ่านคู่มือ PeerTube</target> 6041 <target state="translated">อ่านคู่มือ PeerTube</target>
5693 <context-group purpose="location"> 6042 <context-group purpose="location">
5694 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6043 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5704,7 +6053,8 @@
5704 </context-group> 6053 </context-group>
5705 </trans-unit> 6054 </trans-unit>
5706 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6055 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5707 <source>PeerTube Applications</source> 6056 <source>PeerTube
6057 Applications</source>
5708 <target state="translated">แอปพลิเคชั่น PeerTube</target> 6058 <target state="translated">แอปพลิเคชั่น PeerTube</target>
5709 <context-group purpose="location"> 6059 <context-group purpose="location">
5710 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6060 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5720,7 +6070,8 @@
5720 </context-group> 6070 </context-group>
5721 </trans-unit> 6071 </trans-unit>
5722 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6072 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5723 <source>Contribute on PeerTube</source> 6073 <source>Contribute on
6074 PeerTube</source>
5724 <target state="translated">มีส่วนร่วมในการพัฒนา PeerTube</target> 6075 <target state="translated">มีส่วนร่วมในการพัฒนา PeerTube</target>
5725 <context-group purpose="location"> 6076 <context-group purpose="location">
5726 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6077 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5744,7 +6095,11 @@
5744 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6095 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5745 </trans-unit> 6096 </trans-unit>
5746 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6097 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5747 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6098 <source>
6099 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6100 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6101 follows applies only if you want to keep using the P2P mode of PeerTube.
6102 </source>
5748 <target state="new"> 6103 <target state="new">
5749 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6104 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5750 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6105 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -5761,7 +6116,10 @@
5761 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6116 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5762 </trans-unit> 6117 </trans-unit>
5763 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6118 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5764 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6119 <source>
6120 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6121 In practice, this is much more difficult because:
6122 </source>
5765 <target state="new"> 6123 <target state="new">
5766 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6124 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5767 In practice, this is much more difficult because: 6125 In practice, this is much more difficult because:
@@ -5769,7 +6127,10 @@
5769 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6127 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5770 </trans-unit> 6128 </trans-unit>
5771 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6129 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5772 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6130 <source>
6131 An HTTP request has to be sent on each tracker for each video to spy.
6132 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6133 </source>
5773 <target state="new"> 6134 <target state="new">
5774 An HTTP request has to be sent on each tracker for each video to spy. 6135 An HTTP request has to be sent on each tracker for each video to spy.
5775 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6136 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5777,7 +6138,11 @@
5777 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6138 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5778 </trans-unit> 6139 </trans-unit>
5779 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6140 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5780 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6141 <source>
6142 For each request sent, the tracker returns random peers at a limited number.
6143 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
6144 requests sent to know every peer in the swarm
6145 </source>
5781 <target state="new"> 6146 <target state="new">
5782 For each request sent, the tracker returns random peers at a limited number. 6147 For each request sent, the tracker returns random peers at a limited number.
5783 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 6148 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
@@ -5796,7 +6161,10 @@
5796 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6161 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
5797 </trans-unit> 6162 </trans-unit>
5798 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6163 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5799 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6164 <source>
6165 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
6166 video
6167 </source>
5800 <target state="new"> 6168 <target state="new">
5801 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 6169 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
5802 video 6170 video
@@ -5811,18 +6179,27 @@
5811 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6179 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
5812 </trans-unit> 6180 </trans-unit>
5813 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6181 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5814 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6182 <source>
6183 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
6184 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6185 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6186 to forward the information to.
6187 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
6188 </source>
5815 <target state="new"> 6189 <target state="new">
5816 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6190 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
5817 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6191 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5818 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6192 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5819 to forward the information to. 6193 to forward the information to.
5820 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 6194 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
5821 </target> 6195 </target>
5822 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6196 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
5823 </trans-unit> 6197 </trans-unit>
5824 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6198 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5825 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6199 <source>
6200 The worst-case scenario of an average person spying on their friends is quite unlikely.
6201 There are much more effective ways to get that kind of information.
6202 </source>
5826 <target state="new"> 6203 <target state="new">
5827 The worst-case scenario of an average person spying on their friends is quite unlikely. 6204 The worst-case scenario of an average person spying on their friends is quite unlikely.
5828 There are much more effective ways to get that kind of information. 6205 There are much more effective ways to get that kind of information.
@@ -5835,7 +6212,11 @@
5835 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6212 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
5836 </trans-unit> 6213 </trans-unit>
5837 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6214 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
5838 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6215 <source>
6216 The threats to privacy with YouTube are different from PeerTube's.
6217 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6218 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6219 </source>
5839 <target state="new"> 6220 <target state="new">
5840 The threats to privacy with YouTube are different from PeerTube's. 6221 The threats to privacy with YouTube are different from PeerTube's.
5841 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6222 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5849,7 +6230,12 @@
5849 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6230 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5850 </trans-unit> 6231 </trans-unit>
5851 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6232 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5852 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6233 <source>
6234 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
6235 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6236 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.
6237 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6238 </source>
5853 <target state="new"> 6239 <target state="new">
5854 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 6240 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
5855 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6241 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5864,7 +6250,10 @@
5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6250 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
5865 </trans-unit> 6251 </trans-unit>
5866 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6252 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
5867 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6253 <source>
6254 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6255 and render attacks less likely. Here is what we put in place so far:
6256 </source>
5868 <target state="new"> 6257 <target state="new">
5869 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6258 PeerTube wants to deliver the best countermeasures possible, to give you more choice
5870 and render attacks less likely. Here is what we put in place so far: 6259 and render attacks less likely. Here is what we put in place so far:
@@ -5892,7 +6281,10 @@
5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
5893 </trans-unit> 6282 </trans-unit>
5894 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6283 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
5895 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6284 <source>
6285 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6286 WebRTC in your browser.
6287 </source>
5896 <target state="new"> 6288 <target state="new">
5897 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6289 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
5898 WebRTC in your browser. 6290 WebRTC in your browser.
@@ -5932,8 +6324,8 @@
5932 </context-group> 6324 </context-group>
5933 </trans-unit> 6325 </trans-unit>
5934 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6326 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5935 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6327 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5936 <target state="translated">พัฒนาด้วย ❤ โดย <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6328 <target state="translated">พัฒนาด้วย ❤ โดย <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5937 <context-group purpose="location"> 6329 <context-group purpose="location">
5938 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6330 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5939 <context context-type="linenumber">3</context> 6331 <context context-type="linenumber">3</context>
@@ -6012,8 +6404,11 @@
6012 </context-group> 6404 </context-group>
6013 </trans-unit> 6405 </trans-unit>
6014 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6406 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6015 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6407 <source>
6016 <target state="translated">ช่องเป็นพื้นที่ที่คุณอัปโหลดวิดีโอ การสร้างหลายช่องช่วยให้คุณจัดการและแยกเนื้อหาต่าง ๆ ออกจากกันได้<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> ตัวอย่างเช่น คุณใช้ช่องหนึ่งเพื่อเผยแพร่วิดีโอคอนเสิร์ตเปียโนของคุณ และอีกช่องหนึ่งเพื่อเผยแพร่วิดีโอเกี่ยวกับนิเวศวิทยาได้ </target> 6408 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/>"/>
6409 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.
6410 </source>
6411 <target state="translated">ช่องเป็นพื้นที่ที่คุณอัปโหลดวิดีโอ การสร้างหลายช่องช่วยให้คุณจัดการและแยกเนื้อหาต่าง ๆ ออกจากกันได้<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> ตัวอย่างเช่น คุณใช้ช่องหนึ่งเพื่อเผยแพร่วิดีโอคอนเสิร์ตเปียโนของคุณ และอีกช่องหนึ่งเพื่อเผยแพร่วิดีโอเกี่ยวกับนิเวศวิทยาได้ </target>
6017 <context-group purpose="location"> 6412 <context-group purpose="location">
6018 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6413 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6019 <context context-type="linenumber">4</context> 6414 <context context-type="linenumber">4</context>
@@ -6088,8 +6483,13 @@
6088 </context-group> 6483 </context-group>
6089 </trans-unit> 6484 </trans-unit>
6090 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6485 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6091 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6486 <source>
6092 <target state="translated">ฉันมีอายุอย่างน้อย 16 ปีและยอมรับ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ข้อกำหนด<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>และ<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>กฎระเบียบ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>ของระบบนี้ </target> 6487 I am at least 16 years old and agree
6488 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>"/>
6489 <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>"/>
6490 of this instance
6491 </source>
6492 <target state="translated">ฉันมีอายุอย่างน้อย 16 ปีและยอมรับ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ข้อกำหนด<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_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>"/>ของระบบนี้ </target>
6093 <context-group purpose="location"> 6493 <context-group purpose="location">
6094 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6494 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6095 <context context-type="linenumber">65</context> 6495 <context context-type="linenumber">65</context>
@@ -6187,8 +6587,8 @@
6187 </context-group> 6587 </context-group>
6188 </trans-unit> 6588 </trans-unit>
6189 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6589 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6190 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6590 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6191 <target state="translated">ไฟล์ <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> ที่มีเสียงต้นฉบับ ไม่มีภาพ</target> 6591 <target state="translated">ไฟล์ <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> ที่มีเสียงต้นฉบับ ไม่มีภาพ</target>
6192 <context-group purpose="location"> 6592 <context-group purpose="location">
6193 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6593 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6194 <context context-type="linenumber">1</context> 6594 <context context-type="linenumber">1</context>
@@ -6975,15 +7375,14 @@
6975 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7375 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6976 <context context-type="linenumber">1</context> 7376 <context context-type="linenumber">1</context>
6977 </context-group> 7377 </context-group>
6978 </trans-unit> 7378 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6979 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7379 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6980 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
6981 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
6982 <context-group purpose="location"> 7380 <context-group purpose="location">
6983 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7381 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6984 <context context-type="linenumber">1</context> 7382 <context context-type="linenumber">1</context>
6985 </context-group> 7383 </context-group>
6986 </trans-unit> 7384 </trans-unit>
7385
6987 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html"> 7386 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
6988 <source>Update user</source> 7387 <source>Update user</source>
6989 <target state="new">Update user</target> 7388 <target state="new">Update user</target>
@@ -7893,6 +8292,12 @@
7893 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8292 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7894 <context context-type="linenumber">1</context> 8293 <context context-type="linenumber">1</context>
7895 </context-group> 8294 </context-group>
8295 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8296 <source>Unknown</source><target state="new">Unknown</target>
8297 <context-group purpose="location">
8298 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8299 <context context-type="linenumber">1</context>
8300 </context-group>
7896 </trans-unit> 8301 </trans-unit>
7897 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8302 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7898 <source>Your password has been successfully reset!</source> 8303 <source>Your password has been successfully reset!</source>
@@ -7967,8 +8372,8 @@
7967 </context-group> 8372 </context-group>
7968 </trans-unit> 8373 </trans-unit>
7969 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8374 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7970 <source>Long (&gt; 10 min)</source> 8375 <source>Long (> 10 min)</source>
7971 <target state="translated">ยาว (&gt; 10 นาที)</target> 8376 <target state="translated">ยาว (> 10 นาที)</target>
7972 <context-group purpose="location"> 8377 <context-group purpose="location">
7973 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8378 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7974 <context context-type="linenumber">1</context> 8379 <context context-type="linenumber">1</context>
@@ -9369,8 +9774,8 @@
9369 </context-group> 9774 </context-group>
9370 </trans-unit> 9775 </trans-unit>
9371 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9776 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9372 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9777 <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>
9373 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 9778 <target state="new"><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>
9374 <context-group purpose="location"> 9779 <context-group purpose="location">
9375 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9780 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9376 <context context-type="linenumber">1</context> 9781 <context context-type="linenumber">1</context>
@@ -9491,8 +9896,17 @@
9491 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9896 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9492 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9897 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9493 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9898 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9899
9900 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9901 <source>Mute server</source><target state="new">Mute server</target>
9494 <context-group purpose="location"> 9902 <context-group purpose="location">
9495 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9903 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9904 <context context-type="linenumber">1</context>
9905 </context-group>
9906 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9907 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9908 <context-group purpose="location">
9909 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9496 <context context-type="linenumber">1</context> 9910 <context context-type="linenumber">1</context>
9497 </context-group> 9911 </context-group>
9498 </trans-unit> 9912 </trans-unit>
@@ -9845,6 +10259,24 @@
9845 <target state="translated">วิดีโอถูกแบล็กลิสต์แล้ว</target> 10259 <target state="translated">วิดีโอถูกแบล็กลิสต์แล้ว</target>
9846 <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> 10260 <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>
9847 <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> 10261 <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>
10262 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10263 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10264 <context-group purpose="location">
10265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10266 <context context-type="linenumber">1</context>
10267 </context-group>
10268 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10269 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10270 <context-group purpose="location">
10271 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10272 <context context-type="linenumber">1</context>
10273 </context-group>
10274 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10275 <source>Delete video</source><target state="new">Delete video</target>
10276 <context-group purpose="location">
10277 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10278 <context context-type="linenumber">1</context>
10279 </context-group>
9848 </trans-unit> 10280 </trans-unit>
9849 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10281 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9850 <source>Encoder</source> 10282 <source>Encoder</source>
@@ -9907,8 +10339,23 @@
9907 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10339 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9908 <source>Do you really want to delete this video?</source> 10340 <source>Do you really want to delete this video?</source>
9909 <target state="translated">คุณแน่ใจว่าต้องการลบวิดีโอนี้หรือไม่</target> 10341 <target state="translated">คุณแน่ใจว่าต้องการลบวิดีโอนี้หรือไม่</target>
10342
10343 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10344 <source>Video deleted.</source><target state="new">Video deleted.</target>
9910 <context-group purpose="location"> 10345 <context-group purpose="location">
9911 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10346 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10347 <context context-type="linenumber">1</context>
10348 </context-group>
10349 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10350 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10351 <context-group purpose="location">
10352 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10353 <context context-type="linenumber">1</context>
10354 </context-group>
10355 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10356 <source>Mute reporter</source><target state="new">Mute reporter</target>
10357 <context-group purpose="location">
10358 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9912 <context context-type="linenumber">1</context> 10359 <context context-type="linenumber">1</context>
9913 </context-group> 10360 </context-group>
9914 </trans-unit> 10361 </trans-unit>
@@ -9933,21 +10380,35 @@
9933 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10380 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9934 <context context-type="linenumber">1</context> 10381 <context context-type="linenumber">1</context>
9935 </context-group> 10382 </context-group>
9936 </trans-unit> 10383 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9937 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10384 <source>Mirror</source><target state="new">Mirror</target>
9938 <source>Duplicate (redundancy)</source>
9939 <target state="new">Duplicate (redundancy)</target>
9940 <context-group purpose="location"> 10385 <context-group purpose="location">
9941 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10386 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9942 <context context-type="linenumber">1</context> 10387 <context context-type="linenumber">1</context>
9943 </context-group> 10388 </context-group>
9944 </trans-unit> 10389 </trans-unit>
10390
9945 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10391 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9946 <source>Report</source> 10392 <source>Report</source>
9947 <target state="translated">รายงาน</target> 10393 <target state="translated">รายงาน</target>
10394
10395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10396 <source>Note</source><target state="new">Note</target>
9948 <context-group purpose="location"> 10397 <context-group purpose="location">
9949 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10398 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9950 <context context-type="linenumber">1</context> 10399 <context context-type="linenumber">61</context>
10400 </context-group>
10401 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10402 <source>The video was deleted</source><target state="new">The video was deleted</target>
10403 <context-group purpose="location">
10404 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10405 <context context-type="linenumber">71</context>
10406 </context-group>
10407 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10408 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10409 <context-group purpose="location">
10410 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10411 <context context-type="linenumber">72</context>
9951 </context-group> 10412 </context-group>
9952 </trans-unit> 10413 </trans-unit>
9953 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10414 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index edae95d21..f02a17327 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -677,9 +677,9 @@
677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
678 <source>Deleted</source> 678 <source>Deleted</source>
679 <target state="new">Deleted</target> 679 <target state="new">Deleted</target>
680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 680
681 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 681
682 </trans-unit> 682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
684 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
685 <target state="new">Edit starts/stops at</target> 685 <target state="new">Edit starts/stops at</target>
@@ -1035,7 +1035,7 @@
1035 1035
1036 1036
1037 1037
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1039 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1039 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1040 <source>Ban this user</source> 1040 <source>Ban this user</source>
1041 <target state="new">Ban this user</target> 1041 <target state="new">Ban this user</target>
@@ -1044,11 +1044,8 @@
1044 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1044 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1045 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1045 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1046 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1046 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1047 <context-group purpose="location"> 1047
1048 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1049 <context context-type="linenumber">11</context>
1050 </context-group>
1051 </trans-unit>
1052 1049
1053 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1050 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1054 <source>Login</source> 1051 <source>Login</source>
@@ -1059,67 +1056,83 @@
1059 <context context-type="linenumber">2</context> 1056 <context context-type="linenumber">2</context>
1060 </context-group> 1057 </context-group>
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1062 </trans-unit> 1059 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1063 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1060 <source>
1064 <source>If you are looking for an account…</source> 1061 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1065 <target state="new"> 1062 </source><target state="new">
1066 If you are looking for an account… 1063 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1067 </target> 1064 </target>
1068 <context-group purpose="location"> 1065 <context-group purpose="location">
1069 <context context-type="sourcefile">src/app/login/login.component.html</context> 1066 <context context-type="sourcefile">src/app/login/login.component.html</context>
1070 <context context-type="linenumber">7</context> 1067 <context context-type="linenumber">6</context>
1071 </context-group> 1068 </context-group>
1072 </trans-unit> 1069 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1073 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1074 <source> 1070 <source>
1075 Currently this instance doesn't allow for user registration, but you can find an instance 1071 If you are looking for an account…
1076 that gives you the possibility to sign up for an account and upload your videos there. 1072 </source><target state="new">
1073 If you are looking for an account…
1074 </target>
1075 <context-group purpose="location">
1076 <context context-type="sourcefile">src/app/login/login.component.html</context>
1077 <context context-type="linenumber">12</context>
1078 </context-group>
1079 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1080 <source>
1081 Currently this instance doesn't allow for user registration, but you can find an instance
1082 that gives you the possibility to sign up for an account and upload your videos there.
1077 1083
1078 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1084 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1079 1085
1080 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1086 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1081 </source> 1087 </source><target state="new">
1082 <target state="new"> 1088 Currently this instance doesn't allow for user registration, but you can find an instance
1083 Currently this instance doesn't allow for user registration, but you can find an instance 1089 that gives you the possibility to sign up for an account and upload your videos there.
1084 that gives you the possibility to sign up for an account and upload your videos there.
1085 1090
1086 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1091 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1087 1092
1088 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1093 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1089 </target> 1094 </target>
1090 <context-group purpose="location"> 1095 <context-group purpose="location">
1091 <context context-type="sourcefile">src/app/login/login.component.html</context> 1096 <context context-type="sourcefile">src/app/login/login.component.html</context>
1092 <context context-type="linenumber">11</context> 1097 <context context-type="linenumber">16</context>
1093 </context-group> 1098 </context-group>
1094 </trans-unit> 1099 </trans-unit>
1100
1101
1095 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1102 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1096 <source>Request new verification email.</source> 1103 <source>Request new verification email.</source>
1097 <target state="new">Request new verification email.</target> 1104 <target state="new">Request new verification email.</target>
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1105
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1106
1100 </trans-unit> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1101 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1108 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1102 <source>User</source> 1109 <source>User</source>
1103 <target>Kullanıcı</target> 1110 <target>Kullanıcı</target>
1104 <context-group name="null"> 1111 <context-group name="null">
1105 <context context-type="linenumber">13</context> 1112 <context context-type="linenumber">13</context>
1106 </context-group> 1113 </context-group>
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1114
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1115
1109 </trans-unit> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1110 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1117 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1111 <source>Username or email address</source> 1118 <source>Username or email address</source>
1112 <target>Kullanıcı adı ya da e-posta adresi</target> 1119 <target>Kullanıcı adı ya da e-posta adresi</target>
1113 <context-group name="null"> 1120 <context-group name="null">
1114 <context context-type="linenumber">15</context> 1121 <context context-type="linenumber">15</context>
1115 </context-group> 1122 </context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1123
1117 </trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1118 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 1125 <source>
1119 <source>or create an account</source> 1126 or create an account
1120 <target state="new">or create an account</target> 1127 </source><target state="new">
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group> 1128 or create an account
1129 </target>
1130 <context-group purpose="location">
1131 <context context-type="sourcefile">src/app/login/login.component.html</context>
1132 <context context-type="linenumber">40</context>
1133 </context-group>
1122 </trans-unit> 1134 </trans-unit>
1135
1123 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1136 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1124 <source>Password</source> 1137 <source>Password</source>
1125 <target>Şifre</target> 1138 <target>Şifre</target>
@@ -1135,34 +1148,37 @@
1135 1148
1136 1149
1137 1150
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit> 1151 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1139 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1152 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1140 <source>Click here to reset your password</source> 1153 <source>Click here to reset your password</source>
1141 <target state="new">Click here to reset your password</target> 1154 <target state="new">Click here to reset your password</target>
1142 <context-group purpose="location"> 1155
1143 <context context-type="sourcefile">src/app/login/login.component.html</context> 1156 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1144 <context context-type="linenumber">50</context>
1145 </context-group>
1146 </trans-unit>
1147 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1157 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1148 <source>Login</source> 1158 <source>Login</source>
1149 <target>Oturum aç</target> 1159 <target>Oturum aç</target>
1150 <context-group name="null"> 1160 <context-group name="null">
1151 <context context-type="linenumber">32</context> 1161 <context context-type="linenumber">32</context>
1152 </context-group> 1162 </context-group>
1153 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1163
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1164
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1166 <source>Or sign in with</source><target state="new">Or sign in with</target>
1167 <context-group purpose="location">
1168 <context context-type="sourcefile">src/app/login/login.component.html</context>
1169 <context context-type="linenumber">68</context>
1170 </context-group>
1155 </trans-unit> 1171 </trans-unit>
1156 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1172 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1157 <source>Forgot your password</source> 1173 <source>Forgot your password</source>
1158 <target state="new">Forgot your password</target> 1174 <target state="new">Forgot your password</target>
1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1175
1160 </trans-unit> 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1161 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1177 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1162 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1178 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1163 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target> 1179 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target>
1164 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1180
1165 </trans-unit> 1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1166 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1182 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1167 <source>Email</source> 1183 <source>Email</source>
1168 <target state="new">Email</target> 1184 <target state="new">Email</target>
@@ -1175,18 +1191,18 @@
1175 1191
1176 1192
1177 1193
1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1179 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1195 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1180 <source>Email address</source> 1196 <source>Email address</source>
1181 <target state="new">Email address</target> 1197 <target state="new">Email address</target>
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1198
1183 <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">10</context></context-group> 1199
1184 </trans-unit> 1200 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1185 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1201 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1186 <source>Send me an email to reset my password</source> 1202 <source>Send me an email to reset my password</source>
1187 <target state="new">Send me an email to reset my password</target> 1203 <target state="new">Send me an email to reset my password</target>
1188 1204
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1190 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1206 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1191 <source>Reset my password</source> 1207 <source>Reset my password</source>
1192 <target state="new">Reset my password</target> 1208 <target state="new">Reset my password</target>
@@ -2036,17 +2052,14 @@
2036 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html"> 2052 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
2037 <source>This will replace an existing caption!</source> 2053 <source>This will replace an existing caption!</source>
2038 <target state="new">This will replace an existing caption!</target> 2054 <target state="new">This will replace an existing caption!</target>
2039 <context-group purpose="location"> 2055
2040 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2041 <context context-type="linenumber">29</context>
2042 </context-group>
2043 </trans-unit>
2044 2057
2045 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2058 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2046 <source>Add this caption</source> 2059 <source>Add this caption</source>
2047 <target state="new">Add this caption</target> 2060 <target state="new">Add this caption</target>
2048 2061
2049 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2050 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 2063 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
2051 <source>Title</source> 2064 <source>Title</source>
2052 <target state="new">Title</target> 2065 <target state="new">Title</target>
@@ -2770,7 +2783,7 @@
2770 <source>More information</source> 2783 <source>More information</source>
2771 <target state="new">More information</target> 2784 <target state="new">More information</target>
2772 2785
2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2774 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2787 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2775 <source>Get more information</source> 2788 <source>Get more information</source>
2776 <target state="new">Get more information</target> 2789 <target state="new">Get more information</target>
@@ -2971,11 +2984,8 @@
2971 2984
2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2973 <source>Follow domain</source><target state="new">Follow domain</target> 2986 <source>Follow domain</source><target state="new">Follow domain</target>
2974 <context-group purpose="location"> 2987
2975 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2988 <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>
2976 <context context-type="linenumber">15</context>
2977 </context-group>
2978 </trans-unit>
2979 2989
2980 2990
2981 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2991 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
@@ -2984,7 +2994,37 @@
2984 2994
2985 2995
2986 2996
2987 <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">29</context></context-group></trans-unit> 2997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2998 <source>Clear filters</source><target state="new">Clear filters</target>
2999 <context-group purpose="location">
3000 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3001 <context context-type="linenumber">15</context>
3002 </context-group>
3003 <context-group purpose="location">
3004 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3005 <context context-type="linenumber">15</context>
3006 </context-group>
3007 <context-group purpose="location">
3008 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3009 <context context-type="linenumber">34</context>
3010 </context-group>
3011 <context-group purpose="location">
3012 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3013 <context context-type="linenumber">16</context>
3014 </context-group>
3015 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3017 <context context-type="linenumber">31</context>
3018 </context-group>
3019 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3021 <context context-type="linenumber">15</context>
3022 </context-group>
3023 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3025 <context context-type="linenumber">15</context>
3026 </context-group>
3027 </trans-unit>
2988 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3028 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2989 <source>ID</source> 3029 <source>ID</source>
2990 <target state="new">ID</target> 3030 <target state="new">ID</target>
@@ -2993,14 +3033,14 @@
2993 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3033 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2994 <source>Follower handle</source> 3034 <source>Follower handle</source>
2995 <target state="new">Follower handle</target> 3035 <target state="new">Follower handle</target>
2996 <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> 3036
2997 </trans-unit> 3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2998 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3038 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2999 <source>State</source> 3039 <source>State</source>
3000 <target state="new">State</target> 3040 <target state="new">State</target>
3001 3041
3002 3042
3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3004 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3044 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3005 <source>Delayed.</source> 3045 <source>Delayed.</source>
3006 <target state="new">Delayed.</target> 3046 <target state="new">Delayed.</target>
@@ -3035,30 +3075,48 @@
3035 3075
3036 3076
3037 3077
3038 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3039 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3079 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3040 <source>Accepted</source> 3080 <source>Accepted</source>
3041 <target state="new">Accepted</target> 3081 <target state="new">Accepted</target>
3042 3082
3043 3083
3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3045 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3085 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3046 <source>Pending</source> 3086 <source>Pending</source>
3047 <target state="new">Pending</target> 3087 <target state="new">Pending</target>
3048 3088
3049 3089
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3051 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3091 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3052 <source>Accept</source> 3092 <source>Accept</source>
3053 <target state="new">Accept</target> 3093 <target state="new">Accept</target>
3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3094
3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3095
3056 </trans-unit> 3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3057 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3097 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3058 <source>Refuse</source> 3098 <source>Refuse</source>
3059 <target state="new">Refuse</target> 3099 <target state="new">Refuse</target>
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3100
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3101
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3103 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3104 <context-group purpose="location">
3105 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3106 <context context-type="linenumber">55</context>
3107 </context-group>
3108 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3109 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3110 <context-group purpose="location">
3111 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3112 <context context-type="linenumber">56</context>
3113 </context-group>
3114 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3115 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3116 <context-group purpose="location">
3117 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3118 <context context-type="linenumber">5</context>
3119 </context-group>
3062 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3120 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3063 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3121 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3064 <context-group purpose="location"> 3122 <context-group purpose="location">
@@ -3070,18 +3128,43 @@
3070 <source>Host</source> 3128 <source>Host</source>
3071 <target state="new">Host</target> 3129 <target state="new">Host</target>
3072 3130
3073 <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> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3074 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3132 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3075 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3133 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3076 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3134 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3077 3135
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3079 <source>Follow domains</source><target state="new">Follow domains</target> 3137 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3080 <context-group purpose="location"> 3138 <context-group purpose="location">
3081 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3139 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3082 <context context-type="linenumber">50</context> 3140 <context context-type="linenumber">37</context>
3141 </context-group>
3142 <context-group purpose="location">
3143 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3144 <context context-type="linenumber">35</context>
3145 </context-group>
3146 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3147 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3150 <context context-type="linenumber">62</context>
3083 </context-group> 3151 </context-group>
3084 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3152 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3153 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3154 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3156 <context context-type="linenumber">63</context>
3157 </context-group>
3158 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3159 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3160 <context-group purpose="location">
3161 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3162 <context context-type="linenumber">5</context>
3163 </context-group>
3164 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3165 <source>Follow domains</source><target state="new">Follow domains</target>
3166
3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3085 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3168 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3086 <context-group purpose="location"> 3169 <context-group purpose="location">
3087 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3170 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3146,7 +3229,7 @@
3146 3229
3147 3230
3148 3231
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3150 <source> 3233 <source>
3151 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3234 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3152 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3235 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3231,47 +3314,41 @@
3231 <source>Batch actions</source> 3314 <source>Batch actions</source>
3232 <target state="new">Batch actions</target> 3315 <target state="new">Batch actions</target>
3233 3316
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3235 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3318 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3236 <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> 3319 <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>
3237 <target state="new">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>"/></target> 3320 <target state="new">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>"/></target>
3238 3321
3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3240 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3323 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3241 <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> 3324 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3242 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3325 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3243 3326
3244 <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></trans-unit> 3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3245 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3328 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3246 <source>(banned)</source> 3329 <source>(banned)</source>
3247 <target state="new">(banned)</target> 3330 <target state="new">(banned)</target>
3248 3331
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3250 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3333 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3251 <context-group purpose="location"> 3334
3252 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3335
3253 <context context-type="linenumber">65</context> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3254 </context-group>
3255 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3257 <context context-type="linenumber">27</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3337 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3261 <source>User's email must be verified to login</source> 3338 <source>User's email must be verified to login</source>
3262 <target state="new">User's email must be verified to login</target> 3339 <target state="new">User's email must be verified to login</target>
3263 3340
3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3265 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3342 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3266 <source>User's email is verified / User can login without email verification</source> 3343 <source>User's email is verified / User can login without email verification</source>
3267 <target state="new">User's email is verified / User can login without email verification</target> 3344 <target state="new">User's email is verified / User can login without email verification</target>
3268 3345
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3270 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3347 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3271 <source>Ban reason:</source> 3348 <source>Ban reason:</source>
3272 <target state="new">Ban reason:</target> 3349 <target state="new">Ban reason:</target>
3273 3350
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3275 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3352 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3276 <context-group purpose="location"> 3353 <context-group purpose="location">
3277 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3354 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3331,78 +3408,106 @@
3331 </context-group> 3408 </context-group>
3332 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3409 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3333 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3410 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3334 <context-group purpose="location"> 3411
3335 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3336 <context context-type="linenumber">10</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3413 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3340 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3414 <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>
3341 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3415 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3342 3416
3343 3417
3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3345 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3419 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3346 <source>Video URL</source> 3420 <source>Video URL</source>
3347 <target state="new">Video URL</target> 3421 <target state="new">Video URL</target>
3348 3422
3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3350 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3424 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3351 <source>Total size</source> 3425 <source>Total size</source>
3352 <target state="new">Total size</target> 3426 <target state="new">Total size</target>
3353 3427
3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3355 <source>List redundancies</source><target state="new">List redundancies</target> 3429 <source>List redundancies</source><target state="new">List redundancies</target>
3430
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3432 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3356 <context-group purpose="location"> 3433 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3434 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3358 <context context-type="linenumber">33</context> 3435 <context context-type="linenumber">77</context>
3436 </context-group>
3437 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3438 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3439 <context-group purpose="location">
3440 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3441 <context context-type="linenumber">78</context>
3359 </context-group> 3442 </context-group>
3360 </trans-unit> 3443 </trans-unit>
3361 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3444 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3362 <source>Enabled strategies stats</source> 3445 <source>Enabled strategies stats</source>
3363 <target state="new">Enabled strategies stats</target> 3446 <target state="new">Enabled strategies stats</target>
3364 3447
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3366 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3449 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3367 <source>No redundancy strategy is enabled on your instance.</source> 3450 <source>No redundancy strategy is enabled on your instance.</source>
3368 <target state="new"> 3451 <target state="new">
3369 No redundancy strategy is enabled on your instance. 3452 No redundancy strategy is enabled on your instance.
3370 </target> 3453 </target>
3371 3454
3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3373 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3456 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3374 <source>Sensitive</source> 3457 <source>Sensitive</source>
3375 <target state="new">Sensitive</target> 3458 <target state="new">Sensitive</target>
3376 3459
3377 <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">11</context></context-group></trans-unit> 3460 <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">25</context></context-group></trans-unit>
3378 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3461 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3379 <source>Unfederated</source> 3462 <source>Unfederated</source>
3380 <target state="new">Unfederated</target> 3463 <target state="new">Unfederated</target>
3381 3464
3382 <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">12</context></context-group></trans-unit> 3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3383 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3466 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3384 <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> 3467 <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>
3385 <target state="new">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> 3468 <target state="new">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>
3386 3469
3387 <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">13</context></context-group></trans-unit> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3471 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3472 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3474 <context context-type="linenumber">50</context>
3475 </context-group>
3476 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3478 <context context-type="linenumber">89</context>
3479 </context-group>
3480 </trans-unit>
3388 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3481 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3389 <source>Go to the video</source> 3482 <source>Go to the video</source>
3390 <target state="new">Go to the video</target> 3483 <target state="new">Go to the video</target>
3391 3484
3392 3485
3393 3486
3394 <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">28</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">33</context></context-group></trans-unit> 3487 <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">33</context></context-group></trans-unit>
3395 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3488 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3396 <source>Actions</source> 3489 <source>Actions</source>
3397 <target state="new">Actions</target> 3490 <target state="new">Actions</target>
3398 3491
3399 3492
3400 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3493 <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">72</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">123</context></context-group></trans-unit>
3401 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3494 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3402 <source>Blacklist reason:</source> 3495 <source>Blacklist reason:</source>
3403 <target state="new">Blacklist reason:</target> 3496 <target state="new">Blacklist reason:</target>
3404 3497
3405 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3498 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3499 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3502 <context context-type="linenumber">93</context>
3503 </context-group>
3504 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3505 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3506 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3508 <context context-type="linenumber">94</context>
3509 </context-group>
3510 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3406 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3511 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3407 <context-group purpose="location"> 3512 <context-group purpose="location">
3408 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3513 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3426,62 +3531,160 @@
3426 <source>Update this comment</source> 3531 <source>Update this comment</source>
3427 <target state="new">Update this comment</target> 3532 <target state="new">Update this comment</target>
3428 3533
3429 <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">31</context></context-group></trans-unit> 3534 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3535 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3536 <context-group purpose="location">
3537 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3538 <context context-type="linenumber">18</context>
3539 </context-group>
3540 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3541 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3542 <context-group purpose="location">
3543 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3544 <context context-type="linenumber">19</context>
3545 </context-group>
3546 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3547 <source>Accepted reports</source><target state="new">Accepted reports</target>
3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3550 <context context-type="linenumber">20</context>
3551 </context-group>
3552 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3553 <source>Refused reports</source><target state="new">Refused reports</target>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3556 <context context-type="linenumber">21</context>
3557 </context-group>
3558 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3559 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3560 <context-group purpose="location">
3561 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3562 <context context-type="linenumber">22</context>
3563 </context-group>
3564 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3565 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3566 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3568 <context context-type="linenumber">23</context>
3569 </context-group>
3570 </trans-unit>
3430 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3571 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3431 <source>Reporter</source> 3572 <source>Reporter</source>
3432 <target state="new">Reporter</target> 3573 <target state="new">Reporter</target>
3433 3574
3434 <context-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></trans-unit> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3435 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3576 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3436 <source>Video</source> 3577 <source>Video</source>
3437 <target state="new">Video</target> 3578 <target state="new">Video</target>
3438 3579
3439 3580
3440 3581
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3442 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3583 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3443 <context-group purpose="location"> 3584 <context-group purpose="location">
3444 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3585 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3445 <context context-type="linenumber">46</context> 3586 <context context-type="linenumber">80</context>
3446 </context-group> 3587 </context-group>
3447 </trans-unit> 3588 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3589 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3590 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3592 <context context-type="linenumber">91</context>
3593 </context-group>
3594 <context-group purpose="location">
3595 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3596 <context context-type="linenumber">107</context>
3597 </context-group>
3598 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3599 <source>Video was deleted</source><target state="new">Video was deleted</target>
3600 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3602 <context context-type="linenumber">98</context>
3603 </context-group>
3604 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3605 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3608 <context context-type="linenumber">141</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3611 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3614 <context context-type="linenumber">142</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3617 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3618
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3448 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3620 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3449 <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> 3621 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3450 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3622 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3451 3623
3452 3624
3453 3625
3454 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3455 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3627 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3456 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3628 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3457 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3629 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3458 <context-group purpose="location"> 3630
3459 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3460 <context context-type="linenumber">18</context>
3461 </context-group>
3462 </trans-unit>
3463 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3632 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3464 <source>Go to the account</source> 3633 <source>Go to the account</source>
3465 <target state="new">Go to the account</target> 3634 <target state="new">Go to the account</target>
3466 3635
3467 3636
3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 3637 <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">27</context></context-group></trans-unit>
3469 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3638 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3470 <source>Reason:</source>
3471 <target state="new">Reason:</target>
3472
3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3474 <source>Note:</source><target state="new">Note:</target>
3475 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3477 <context context-type="linenumber">72</context>
3478 </context-group>
3479 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3480 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3639 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3481 <context-group purpose="location"> 3640 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3641 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3483 <context context-type="linenumber">5</context> 3642 <context context-type="linenumber">5</context>
3484 </context-group> 3643 </context-group>
3644 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3645 <source>
3646 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3647 </source><target state="new">
3648 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3649 </target>
3650 <context-group purpose="location">
3651 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3652 <context context-type="linenumber">20</context>
3653 </context-group>
3654 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3655 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3656 <context-group purpose="location">
3657 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3658 <context context-type="linenumber">21</context>
3659 </context-group>
3660 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3661 <source>Reportee</source><target state="new">Reportee</target>
3662 <context-group purpose="location">
3663 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3664 <context context-type="linenumber">27</context>
3665 </context-group>
3666 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3667 <source>
3668 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3669 </source><target state="new">
3670 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3671 </target>
3672 <context-group purpose="location">
3673 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3674 <context context-type="linenumber">40</context>
3675 </context-group>
3676 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3677 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3678 <context-group purpose="location">
3679 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3680 <context context-type="linenumber">41</context>
3681 </context-group>
3682 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3683 <source>Updated</source><target state="new">Updated</target>
3684 <context-group purpose="location">
3685 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3686 <context context-type="linenumber">47</context>
3687 </context-group>
3485 </trans-unit> 3688 </trans-unit>
3486 3689
3487 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3690 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
@@ -3497,18 +3700,15 @@
3497 </context-group> 3700 </context-group>
3498 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3701 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3499 <source>Mute domain</source><target state="new">Mute domain</target> 3702 <source>Mute domain</source><target state="new">Mute domain</target>
3500 <context-group purpose="location"> 3703
3501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3704 <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></trans-unit>
3502 <context context-type="linenumber">11</context>
3503 </context-group>
3504 </trans-unit>
3505 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3705 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3506 <source>Instance</source> 3706 <source>Instance</source>
3507 <target state="new">Instance</target> 3707 <target state="new">Instance</target>
3508 3708
3509 3709
3510 3710
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3512 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3712 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3513 <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> 3713 <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>
3514 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3714 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3516,7 +3716,7 @@
3516 3716
3517 3717
3518 3718
3519 <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">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">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> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3520 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3720 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3521 <source>Unmute</source> 3721 <source>Unmute</source>
3522 <target state="new">Unmute</target> 3722 <target state="new">Unmute</target>
@@ -3524,7 +3724,19 @@
3524 3724
3525 3725
3526 3726
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3728 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3729 <context-group purpose="location">
3730 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3731 <context context-type="linenumber">51</context>
3732 </context-group>
3733 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3734 <source>No server found.</source><target state="new">No server found.</target>
3735 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3737 <context context-type="linenumber">52</context>
3738 </context-group>
3739 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3528 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3740 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3529 <context-group purpose="location"> 3741 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3742 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3536,23 +3748,29 @@
3536 </source><target state="new"> 3748 </source><target state="new">
3537 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3749 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3538 </target> 3750 </target>
3539 <context-group purpose="location"> 3751
3540 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3541 <context context-type="linenumber">37</context>
3542 </context-group>
3543 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3544 <source>Mute domains</source><target state="new">Mute domains</target> 3753 <source>Mute domains</source><target state="new">Mute domains</target>
3545 <context-group purpose="location"> 3754
3546 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3547 <context context-type="linenumber">35</context>
3548 </context-group>
3549 </trans-unit>
3550 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3756 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3551 <source>Account</source> 3757 <source>Account</source>
3552 <target state="new">Account</target> 3758 <target state="new">Account</target>
3553 3759
3554 3760
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3762 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3763 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3765 <context context-type="linenumber">58</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3768 <source>No account found.</source><target state="new">No account found.</target>
3769 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3771 <context context-type="linenumber">59</context>
3772 </context-group>
3773 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3556 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3774 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3557 <context-group purpose="location"> 3775 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3776 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3670,8 +3888,8 @@
3670 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 3888 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3671 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source> 3889 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
3672 <target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target> 3890 <target state="new">This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </target>
3673 <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">29</context></context-group> 3891
3674 </trans-unit> 3892 <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">47</context></context-group></trans-unit>
3675 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3893 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3676 <source>System</source> 3894 <source>System</source>
3677 <target state="new">System</target> 3895 <target state="new">System</target>
@@ -3856,7 +4074,7 @@
3856 <source>Strategy</source> 4074 <source>Strategy</source>
3857 <target state="new">Strategy</target> 4075 <target state="new">Strategy</target>
3858 4076
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3860 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 4078 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3861 <source>Terms</source> 4079 <source>Terms</source>
3862 <target state="new">Terms</target> 4080 <target state="new">Terms</target>
@@ -4837,23 +5055,14 @@
4837 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5055 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4838 <source>Target</source> 5056 <source>Target</source>
4839 <target state="new">Target</target> 5057 <target state="new">Target</target>
4840 <context-group purpose="location"> 5058
4841 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5059 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4842 <context context-type="linenumber">8</context>
4843 </context-group>
4844 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4845 <source>See the error</source><target state="new">See the error</target> 5060 <source>See the error</source><target state="new">See the error</target>
4846 <context-group purpose="location"> 5061
4847 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5062 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4848 <context context-type="linenumber">19</context>
4849 </context-group>
4850 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4851 <source>This video was deleted</source><target state="new">This video was deleted</target> 5063 <source>This video was deleted</source><target state="new">This video was deleted</target>
4852 <context-group purpose="location"> 5064
4853 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5065 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4854 <context context-type="linenumber">36</context>
4855 </context-group>
4856 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4857 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5066 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4858 <context-group purpose="location"> 5067 <context-group purpose="location">
4859 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5068 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -6818,8 +7027,8 @@
6818 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7027 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6819 <context context-type="linenumber">1</context> 7028 <context context-type="linenumber">1</context>
6820 </context-group> 7029 </context-group>
6821 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7030 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6822 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7031 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6823 <context-group purpose="location"> 7032 <context-group purpose="location">
6824 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7033 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6825 <context context-type="linenumber">1</context> 7034 <context context-type="linenumber">1</context>
@@ -7729,6 +7938,12 @@
7729 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 7938 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7730 <context context-type="linenumber">1</context> 7939 <context context-type="linenumber">1</context>
7731 </context-group> 7940 </context-group>
7941 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
7942 <source>Unknown</source><target state="new">Unknown</target>
7943 <context-group purpose="location">
7944 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7945 <context context-type="linenumber">1</context>
7946 </context-group>
7732 </trans-unit> 7947 </trans-unit>
7733 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 7948 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7734 <source>Your password has been successfully reset!</source> 7949 <source>Your password has been successfully reset!</source>
@@ -9318,8 +9533,17 @@
9318 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9533 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9319 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9534 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9320 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9535 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9536
9537 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9538 <source>Mute server</source><target state="new">Mute server</target>
9321 <context-group purpose="location"> 9539 <context-group purpose="location">
9322 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9540 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9541 <context context-type="linenumber">1</context>
9542 </context-group>
9543 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9544 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9545 <context-group purpose="location">
9546 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9323 <context context-type="linenumber">1</context> 9547 <context context-type="linenumber">1</context>
9324 </context-group> 9548 </context-group>
9325 </trans-unit> 9549 </trans-unit>
@@ -9671,7 +9895,25 @@
9671 <source>Video blacklisted.</source> 9895 <source>Video blacklisted.</source>
9672 <target state="new">Video blacklisted.</target> 9896 <target state="new">Video blacklisted.</target>
9673 9897
9674 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9898 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
9899 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
9900 <context-group purpose="location">
9901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9902 <context context-type="linenumber">1</context>
9903 </context-group>
9904 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
9905 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
9906 <context-group purpose="location">
9907 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9908 <context context-type="linenumber">1</context>
9909 </context-group>
9910 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
9911 <source>Delete video</source><target state="new">Delete video</target>
9912 <context-group purpose="location">
9913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9914 <context context-type="linenumber">1</context>
9915 </context-group>
9916 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9675 <source>Encoder</source><target state="new">Encoder</target> 9917 <source>Encoder</source><target state="new">Encoder</target>
9676 <context-group purpose="location"> 9918 <context-group purpose="location">
9677 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9919 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9723,8 +9965,23 @@
9723 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 9965 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9724 <source>Do you really want to delete this video?</source> 9966 <source>Do you really want to delete this video?</source>
9725 <target state="new">Do you really want to delete this video?</target> 9967 <target state="new">Do you really want to delete this video?</target>
9968
9969 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
9970 <source>Video deleted.</source><target state="new">Video deleted.</target>
9726 <context-group purpose="location"> 9971 <context-group purpose="location">
9727 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 9972 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9973 <context context-type="linenumber">1</context>
9974 </context-group>
9975 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
9976 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
9977 <context-group purpose="location">
9978 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9979 <context context-type="linenumber">1</context>
9980 </context-group>
9981 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
9982 <source>Mute reporter</source><target state="new">Mute reporter</target>
9983 <context-group purpose="location">
9984 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9728 <context context-type="linenumber">1</context> 9985 <context context-type="linenumber">1</context>
9729 </context-group> 9986 </context-group>
9730 </trans-unit> 9987 </trans-unit>
@@ -9749,21 +10006,35 @@
9749 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10006 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9750 <context context-type="linenumber">1</context> 10007 <context context-type="linenumber">1</context>
9751 </context-group> 10008 </context-group>
9752 </trans-unit> 10009 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9753 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10010 <source>Mirror</source><target state="new">Mirror</target>
9754 <source>Duplicate (redundancy)</source>
9755 <target state="new">Duplicate (redundancy)</target>
9756 <context-group purpose="location"> 10011 <context-group purpose="location">
9757 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10012 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9758 <context context-type="linenumber">1</context> 10013 <context context-type="linenumber">1</context>
9759 </context-group> 10014 </context-group>
9760 </trans-unit> 10015 </trans-unit>
10016
9761 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10017 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9762 <source>Report</source> 10018 <source>Report</source>
9763 <target state="new">Report</target> 10019 <target state="new">Report</target>
10020
10021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10022 <source>Note</source><target state="new">Note</target>
9764 <context-group purpose="location"> 10023 <context-group purpose="location">
9765 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10024 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9766 <context context-type="linenumber">1</context> 10025 <context context-type="linenumber">61</context>
10026 </context-group>
10027 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10028 <source>The video was deleted</source><target state="new">The video was deleted</target>
10029 <context-group purpose="location">
10030 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10031 <context context-type="linenumber">71</context>
10032 </context-group>
10033 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10034 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10035 <context-group purpose="location">
10036 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10037 <context context-type="linenumber">72</context>
9767 </context-group> 10038 </context-group>
9768 </trans-unit> 10039 </trans-unit>
9769 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10040 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 700f3ae1d..1bfa064b2 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -255,8 +255,8 @@
255 <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> 255 <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>
256 </trans-unit> 256 </trans-unit>
257 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 257 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
258 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 258 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
259 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> опублікував (-ла) нове відео: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 259 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> опублікував (-ла) нове відео: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
260 <context-group purpose="location"> 260 <context-group purpose="location">
261 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 261 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
262 <context context-type="linenumber">15</context> 262 <context context-type="linenumber">15</context>
@@ -271,35 +271,35 @@
271 </context-group> 271 </context-group>
272 </trans-unit> 272 </trans-unit>
273 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 273 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
274 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 274 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
275 <target state="new"> 275 <target state="new">
276 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted 276 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
277 </target> 277 </target>
278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
279 </trans-unit> 279 </trans-unit>
280 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 280 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
281 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 281 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
282 <target state="new"> 282 <target state="new">
283 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted 283 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
284 </target> 284 </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 287 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
288 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 288 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
289 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Нова скарга на відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 289 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Нова скарга на відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 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>"/> </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 292 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
293 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="new"> 294 <target state="new">
295 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 295 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
296 </target> 296 </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 299 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
300 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 300 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
301 <target state="new"> 301 <target state="new">
302 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 302 <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>"/>
303 </target> 303 </target>
304 <context-group purpose="location"> 304 <context-group purpose="location">
305 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 305 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -317,30 +317,30 @@
317 </context-group> 317 </context-group>
318 </trans-unit> 318 </trans-unit>
319 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 319 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
320 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 320 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
321 <target state="new"> 321 <target state="new">
322 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 322 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
323 </target> 323 </target>
324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
325 </trans-unit> 325 </trans-unit>
326 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 326 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
327 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 327 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
328 <target state="new"> 328 <target state="new">
329 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 329 <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
330 </target> 330 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 333 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
334 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 334 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
335 <target state="new"> 335 <target state="new">
336 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 336 <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
337 </target> 337 </target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
339 </trans-unit> 339 </trans-unit>
340 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 340 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
341 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 341 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
342 <target state="new"> 342 <target state="new">
343 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance 343 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance
344 </target> 344 </target>
345 <context-group purpose="location"> 345 <context-group purpose="location">
346 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 346 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -348,34 +348,42 @@
348 </context-group> 348 </context-group>
349 </trans-unit> 349 </trans-unit>
350 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 350 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
351 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 351 <source>
352 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
353
354 <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>"/>
355 <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>"/>
356 </source>
352 <target state="new"> 357 <target state="new">
353 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 358 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
354 359
355 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 360 <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>"/>
356 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 361 <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>"/>
357 </target> 362 </target>
358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
359 </trans-unit> 364 </trans-unit>
360 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 365 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
361 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 366 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
362 <target state="new"> 367 <target state="new">
363 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 368 <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>"/>
364 </target> 369 </target>
365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
366 </trans-unit> 371 </trans-unit>
367 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 372 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
368 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 373 <source>
374 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
375 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
376 </source>
369 <target state="new"> 377 <target state="new">
370 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 378 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
371 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 379 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
372 </target> 380 </target>
373 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
374 </trans-unit> 382 </trans-unit>
375 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 383 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
376 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 384 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
377 <target state="new"> 385 <target state="new">
378 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 386 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
379 </target> 387 </target>
380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
381 </trans-unit> 389 </trans-unit>
@@ -529,9 +537,9 @@
529 </context-group> 537 </context-group>
530 </trans-unit> 538 </trans-unit>
531 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 539 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
532 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 540 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
533 <target state="new"> 541 <target state="new">
534 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 542 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
535 </target> 543 </target>
536 <context-group purpose="location"> 544 <context-group purpose="location">
537 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 545 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -653,9 +661,9 @@
653 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 661 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
654 <source>Deleted</source> 662 <source>Deleted</source>
655 <target state="translated">Видалено</target> 663 <target state="translated">Видалено</target>
656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 664
657 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 665
658 </trans-unit> 666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
659 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
660 <source>Edit starts/stops at</source> 668 <source>Edit starts/stops at</source>
661 <target state="new">Edit starts/stops at</target> 669 <target state="new">Edit starts/stops at</target>
@@ -798,10 +806,13 @@
798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
799 </trans-unit> 807 </trans-unit>
800 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 808 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
801 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 809 <source>
810 <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>"/>
811 <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>"/>
812 </source>
802 <target state="new"> 813 <target state="new">
803 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 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>"/>
804 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 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>"/>
805 </target> 816 </target>
806 <context-group purpose="location"> 817 <context-group purpose="location">
807 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 818 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -809,9 +820,12 @@
809 </context-group> 820 </context-group>
810 </trans-unit> 821 </trans-unit>
811 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 822 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
812 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 823 <source>
824 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
825 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
826 </source>
813 <target state="new"> 827 <target state="new">
814 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 828 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
815 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 829 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
816 </target> 830 </target>
817 <context-group purpose="location"> 831 <context-group purpose="location">
@@ -820,9 +834,12 @@
820 </context-group> 834 </context-group>
821 </trans-unit> 835 </trans-unit>
822 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 836 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
823 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 837 <source>
838 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
839 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
840 </source>
824 <target state="new"> 841 <target state="new">
825 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 842 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
826 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 843 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
827 </target> 844 </target>
828 <context-group purpose="location"> 845 <context-group purpose="location">
@@ -839,10 +856,13 @@
839 </context-group> 856 </context-group>
840 </trans-unit> 857 </trans-unit>
841 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 858 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
842 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 859 <source>
860 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
861 <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>"/>
862 </source>
843 <target state="new"> 863 <target state="new">
844 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 864 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
845 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 865 <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>"/>
846 </target> 866 </target>
847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
848 </trans-unit> 868 </trans-unit>
@@ -889,9 +909,9 @@
889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
890 </trans-unit> 910 </trans-unit>
891 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 911 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
892 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 912 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
893 <target state="new"> 913 <target state="new">
894 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 914 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>"/>
895 </target> 915 </target>
896 <context-group name="null"> 916 <context-group name="null">
897 <context context-type="linenumber">53</context> 917 <context context-type="linenumber">53</context>
@@ -1035,20 +1055,20 @@
1035 <context-group name="null"> 1055 <context-group name="null">
1036 <context context-type="linenumber">23</context> 1056 <context context-type="linenumber">23</context>
1037 </context-group> 1057 </context-group>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1058
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1059
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1060
1041 <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> 1061
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1062
1043 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1063
1044 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1064
1045 <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> 1065
1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1066
1047 <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">26</context></context-group> 1067
1048 <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">22</context></context-group> 1068
1049 <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">25</context></context-group> 1069
1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1070
1051 </trans-unit> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1052 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1072 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1053 <source>Ban this user</source> 1073 <source>Ban this user</source>
1054 <target>Заблокувати цього користувача</target> 1074 <target>Заблокувати цього користувача</target>
@@ -1060,11 +1080,8 @@
1060 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1080 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1061 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1081 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1062 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1082 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1063 <context-group purpose="location"> 1083
1064 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1065 <context context-type="linenumber">11</context>
1066 </context-group>
1067 </trans-unit>
1068 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1085 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1069 <source>Login</source> 1086 <source>Login</source>
1070 <target> 1087 <target>
@@ -1074,130 +1091,151 @@
1074 <context context-type="linenumber">2</context> 1091 <context context-type="linenumber">2</context>
1075 </context-group> 1092 </context-group>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1077 </trans-unit> 1094 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1078 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1095 <source>
1079 <source>If you are looking for an account…</source> 1096 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1080 <target state="new"> 1097 </source><target state="new">
1081 If you are looking for an account… 1098 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1082 </target> 1099 </target>
1083 <context-group purpose="location"> 1100 <context-group purpose="location">
1084 <context context-type="sourcefile">src/app/login/login.component.html</context> 1101 <context context-type="sourcefile">src/app/login/login.component.html</context>
1085 <context context-type="linenumber">7</context> 1102 <context context-type="linenumber">6</context>
1086 </context-group> 1103 </context-group>
1087 </trans-unit> 1104 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1088 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1105 <source>
1089 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1106 If you are looking for an account…
1090 <target state="new"> 1107 </source><target state="new">
1091 Currently this instance doesn't allow for user registration, but you can find an instance 1108 If you are looking for an account…
1092 that gives you the possibility to sign up for an account and upload your videos there. 1109 </target>
1110 <context-group purpose="location">
1111 <context context-type="sourcefile">src/app/login/login.component.html</context>
1112 <context context-type="linenumber">12</context>
1113 </context-group>
1114 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1115 <source>
1116 Currently this instance doesn't allow for user registration, but you can find an instance
1117 that gives you the possibility to sign up for an account and upload your videos there.
1093 1118
1094 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1119 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1095 1120
1096 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1121 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1097 </target> 1122 </source><target state="new">
1123 Currently this instance doesn't allow for user registration, but you can find an instance
1124 that gives you the possibility to sign up for an account and upload your videos there.
1125
1126 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1127
1128 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1129 </target>
1098 <context-group purpose="location"> 1130 <context-group purpose="location">
1099 <context context-type="sourcefile">src/app/login/login.component.html</context> 1131 <context context-type="sourcefile">src/app/login/login.component.html</context>
1100 <context context-type="linenumber">11</context> 1132 <context context-type="linenumber">16</context>
1101 </context-group> 1133 </context-group>
1102 </trans-unit> 1134 </trans-unit>
1135
1136
1103 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1137 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1104 <source>Request new verification email.</source> 1138 <source>Request new verification email.</source>
1105 <target>Запросити нове підтвердження електронною поштою.</target> 1139 <target>Запросити нове підтвердження електронною поштою.</target>
1106 <context-group name="null"> 1140 <context-group name="null">
1107 <context context-type="linenumber">16</context> 1141 <context context-type="linenumber">16</context>
1108 </context-group> 1142 </context-group>
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1143
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1144
1111 </trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1112 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1146 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1113 <source>User</source> 1147 <source>User</source>
1114 <target>Користувач</target> 1148 <target>Користувач</target>
1115 <context-group name="null"> 1149 <context-group name="null">
1116 <context context-type="linenumber">13</context> 1150 <context context-type="linenumber">13</context>
1117 </context-group> 1151 </context-group>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1152
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1153
1120 </trans-unit> 1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1121 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1155 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1122 <source>Username or email address</source> 1156 <source>Username or email address</source>
1123 <target>Ім'я користувача або E-mail</target> 1157 <target>Ім'я користувача або E-mail</target>
1124 <context-group name="null"> 1158 <context-group name="null">
1125 <context context-type="linenumber">15</context> 1159 <context context-type="linenumber">15</context>
1126 </context-group> 1160 </context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1161
1128 </trans-unit> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1129 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1163 <source>
1130 <source>or create an account</source> 1164 or create an account
1131 <target> 1165 </source><target state="new">
1132 чи створити обліковий запис 1166 or create an account
1133 </target> 1167 </target>
1134 <context-group name="null"> 1168 <context-group purpose="location">
1135 <context context-type="linenumber">18</context> 1169 <context context-type="sourcefile">src/app/login/login.component.html</context>
1170 <context context-type="linenumber">40</context>
1136 </context-group> 1171 </context-group>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1138 </trans-unit> 1172 </trans-unit>
1173
1139 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1174 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1140 <source>Password</source> 1175 <source>Password</source>
1141 <target>Пароль</target> 1176 <target>Пароль</target>
1142 <context-group name="null"> 1177 <context-group name="null">
1143 <context context-type="linenumber">54</context> 1178 <context context-type="linenumber">54</context>
1144 </context-group> 1179 </context-group>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1180
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1181
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1182
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1183
1149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1184
1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1185
1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1186
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1187
1153 </trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1154 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1189 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1155 <source>Click here to reset your password</source> 1190 <source>Click here to reset your password</source>
1156 <target state="new">Click here to reset your password</target> 1191 <target state="new">Click here to reset your password</target>
1157 <context-group purpose="location"> 1192
1158 <context context-type="sourcefile">src/app/login/login.component.html</context> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1159 <context context-type="linenumber">50</context>
1160 </context-group>
1161 </trans-unit>
1162 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html"> 1194 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1163 <source>Login</source> 1195 <source>Login</source>
1164 <target state="translated">Логін</target> 1196 <target state="translated">Логін</target>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1197
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1198
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1200 <source>Or sign in with</source><target state="new">Or sign in with</target>
1201 <context-group purpose="location">
1202 <context context-type="sourcefile">src/app/login/login.component.html</context>
1203 <context context-type="linenumber">68</context>
1204 </context-group>
1167 </trans-unit> 1205 </trans-unit>
1168 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1206 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1169 <source>Forgot your password</source> 1207 <source>Forgot your password</source>
1170 <target state="translated">Забув(ла) пароль</target> 1208 <target state="translated">Забув(ла) пароль</target>
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1209
1172 </trans-unit> 1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1173 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1211 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1174 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1212 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1175 <target state="translated">Вибачте, але ви не можете відновити пароль, тому що адміністратор вашого інстанса не налаштував систему email PeerTube.</target> 1213 <target state="translated">Вибачте, але ви не можете відновити пароль, тому що адміністратор вашого інстанса не налаштував систему email PeerTube.</target>
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1214
1177 </trans-unit> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1178 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1216 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1179 <source>Email</source> 1217 <source>Email</source>
1180 <target state="new">Email</target> 1218 <target state="new">Email</target>
1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1219
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1220
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1221
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1222
1185 <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">4</context></context-group> 1223
1186 <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">8</context></context-group> 1224
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1225
1188 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1226
1189 </trans-unit> 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1190 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1228 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1191 <source>Email address</source> 1229 <source>Email address</source>
1192 <target state="translated">Email адрес</target> 1230 <target state="translated">Email адрес</target>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1231
1194 <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">10</context></context-group> 1232
1195 </trans-unit> 1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1196 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html"> 1234 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1197 <source>Send me an email to reset my password</source> 1235 <source>Send me an email to reset my password</source>
1198 <target state="translated">Відправте мені email для сбросу пароля</target> 1236 <target state="translated">Відправте мені email для сбросу пароля</target>
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1237
1200 </trans-unit> 1238 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1201 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1239 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1202 <source>Reset my password</source> 1240 <source>Reset my password</source>
1203 <target state="translated">Сброс пароля</target> 1241 <target state="translated">Сброс пароля</target>
@@ -1239,9 +1277,9 @@
1239 </context-group> 1277 </context-group>
1240 </trans-unit> 1278 </trans-unit>
1241 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html"> 1279 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1242 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1280 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1243 <target state="new"> 1281 <target state="new">
1244 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1282 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>"/>
1245 </target> 1283 </target>
1246 <context-group purpose="location"> 1284 <context-group purpose="location">
1247 <context context-type="sourcefile">src/app/search/search.component.html</context> 1285 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1249,10 +1287,13 @@
1249 </context-group> 1287 </context-group>
1250 </trans-unit> 1288 </trans-unit>
1251 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1289 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1252 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1290 <source>
1291 Filters
1292 <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>"/>
1293 </source>
1253 <target state="new"> 1294 <target state="new">
1254 Filters 1295 Filters
1255 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1296 <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>"/>
1256 </target> 1297 </target>
1257 <context-group purpose="location"> 1298 <context-group purpose="location">
1258 <context context-type="sourcefile">src/app/search/search.component.html</context> 1299 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1284,7 +1325,8 @@
1284 </context-group> 1325 </context-group>
1285 </trans-unit> 1326 </trans-unit>
1286 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1327 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1287 <source>CLI documentation</source> 1328 <source>CLI
1329 documentation</source>
1288 <target state="translated">Документація CLI</target> 1330 <target state="translated">Документація CLI</target>
1289 <context-group purpose="location"> 1331 <context-group purpose="location">
1290 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1332 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1300,7 +1342,8 @@
1300 </context-group> 1342 </context-group>
1301 </trans-unit> 1343 </trans-unit>
1302 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1344 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1303 <source>Administer documentation</source> 1345 <source>Administer
1346 documentation</source>
1304 <target state="new">Administer 1347 <target state="new">Administer
1305 documentation</target> 1348 documentation</target>
1306 <context-group purpose="location"> 1349 <context-group purpose="location">
@@ -1317,7 +1360,8 @@
1317 </context-group> 1360 </context-group>
1318 </trans-unit> 1361 </trans-unit>
1319 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1362 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1320 <source>Use documentation</source> 1363 <source>Use
1364 documentation</source>
1321 <target state="translated">Використовувати документацію</target> 1365 <target state="translated">Використовувати документацію</target>
1322 <context-group purpose="location"> 1366 <context-group purpose="location">
1323 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1367 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1341,16 +1385,16 @@
1341 </context-group> 1385 </context-group>
1342 </trans-unit> 1386 </trans-unit>
1343 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1387 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1344 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1388 <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>
1345 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1389 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1346 <context-group purpose="location"> 1390 <context-group purpose="location">
1347 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1391 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1348 <context context-type="linenumber">44</context> 1392 <context context-type="linenumber">44</context>
1349 </context-group> 1393 </context-group>
1350 </trans-unit> 1394 </trans-unit>
1351 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1395 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1352 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1396 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1353 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1397 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1354 </target> 1398 </target>
1355 <context-group purpose="location"> 1399 <context-group purpose="location">
1356 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1400 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1366,10 +1410,14 @@
1366 </context-group> 1410 </context-group>
1367 </trans-unit> 1411 </trans-unit>
1368 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1412 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1369 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1413 <source>
1414 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1415 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1416 is very important for visitors to understand on what type of instance they are.
1417 </source>
1370 <target state="new"> 1418 <target state="new">
1371 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1419 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1372 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1420 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1373 is very important for visitors to understand on what type of instance they are. 1421 is very important for visitors to understand on what type of instance they are.
1374 </target> 1422 </target>
1375 <context-group purpose="location"> 1423 <context-group purpose="location">
@@ -1378,12 +1426,18 @@
1378 </context-group> 1426 </context-group>
1379 </trans-unit> 1427 </trans-unit>
1380 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1428 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1381 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1429 <source>
1430 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1431 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1432 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1433 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1434 PeerTube instance.
1435 </source>
1382 <target state="new"> 1436 <target state="new">
1383 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1437 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1384 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1438 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1385 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1439 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1386 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1440 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1387 PeerTube instance. 1441 PeerTube instance.
1388 </target> 1442 </target>
1389 <context-group purpose="location"> 1443 <context-group purpose="location">
@@ -1474,10 +1528,13 @@
1474 </context-group> 1528 </context-group>
1475 </trans-unit> 1529 </trans-unit>
1476 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1530 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1477 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1531 <source>
1532 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1533 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1534 </source>
1478 <target state="new"> 1535 <target state="new">
1479 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1536 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1480 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1537 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1481 </target> 1538 </target>
1482 <context-group purpose="location"> 1539 <context-group purpose="location">
1483 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1540 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1853,10 +1910,13 @@
1853 </context-group> 1910 </context-group>
1854 </trans-unit> 1911 </trans-unit>
1855 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1912 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1856 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1913 <source>
1914 Jump to channel
1915 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1916 </source>
1857 <target state="new"> 1917 <target state="new">
1858 Jump to channel 1918 Jump to channel
1859 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1919 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1860 </target> 1920 </target>
1861 <context-group purpose="location"> 1921 <context-group purpose="location">
1862 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1922 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2022,16 +2082,13 @@
2022 <target state="new"> 2082 <target state="new">
2023 This will replace an existing caption! 2083 This will replace an existing caption!
2024 </target> 2084 </target>
2025 <context-group purpose="location"> 2085
2026 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2086 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2027 <context context-type="linenumber">29</context>
2028 </context-group>
2029 </trans-unit>
2030 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2087 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2031 <source>Add this caption</source> 2088 <source>Add this caption</source>
2032 <target state="new">Add this caption</target> 2089 <target state="new">Add this caption</target>
2033 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2090
2034 </trans-unit> 2091 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2035 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 2092 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
2036 <source>Title</source> 2093 <source>Title</source>
2037 <target state="new">Title</target> 2094 <target state="new">Title</target>
@@ -2044,10 +2101,14 @@
2044 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2045 </trans-unit> 2102 </trans-unit>
2046 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2103 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2047 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2104 <source>
2105 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2106 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2107 Press Enter to add a new tag.
2108 </source>
2048 <target state="new"> 2109 <target state="new">
2049 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2110 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2050 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2111 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2051 Press Enter to add a new tag. 2112 Press Enter to add a new tag.
2052 </target> 2113 </target>
2053 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2114 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2172,7 +2233,7 @@
2172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2233 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2173 </trans-unit> 2234 </trans-unit>
2174 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2235 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2175 <source>Already uploaded ✔</source> 2236 <source>Already uploaded ✔</source>
2176 <target state="new">Already uploaded ✔</target> 2237 <target state="new">Already uploaded ✔</target>
2177 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group> 2238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group>
2178 </trans-unit> 2239 </trans-unit>
@@ -2255,9 +2316,13 @@
2255 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2316 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2256 </trans-unit> 2317 </trans-unit>
2257 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2318 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2258 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2319 <source>
2320 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>"/>
2321 or URL that points to a raw MP4 file.
2322 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.
2323 </source>
2259 <target state="new"> 2324 <target state="new">
2260 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2325 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>"/>
2261 or URL that points to a raw MP4 file. 2326 or URL that points to a raw MP4 file.
2262 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. 2327 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.
2263 </target> 2328 </target>
@@ -2310,10 +2375,14 @@
2310 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2375 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2311 </trans-unit> 2376 </trans-unit>
2312 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2377 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2313 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2378 <source>
2379 Image that will be merged with your audio file.
2380 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2381 The chosen image will be definitive and cannot be modified.
2382 </source>
2314 <target state="new"> 2383 <target state="new">
2315 Image that will be merged with your audio file. 2384 Image that will be merged with your audio file.
2316 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2385 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2317 The chosen image will be definitive and cannot be modified. 2386 The chosen image will be definitive and cannot be modified.
2318 </target> 2387 </target>
2319 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2388 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
@@ -2368,7 +2437,10 @@
2368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2437 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2369 </trans-unit> 2438 </trans-unit>
2370 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2439 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2371 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2440 <source>
2441 You can import any torrent file that points to a mp4 file.
2442 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.
2443 </source>
2372 <target state="new"> 2444 <target state="new">
2373 You can import any torrent file that points to a mp4 file. 2445 You can import any torrent file that points to a mp4 file.
2374 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. 2446 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.
@@ -2383,11 +2455,15 @@
2383 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2455 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2384 </trans-unit> 2456 </trans-unit>
2385 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2457 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2386 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2458 <source>
2387 <target state="new"> 2459 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2388 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2460 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2389 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2461 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2390 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2462 </source>
2463 <target state="new">
2464 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2465 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2466 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2391 </target> 2467 </target>
2392 <context-group purpose="location"> 2468 <context-group purpose="location">
2393 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2469 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2593,9 +2669,9 @@
2593 </context-group> 2669 </context-group>
2594 </trans-unit> 2670 </trans-unit>
2595 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2671 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2596 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2672 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2597 <target state="new"> 2673 <target state="new">
2598 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2674 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>"/>
2599 </target> 2675 </target>
2600 <context-group purpose="location"> 2676 <context-group purpose="location">
2601 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2677 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2603,9 +2679,9 @@
2603 </context-group> 2679 </context-group>
2604 </trans-unit> 2680 </trans-unit>
2605 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2681 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2606 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2682 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2607 <target state="new"> 2683 <target state="new">
2608 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2684 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>"/>
2609 </target> 2685 </target>
2610 <context-group purpose="location"> 2686 <context-group purpose="location">
2611 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2687 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2747,11 +2823,11 @@
2747 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2823 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2748 <source>More information</source> 2824 <source>More information</source>
2749 <target state="new">More information</target> 2825 <target state="new">More information</target>
2750 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 2826
2751 <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">21</context></context-group> 2827
2752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 2828
2753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 2829
2754 </trans-unit> 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2755 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2831 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2756 <source>Get more information</source> 2832 <source>Get more information</source>
2757 <target state="new">Get more information</target> 2833 <target state="new">Get more information</target>
@@ -2872,7 +2948,11 @@
2872 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 2948 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
2873 </trans-unit> 2949 </trans-unit>
2874 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 2950 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
2875 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 2951 <source>
2952 You can comment using an account on any ActivityPub-compatible instance.
2953 On most platforms, you can find the video by typing its URL in the search bar and then comment it
2954 from within the software's interface.
2955 </source>
2876 <target state="new"> 2956 <target state="new">
2877 You can comment using an account on any ActivityPub-compatible instance. 2957 You can comment using an account on any ActivityPub-compatible instance.
2878 On most platforms, you can find the video by typing its URL in the search bar and then comment it 2958 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -2944,17 +3024,44 @@
2944 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3024 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2945 <source>Follow domain</source> 3025 <source>Follow domain</source>
2946 <target state="new">Follow domain</target> 3026 <target state="new">Follow domain</target>
3027
3028 <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>
3029 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3030 <source>Filter...</source>
3031 <target state="new">Filter...</target>
3032
3033
3034
3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3036 <source>Clear filters</source><target state="new">Clear filters</target>
3037 <context-group purpose="location">
3038 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3039 <context context-type="linenumber">15</context>
3040 </context-group>
2947 <context-group purpose="location"> 3041 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3042 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2949 <context context-type="linenumber">15</context> 3043 <context context-type="linenumber">15</context>
2950 </context-group> 3044 </context-group>
2951 </trans-unit> 3045 <context-group purpose="location">
2952 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3046 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2953 <source>Filter...</source> 3047 <context context-type="linenumber">34</context>
2954 <target state="new">Filter...</target> 3048 </context-group>
2955 <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> 3049 <context-group purpose="location">
2956 <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> 3050 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3051 <context context-type="linenumber">16</context>
3052 </context-group>
3053 <context-group purpose="location">
3054 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3055 <context context-type="linenumber">31</context>
3056 </context-group>
3057 <context-group purpose="location">
3058 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3059 <context context-type="linenumber">15</context>
3060 </context-group>
3061 <context-group purpose="location">
3062 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3063 <context context-type="linenumber">15</context>
3064 </context-group>
2958 </trans-unit> 3065 </trans-unit>
2959 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3066 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2960 <source>ID</source> 3067 <source>ID</source>
@@ -2964,14 +3071,14 @@
2964 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3071 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2965 <source>Follower handle</source> 3072 <source>Follower handle</source>
2966 <target state="new">Follower handle</target> 3073 <target state="new">Follower handle</target>
2967 <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> 3074
2968 </trans-unit> 3075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2969 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3076 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2970 <source>State</source> 3077 <source>State</source>
2971 <target state="new">State</target> 3078 <target state="new">State</target>
2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3079
2973 <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> 3080
2974 </trans-unit> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
2975 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3082 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2976 <source>Delayed.</source> 3083 <source>Delayed.</source>
2977 <target state="new">Delayed.</target> 3084 <target state="new">Delayed.</target>
@@ -2998,38 +3105,56 @@
2998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
2999 </trans-unit> 3106 </trans-unit>
3000 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3107 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3001 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3108 <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>
3002 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3109 <target state="new">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>"/></target>
3003 <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> 3110
3004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3111
3005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3112
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3113
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3114
3008 <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> 3115
3009 </trans-unit> 3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3010 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3117 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3011 <source>Accepted</source> 3118 <source>Accepted</source>
3012 <target state="new">Accepted</target> 3119 <target state="new">Accepted</target>
3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3120
3014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3121
3015 </trans-unit> 3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3016 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3123 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3017 <source>Pending</source> 3124 <source>Pending</source>
3018 <target state="new">Pending</target> 3125 <target state="new">Pending</target>
3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3126
3020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3127
3021 </trans-unit> 3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3022 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3129 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3023 <source>Accept</source> 3130 <source>Accept</source>
3024 <target state="new">Accept</target> 3131 <target state="new">Accept</target>
3025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3132
3026 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3133
3027 </trans-unit> 3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3028 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3135 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3029 <source>Refuse</source> 3136 <source>Refuse</source>
3030 <target state="new">Refuse</target> 3137 <target state="new">Refuse</target>
3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3138
3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3139
3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3141 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3142 <context-group purpose="location">
3143 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3144 <context context-type="linenumber">55</context>
3145 </context-group>
3146 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3147 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3150 <context context-type="linenumber">56</context>
3151 </context-group>
3152 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3153 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3154 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3156 <context context-type="linenumber">5</context>
3157 </context-group>
3033 </trans-unit> 3158 </trans-unit>
3034 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3159 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3035 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3160 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3042,21 +3167,46 @@
3042 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3167 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3043 <source>Host</source> 3168 <source>Host</source>
3044 <target state="new">Host</target> 3169 <target state="new">Host</target>
3045 <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> 3170
3046 </trans-unit> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3047 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3172 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3048 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3173 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3049 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3174 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3175
3051 </trans-unit> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3052 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3177 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3053 <source>Follow domains</source>
3054 <target state="new">Follow domains</target>
3055 <context-group purpose="location"> 3178 <context-group purpose="location">
3056 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3179 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3057 <context context-type="linenumber">50</context> 3180 <context context-type="linenumber">37</context>
3181 </context-group>
3182 <context-group purpose="location">
3183 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3184 <context context-type="linenumber">35</context>
3185 </context-group>
3186 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3187 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3188 <context-group purpose="location">
3189 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3190 <context context-type="linenumber">62</context>
3191 </context-group>
3192 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3193 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3194 <context-group purpose="location">
3195 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3196 <context context-type="linenumber">63</context>
3197 </context-group>
3198 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3199 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3202 <context context-type="linenumber">5</context>
3058 </context-group> 3203 </context-group>
3059 </trans-unit> 3204 </trans-unit>
3205 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3206 <source>Follow domains</source>
3207 <target state="new">Follow domains</target>
3208
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3060 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3210 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3061 <source>My videos duplicated by remote instances</source> 3211 <source>My videos duplicated by remote instances</source>
3062 <target state="new">My videos duplicated by remote instances</target> 3212 <target state="new">My videos duplicated by remote instances</target>
@@ -3114,14 +3264,17 @@
3114 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html"> 3264 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
3115 <source>Role</source> 3265 <source>Role</source>
3116 <target state="new">Role</target> 3266 <target state="new">Role</target>
3117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3267
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3268
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3269
3120 </trans-unit> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3121 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3271 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3122 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3272 <source>
3273 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3274 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3275 </source>
3123 <target state="new"> 3276 <target state="new">
3124 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3277 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3125 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3278 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3126 </target> 3279 </target>
3127 <context-group purpose="location"> 3280 <context-group purpose="location">
@@ -3197,50 +3350,44 @@
3197 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3350 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3198 <source>Batch actions</source> 3351 <source>Batch actions</source>
3199 <target state="new">Batch actions</target> 3352 <target state="new">Batch actions</target>
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3353
3201 </trans-unit> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3202 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3355 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3203 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3356 <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>
3204 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3357 <target state="new">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>"/></target>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3358
3206 </trans-unit> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3207 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3360 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3208 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3361 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3209 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3362 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3210 <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> 3363
3211 </trans-unit> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3212 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3365 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3213 <source>(banned)</source> 3366 <source>(banned)</source>
3214 <target state="new">(banned)</target> 3367 <target state="new">(banned)</target>
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3368
3216 </trans-unit> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3217 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3370 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3218 <source>Open account in a new tab</source> 3371 <source>Open account in a new tab</source>
3219 <target state="new">Open account in a new tab</target> 3372 <target state="new">Open account in a new tab</target>
3220 <context-group purpose="location"> 3373
3221 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3374
3222 <context context-type="linenumber">65</context> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3223 </context-group>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3226 <context context-type="linenumber">27</context>
3227 </context-group>
3228 </trans-unit>
3229 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3376 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3230 <source>User's email must be verified to login</source> 3377 <source>User's email must be verified to login</source>
3231 <target state="new">User's email must be verified to login</target> 3378 <target state="new">User's email must be verified to login</target>
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3379
3233 </trans-unit> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3234 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3381 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3235 <source>User's email is verified / User can login without email verification</source> 3382 <source>User's email is verified / User can login without email verification</source>
3236 <target state="new">User's email is verified / User can login without email verification</target> 3383 <target state="new">User's email is verified / User can login without email verification</target>
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3384
3238 </trans-unit> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3239 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3386 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3240 <source>Ban reason:</source> 3387 <source>Ban reason:</source>
3241 <target state="new">Ban reason:</target> 3388 <target state="new">Ban reason:</target>
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3389
3243 </trans-unit> 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3244 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3391 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3245 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3392 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3246 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3393 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3302,79 +3449,107 @@
3302 </context-group> 3449 </context-group>
3303 </trans-unit> 3450 </trans-unit>
3304 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3451 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3305 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3452 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3306 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3453 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3307 <context-group purpose="location"> 3454
3308 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3309 <context context-type="linenumber">10</context>
3310 </context-group>
3311 </trans-unit>
3312 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3456 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3313 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3457 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3314 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3458 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3459
3316 </trans-unit> 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3317 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3461 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3318 <source>Video URL</source> 3462 <source>Video URL</source>
3319 <target state="new">Video URL</target> 3463 <target state="new">Video URL</target>
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3464
3321 </trans-unit> 3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3322 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3466 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3323 <source>Total size</source> 3467 <source>Total size</source>
3324 <target state="new">Total size</target> 3468 <target state="new">Total size</target>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3469
3326 </trans-unit> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3327 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3471 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3328 <source>List redundancies</source> 3472 <source>List redundancies</source>
3329 <target state="new">List redundancies</target> 3473 <target state="new">List redundancies</target>
3474
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3476 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3330 <context-group purpose="location"> 3477 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3478 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3332 <context context-type="linenumber">33</context> 3479 <context context-type="linenumber">77</context>
3480 </context-group>
3481 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3482 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3483 <context-group purpose="location">
3484 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3485 <context context-type="linenumber">78</context>
3333 </context-group> 3486 </context-group>
3334 </trans-unit> 3487 </trans-unit>
3335 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3488 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3336 <source>Enabled strategies stats</source> 3489 <source>Enabled strategies stats</source>
3337 <target state="new">Enabled strategies stats</target> 3490 <target state="new">Enabled strategies stats</target>
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3491
3339 </trans-unit> 3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3340 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3493 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3341 <source>No redundancy strategy is enabled on your instance.</source> 3494 <source>No redundancy strategy is enabled on your instance.</source>
3342 <target state="new"> 3495 <target state="new">
3343 No redundancy strategy is enabled on your instance. 3496 No redundancy strategy is enabled on your instance.
3344 </target> 3497 </target>
3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3498
3346 </trans-unit> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3347 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3500 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3348 <source>Sensitive</source> 3501 <source>Sensitive</source>
3349 <target state="new">Sensitive</target> 3502 <target state="new">Sensitive</target>
3350 <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">11</context></context-group> 3503
3351 </trans-unit> 3504 <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">25</context></context-group></trans-unit>
3352 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3505 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3353 <source>Unfederated</source> 3506 <source>Unfederated</source>
3354 <target state="new">Unfederated</target> 3507 <target state="new">Unfederated</target>
3355 <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">12</context></context-group> 3508
3356 </trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3357 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3510 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3358 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3511 <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>
3359 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3512 <target state="new">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>
3360 <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">13</context></context-group> 3513
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3515 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3516 <context-group purpose="location">
3517 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3518 <context context-type="linenumber">50</context>
3519 </context-group>
3520 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3522 <context context-type="linenumber">89</context>
3523 </context-group>
3361 </trans-unit> 3524 </trans-unit>
3362 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3525 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3363 <source>Go to the video</source> 3526 <source>Go to the video</source>
3364 <target state="new">Go to the video</target> 3527 <target state="new">Go to the video</target>
3365 <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">28</context></context-group> 3528
3366 <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">33</context></context-group> 3529
3367 </trans-unit> 3530 <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">33</context></context-group></trans-unit>
3368 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3531 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3369 <source>Actions</source> 3532 <source>Actions</source>
3370 <target state="new">Actions</target> 3533 <target state="new">Actions</target>
3371 <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">38</context></context-group> 3534
3372 <context-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> 3535
3373 </trans-unit> 3536 <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">72</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">123</context></context-group></trans-unit>
3374 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3537 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3375 <source>Blacklist reason:</source> 3538 <source>Blacklist reason:</source>
3376 <target state="new">Blacklist reason:</target> 3539 <target state="new">Blacklist reason:</target>
3377 <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">46</context></context-group> 3540
3541 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3542 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3543 <context-group purpose="location">
3544 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3545 <context context-type="linenumber">93</context>
3546 </context-group>
3547 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3548 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3549 <context-group purpose="location">
3550 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3551 <context context-type="linenumber">94</context>
3552 </context-group>
3378 </trans-unit> 3553 </trans-unit>
3379 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3554 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3380 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3555 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3403,60 +3578,113 @@
3403 <source>Update this comment</source> 3578 <source>Update this comment</source>
3404 <target state="new">Update this comment</target> 3579 <target state="new">Update this comment</target>
3405 <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">31</context></context-group> 3580 <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">31</context></context-group>
3581 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3582 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3583 <context-group purpose="location">
3584 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3585 <context context-type="linenumber">18</context>
3586 </context-group>
3587 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3588 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3589 <context-group purpose="location">
3590 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3591 <context context-type="linenumber">19</context>
3592 </context-group>
3593 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3594 <source>Accepted reports</source><target state="new">Accepted reports</target>
3595 <context-group purpose="location">
3596 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3597 <context context-type="linenumber">20</context>
3598 </context-group>
3599 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3600 <source>Refused reports</source><target state="new">Refused reports</target>
3601 <context-group purpose="location">
3602 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3603 <context context-type="linenumber">21</context>
3604 </context-group>
3605 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3606 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3607 <context-group purpose="location">
3608 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3609 <context context-type="linenumber">22</context>
3610 </context-group>
3611 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3612 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3613 <context-group purpose="location">
3614 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3615 <context context-type="linenumber">23</context>
3616 </context-group>
3406 </trans-unit> 3617 </trans-unit>
3407 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3618 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3408 <source>Reporter</source> 3619 <source>Reporter</source>
3409 <target state="new">Reporter</target> 3620 <target state="new">Reporter</target>
3410 <context-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> 3621
3411 </trans-unit> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3412 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3623 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3413 <source>Video</source> 3624 <source>Video</source>
3414 <target state="new">Video</target> 3625 <target state="new">Video</target>
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 3626
3416 <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> 3627
3417 <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> 3628
3418 </trans-unit> 3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3419 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3630 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3420 <source>Open video in a new tab</source>
3421 <target state="new">Open video in a new tab</target>
3422 <context-group purpose="location"> 3631 <context-group purpose="location">
3423 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3424 <context context-type="linenumber">46</context> 3633 <context context-type="linenumber">80</context>
3425 </context-group> 3634 </context-group>
3426 </trans-unit> 3635 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3427 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3636 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3428 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3429 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3430 <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>
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group>
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group>
3433 </trans-unit>
3434 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3435 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3436 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3437 <context-group purpose="location"> 3637 <context-group purpose="location">
3438 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3638 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3439 <context context-type="linenumber">18</context> 3639 <context context-type="linenumber">91</context>
3640 </context-group>
3641 <context-group purpose="location">
3642 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3643 <context context-type="linenumber">107</context>
3644 </context-group>
3645 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3646 <source>Video was deleted</source><target state="new">Video was deleted</target>
3647 <context-group purpose="location">
3648 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3649 <context context-type="linenumber">98</context>
3650 </context-group>
3651 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3652 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3653 <context-group purpose="location">
3654 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3655 <context context-type="linenumber">141</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3658 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3659 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3661 <context context-type="linenumber">142</context>
3440 </context-group> 3662 </context-group>
3441 </trans-unit> 3663 </trans-unit>
3664 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3665 <source>Open video in a new tab</source>
3666 <target state="new">Open video in a new tab</target>
3667
3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3669 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3670 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3671 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3672
3673
3674
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3676 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3677 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3678 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3679
3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3442 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3681 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3443 <source>Go to the account</source> 3682 <source>Go to the account</source>
3444 <target state="new">Go to the account</target> 3683 <target state="new">Go to the account</target>
3445 <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">27</context></context-group> 3684 <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">27</context></context-group>
3446 </trans-unit> 3685 </trans-unit>
3447 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3686
3448 <source>Reason:</source> 3687
3449 <target state="new">Reason:</target>
3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3451 </trans-unit>
3452 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3453 <source>Note:</source>
3454 <target state="new">Note:</target>
3455 <context-group purpose="location">
3456 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3457 <context context-type="linenumber">72</context>
3458 </context-group>
3459 </trans-unit>
3460 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 3688 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3461 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 3689 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3462 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3690 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -3464,6 +3692,50 @@
3464 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3692 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3465 <context context-type="linenumber">5</context> 3693 <context context-type="linenumber">5</context>
3466 </context-group> 3694 </context-group>
3695 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3696 <source>
3697 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3698 </source><target state="new">
3699 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3700 </target>
3701 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3703 <context context-type="linenumber">20</context>
3704 </context-group>
3705 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3706 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3707 <context-group purpose="location">
3708 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3709 <context context-type="linenumber">21</context>
3710 </context-group>
3711 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3712 <source>Reportee</source><target state="new">Reportee</target>
3713 <context-group purpose="location">
3714 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3715 <context context-type="linenumber">27</context>
3716 </context-group>
3717 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3718 <source>
3719 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3720 </source><target state="new">
3721 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3722 </target>
3723 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3725 <context context-type="linenumber">40</context>
3726 </context-group>
3727 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3728 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3729 <context-group purpose="location">
3730 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3731 <context context-type="linenumber">41</context>
3732 </context-group>
3733 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3734 <source>Updated</source><target state="new">Updated</target>
3735 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3737 <context context-type="linenumber">47</context>
3738 </context-group>
3467 </trans-unit> 3739 </trans-unit>
3468 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3740 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3469 <source>Unblacklist</source> 3741 <source>Unblacklist</source>
@@ -3480,33 +3752,42 @@
3480 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3752 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3481 <source>Mute domain</source> 3753 <source>Mute domain</source>
3482 <target state="new">Mute domain</target> 3754 <target state="new">Mute domain</target>
3483 <context-group purpose="location"> 3755
3484 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3756 <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></trans-unit>
3485 <context context-type="linenumber">11</context>
3486 </context-group>
3487 </trans-unit>
3488 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3757 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3489 <source>Instance</source> 3758 <source>Instance</source>
3490 <target state="new">Instance</target> 3759 <target state="new">Instance</target>
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3760
3492 <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> 3761
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3762
3494 </trans-unit> 3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3495 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3764 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3496 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3765 <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>
3497 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3766 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3498 <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> 3767
3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 3768
3500 <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> 3769
3501 <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> 3770
3502 </trans-unit> 3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3503 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3772 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3504 <source>Unmute</source> 3773 <source>Unmute</source>
3505 <target state="new">Unmute</target> 3774 <target state="new">Unmute</target>
3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 3775
3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 3776
3508 <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">23</context></context-group> 3777
3509 <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> 3778
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3780 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3781 <context-group purpose="location">
3782 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3783 <context context-type="linenumber">51</context>
3784 </context-group>
3785 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3786 <source>No server found.</source><target state="new">No server found.</target>
3787 <context-group purpose="location">
3788 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3789 <context context-type="linenumber">52</context>
3790 </context-group>
3510 </trans-unit> 3791 </trans-unit>
3511 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3792 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3512 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 3793 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3521,24 +3802,30 @@
3521 <target state="new"> 3802 <target state="new">
3522 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3803 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3523 </target> 3804 </target>
3524 <context-group purpose="location"> 3805
3525 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3526 <context context-type="linenumber">37</context>
3527 </context-group>
3528 </trans-unit>
3529 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 3807 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3530 <source>Mute domains</source> 3808 <source>Mute domains</source>
3531 <target state="new">Mute domains</target> 3809 <target state="new">Mute domains</target>
3532 <context-group purpose="location"> 3810
3533 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
3534 <context context-type="linenumber">35</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3812 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3538 <source>Account</source> 3813 <source>Account</source>
3539 <target state="new">Account</target> 3814 <target state="new">Account</target>
3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 3815
3541 <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> 3816
3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3818 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3819 <context-group purpose="location">
3820 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3821 <context context-type="linenumber">58</context>
3822 </context-group>
3823 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3824 <source>No account found.</source><target state="new">No account found.</target>
3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3827 <context context-type="linenumber">59</context>
3828 </context-group>
3542 </trans-unit> 3829 </trans-unit>
3543 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3830 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3544 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 3831 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -3664,8 +3951,8 @@
3664 <target state="new"> 3951 <target state="new">
3665 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3952 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3666 </target> 3953 </target>
3667 <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">29</context></context-group> 3954
3668 </trans-unit> 3955 <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">47</context></context-group></trans-unit>
3669 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3956 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3670 <source>System</source> 3957 <source>System</source>
3671 <target state="new">System</target> 3958 <target state="new">System</target>
@@ -3727,8 +4014,8 @@
3727 </context-group> 4014 </context-group>
3728 </trans-unit> 4015 </trans-unit>
3729 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4016 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3730 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4017 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3731 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4018 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3732 <context-group purpose="location"> 4019 <context-group purpose="location">
3733 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4020 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3734 <context context-type="linenumber">32</context> 4021 <context context-type="linenumber">32</context>
@@ -3764,8 +4051,8 @@
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
3765 </trans-unit> 4052 </trans-unit>
3766 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4053 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3767 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4054 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
3768 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4055 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 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">47</context></context-group>
3770 </trans-unit> 4057 </trans-unit>
3771 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4058 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -3804,9 +4091,9 @@
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
3805 </trans-unit> 4092 </trans-unit>
3806 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4093 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
3807 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4094 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
3808 <target state="new"> 4095 <target state="new">
3809 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4096 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
3810 </target> 4097 </target>
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
3812 </trans-unit> 4099 </trans-unit>
@@ -3816,9 +4103,12 @@
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
3817 </trans-unit> 4104 </trans-unit>
3818 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4105 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
3819 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4106 <source>
4107 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/>"/>
4108 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4109 </source>
3820 <target state="new"> 4110 <target state="new">
3821 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4111 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/>"/>
3822 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4112 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3823 </target> 4113 </target>
3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -3829,9 +4119,9 @@
3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
3830 </trans-unit> 4120 </trans-unit>
3831 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4121 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
3832 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4122 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
3833 <target state="new"> 4123 <target state="new">
3834 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4124 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.
3835 </target> 4125 </target>
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
3837 </trans-unit> 4127 </trans-unit>
@@ -3857,8 +4147,8 @@
3857 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4147 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3858 <source>Strategy</source> 4148 <source>Strategy</source>
3859 <target state="new">Strategy</target> 4149 <target state="new">Strategy</target>
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4150
3861 </trans-unit> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3862 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 4152 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3863 <source>Terms</source> 4153 <source>Terms</source>
3864 <target state="new">Terms</target> 4154 <target state="new">Terms</target>
@@ -3956,9 +4246,9 @@
3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
3957 </trans-unit> 4247 </trans-unit>
3958 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4248 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3959 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4249 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
3960 <target state="new"> 4250 <target state="new">
3961 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4251 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3962 </target> 4252 </target>
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
3964 </trans-unit> 4254 </trans-unit>
@@ -4003,9 +4293,9 @@
4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4004 </trans-unit> 4294 </trans-unit>
4005 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4295 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4006 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4296 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4007 <target state="new"> 4297 <target state="new">
4008 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4298 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4009 </target> 4299 </target>
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4011 </trans-unit> 4301 </trans-unit>
@@ -4163,9 +4453,9 @@
4163 <context-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> 4453 <context-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>
4164 </trans-unit> 4454 </trans-unit>
4165 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4455 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4166 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4456 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4167 <target state="new"> 4457 <target state="new">
4168 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4458 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4169 </target> 4459 </target>
4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4171 </trans-unit> 4461 </trans-unit>
@@ -4185,9 +4475,9 @@
4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4186 </trans-unit> 4476 </trans-unit>
4187 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4477 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4188 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4478 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4189 <target state="new"> 4479 <target state="new">
4190 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4480 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4191 </target> 4481 </target>
4192 <context-group purpose="location"> 4482 <context-group purpose="location">
4193 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4483 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4262,12 +4552,18 @@
4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4263 </trans-unit> 4553 </trans-unit>
4264 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4554 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4265 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4555 <source>
4556 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/>"/>
4557 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/>"/>
4558 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4559 <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>"/>
4560 to see if you instance is whitelisted.
4561 </source>
4266 <target state="new"> 4562 <target state="new">
4267 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4563 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/>"/>
4268 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4564 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/>"/>
4269 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4565 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4270 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4566 <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>"/>
4271 to see if you instance is whitelisted. 4567 to see if you instance is whitelisted.
4272 </target> 4568 </target>
4273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4283,7 +4579,10 @@
4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4284 </trans-unit> 4580 </trans-unit>
4285 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4581 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4286 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4582 <source>
4583 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4584 resources, this is a critical part of PeerTube, so tread carefully.
4585 </source>
4287 <target state="new"> 4586 <target state="new">
4288 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4587 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4289 resources, this is a critical part of PeerTube, so tread carefully. 4588 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4321,15 +4620,23 @@
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4322 </trans-unit> 4621 </trans-unit>
4323 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4622 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4324 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 4623 <source>
4624 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4625
4626 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4627
4628 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4629
4630 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4631 </source>
4325 <target state="new"> 4632 <target state="new">
4326 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4633 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4327 4634
4328 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4635 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4329 4636
4330 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4637 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4331 4638
4332 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4639 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4333 </target> 4640 </target>
4334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4335 </trans-unit> 4642 </trans-unit>
@@ -4339,18 +4646,29 @@
4339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4340 </trans-unit> 4647 </trans-unit>
4341 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4648 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4342 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4649 <source>
4650 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4651
4652 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4653 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4654 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4655 <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>"/>
4656 <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>"/>
4657 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4658
4659 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4660 </source>
4343 <target state="new"> 4661 <target state="new">
4344 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4662 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4345 4663
4346 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4664 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4347 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4665 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4348 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4666 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4349 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4667 <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>"/>
4350 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4668 <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>"/>
4351 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4669 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4352 4670
4353 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4671 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4354 </target> 4672 </target>
4355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4356 </trans-unit> 4674 </trans-unit>
@@ -4409,25 +4727,36 @@
4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 4727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4410 </trans-unit> 4728 </trans-unit>
4411 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4729 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4412 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4730 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4413 <target state="new"> 4731 <target state="new">
4414 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4732 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>"/>
4415 </target> 4733 </target>
4416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 4734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4417 </trans-unit> 4735 </trans-unit>
4418 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4736 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4419 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4737 <source>
4738 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/>"/>
4739 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4740 color: red;
4741 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4742 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4743 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4744 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4745 color: red;
4746 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4747 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4748 </source>
4420 <target state="new"> 4749 <target state="new">
4421 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4750 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/>"/>
4422 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4751 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4423 color: red; 4752 color: red;
4424 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4753 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4425 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4754 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4426 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4755 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4427 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4756 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4428 color: red; 4757 color: red;
4429 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4758 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4430 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4759 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4431 </target> 4760 </target>
4432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4433 </trans-unit> 4762 </trans-unit>
@@ -4609,9 +4938,9 @@
4609 </context-group> 4938 </context-group>
4610 </trans-unit> 4939 </trans-unit>
4611 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4940 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4612 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4941 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4613 <target state="new"> 4942 <target state="new">
4614 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4943 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.
4615 </target> 4944 </target>
4616 <context-group purpose="location"> 4945 <context-group purpose="location">
4617 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4946 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4641,9 +4970,9 @@
4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 4970 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
4642 </trans-unit> 4971 </trans-unit>
4643 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4972 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4644 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4973 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4645 <target state="new"> 4974 <target state="new">
4646 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4975 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>"/>
4647</target> 4976</target>
4648 <context-group purpose="location"> 4977 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4978 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4651,9 +4980,9 @@
4651 </context-group> 4980 </context-group>
4652 </trans-unit> 4981 </trans-unit>
4653 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4982 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4654 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4983 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4655 <target state="new"> 4984 <target state="new">
4656 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 4985 <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
4657</target> 4986</target>
4658 <context-group purpose="location"> 4987 <context-group purpose="location">
4659 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4988 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4723,8 +5052,8 @@
4723 </context-group> 5052 </context-group>
4724 </trans-unit> 5053 </trans-unit>
4725 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5054 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
4726 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5055 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
4727 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5056 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
4728 <context-group purpose="location"> 5057 <context-group purpose="location">
4729 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5058 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
4730 <context context-type="linenumber">2</context> 5059 <context context-type="linenumber">2</context>
@@ -4760,10 +5089,13 @@
4760 </context-group> 5089 </context-group>
4761 </trans-unit> 5090 </trans-unit>
4762 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5091 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4763 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5092 <source>
5093 Created
5094 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5095 </source>
4764 <target state="new"> 5096 <target state="new">
4765 Created 5097 Created
4766 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5098 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4767 </target> 5099 </target>
4768 <context-group purpose="location"> 5100 <context-group purpose="location">
4769 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5101 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4832,8 +5164,9 @@
4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5164 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
4833 </trans-unit> 5165 </trans-unit>
4834 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5166 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
4835 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5167 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4836 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5168 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5169 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4837 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5170 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5171 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
4839 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5172 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -4852,27 +5185,18 @@
4852 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5185 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4853 <source>Target</source> 5186 <source>Target</source>
4854 <target state="new">Target</target> 5187 <target state="new">Target</target>
4855 <context-group purpose="location"> 5188
4856 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5189 <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>
4857 <context context-type="linenumber">8</context>
4858 </context-group>
4859 </trans-unit>
4860 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5190 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4861 <source>See the error</source> 5191 <source>See the error</source>
4862 <target state="new">See the error</target> 5192 <target state="new">See the error</target>
4863 <context-group purpose="location"> 5193
4864 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5194 <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">20</context></context-group></trans-unit>
4865 <context context-type="linenumber">19</context>
4866 </context-group>
4867 </trans-unit>
4868 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5195 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4869 <source>This video was deleted</source> 5196 <source>This video was deleted</source>
4870 <target state="new">This video was deleted</target> 5197 <target state="new">This video was deleted</target>
4871 <context-group purpose="location"> 5198
4872 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5199 <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">37</context></context-group></trans-unit>
4873 <context context-type="linenumber">36</context>
4874 </context-group>
4875 </trans-unit>
4876 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5200 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4877 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5201 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
4878 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5202 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -4925,9 +5249,12 @@
4925 </context-group> 5249 </context-group>
4926 </trans-unit> 5250 </trans-unit>
4927 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5251 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
4928 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5252 <source>
5253 <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>"/>
5254 Delete history
5255 </source>
4929 <target state="new"> 5256 <target state="new">
4930 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5257 <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>"/>
4931 Delete history 5258 Delete history
4932 </target> 5259 </target>
4933 <context-group purpose="location"> 5260 <context-group purpose="location">
@@ -4944,9 +5271,12 @@
4944 </context-group> 5271 </context-group>
4945 </trans-unit> 5272 </trans-unit>
4946 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5273 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
4947 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5274 <source>
5275 <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>"/>
5276 Notification preferences
5277 </source>
4948 <target state="new"> 5278 <target state="new">
4949 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5279 <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>"/>
4950 Notification preferences 5280 Notification preferences
4951 </target> 5281 </target>
4952 <context-group purpose="location"> 5282 <context-group purpose="location">
@@ -5023,8 +5353,8 @@
5023 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5353 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5024 </trans-unit> 5354 </trans-unit>
5025 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5355 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5026 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5356 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5027 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5357 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5028 <context-group purpose="location"> 5358 <context-group purpose="location">
5029 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5359 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5030 <context context-type="linenumber">2</context> 5360 <context context-type="linenumber">2</context>
@@ -5052,9 +5382,9 @@
5052 </context-group> 5382 </context-group>
5053 </trans-unit> 5383 </trans-unit>
5054 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5384 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5055 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5385 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5056 <target state="new"> 5386 <target state="new">
5057 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5387 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>"/>.
5058 </target> 5388 </target>
5059 <context-group purpose="location"> 5389 <context-group purpose="location">
5060 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5390 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5512,10 +5842,13 @@
5512 </context-group> 5842 </context-group>
5513 </trans-unit> 5843 </trans-unit>
5514 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5844 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5515 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5845 <source>
5846 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5847 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5848 </source>
5516 <target state="new"> 5849 <target state="new">
5517 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 5850 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5518 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5851 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5519 </target> 5852 </target>
5520 <context-group purpose="location"> 5853 <context-group purpose="location">
5521 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5854 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5523,9 +5856,9 @@
5523 </context-group> 5856 </context-group>
5524 </trans-unit> 5857 </trans-unit>
5525 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5858 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5526 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5859 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5527 <target state="new"> 5860 <target state="new">
5528 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5861 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>"/>.
5529 </target> 5862 </target>
5530 <context-group purpose="location"> 5863 <context-group purpose="location">
5531 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5864 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5533,7 +5866,8 @@
5533 </context-group> 5866 </context-group>
5534 </trans-unit> 5867 </trans-unit>
5535 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5868 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5536 <source>Use PeerTube documentation</source> 5869 <source>Use PeerTube
5870 documentation</source>
5537 <target state="new">Use PeerTube 5871 <target state="new">Use PeerTube
5538 documentation</target> 5872 documentation</target>
5539 <context-group purpose="location"> 5873 <context-group purpose="location">
@@ -5552,7 +5886,8 @@
5552 </context-group> 5886 </context-group>
5553 </trans-unit> 5887 </trans-unit>
5554 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5888 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5555 <source>PeerTube Applications</source> 5889 <source>PeerTube
5890 Applications</source>
5556 <target state="new">PeerTube 5891 <target state="new">PeerTube
5557 Applications</target> 5892 Applications</target>
5558 <context-group purpose="location"> 5893 <context-group purpose="location">
@@ -5571,7 +5906,8 @@
5571 </context-group> 5906 </context-group>
5572 </trans-unit> 5907 </trans-unit>
5573 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5908 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5574 <source>Contribute on PeerTube</source> 5909 <source>Contribute on
5910 PeerTube</source>
5575 <target state="new">Contribute on 5911 <target state="new">Contribute on
5576 PeerTube</target> 5912 PeerTube</target>
5577 <context-group purpose="location"> 5913 <context-group purpose="location">
@@ -5595,7 +5931,11 @@
5595 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 5931 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5596 </trans-unit> 5932 </trans-unit>
5597 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 5933 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5598 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 5934 <source>
5935 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5936 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
5937 follows applies only if you want to keep using the P2P mode of PeerTube.
5938 </source>
5599 <target state="new"> 5939 <target state="new">
5600 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 5940 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5601 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 5941 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -5609,7 +5949,10 @@
5609 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 5949 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5610 </trans-unit> 5950 </trans-unit>
5611 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5951 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5612 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5952 <source>
5953 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5954 In practice, this is much more difficult because:
5955 </source>
5613 <target state="new"> 5956 <target state="new">
5614 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 5957 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5615 In practice, this is much more difficult because: 5958 In practice, this is much more difficult because:
@@ -5617,7 +5960,10 @@
5617 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 5960 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5618 </trans-unit> 5961 </trans-unit>
5619 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5962 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5620 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5963 <source>
5964 An HTTP request has to be sent on each tracker for each video to spy.
5965 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5966 </source>
5621 <target state="new"> 5967 <target state="new">
5622 An HTTP request has to be sent on each tracker for each video to spy. 5968 An HTTP request has to be sent on each tracker for each video to spy.
5623 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 5969 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5625,7 +5971,11 @@
5625 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5626 </trans-unit> 5972 </trans-unit>
5627 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 5973 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5628 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 5974 <source>
5975 For each request sent, the tracker returns random peers at a limited number.
5976 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
5977 requests sent to know every peer in the swarm
5978 </source>
5629 <target state="new"> 5979 <target state="new">
5630 For each request sent, the tracker returns random peers at a limited number. 5980 For each request sent, the tracker returns random peers at a limited number.
5631 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 5981 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
@@ -5644,7 +5994,10 @@
5644 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 5994 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
5645 </trans-unit> 5995 </trans-unit>
5646 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5996 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5647 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5997 <source>
5998 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
5999 video
6000 </source>
5648 <target state="new"> 6001 <target state="new">
5649 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 6002 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
5650 video 6003 video
@@ -5659,18 +6012,27 @@
5659 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6012 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
5660 </trans-unit> 6013 </trans-unit>
5661 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6014 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5662 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6015 <source>
6016 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
6017 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6018 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6019 to forward the information to.
6020 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
6021 </source>
5663 <target state="new"> 6022 <target state="new">
5664 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6023 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
5665 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6024 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5666 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6025 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5667 to forward the information to. 6026 to forward the information to.
5668 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 6027 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
5669 </target> 6028 </target>
5670 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6029 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
5671 </trans-unit> 6030 </trans-unit>
5672 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6031 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5673 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6032 <source>
6033 The worst-case scenario of an average person spying on their friends is quite unlikely.
6034 There are much more effective ways to get that kind of information.
6035 </source>
5674 <target state="new"> 6036 <target state="new">
5675 The worst-case scenario of an average person spying on their friends is quite unlikely. 6037 The worst-case scenario of an average person spying on their friends is quite unlikely.
5676 There are much more effective ways to get that kind of information. 6038 There are much more effective ways to get that kind of information.
@@ -5683,7 +6045,11 @@
5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6045 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
5684 </trans-unit> 6046 </trans-unit>
5685 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6047 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
5686 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6048 <source>
6049 The threats to privacy with YouTube are different from PeerTube's.
6050 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6051 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6052 </source>
5687 <target state="new"> 6053 <target state="new">
5688 The threats to privacy with YouTube are different from PeerTube's. 6054 The threats to privacy with YouTube are different from PeerTube's.
5689 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6055 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5697,7 +6063,12 @@
5697 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6063 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5698 </trans-unit> 6064 </trans-unit>
5699 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6065 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5700 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6066 <source>
6067 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
6068 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6069 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.
6070 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6071 </source>
5701 <target state="new"> 6072 <target state="new">
5702 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 6073 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
5703 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6074 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5712,7 +6083,10 @@
5712 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6083 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
5713 </trans-unit> 6084 </trans-unit>
5714 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6085 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
5715 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6086 <source>
6087 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6088 and render attacks less likely. Here is what we put in place so far:
6089 </source>
5716 <target state="new"> 6090 <target state="new">
5717 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6091 PeerTube wants to deliver the best countermeasures possible, to give you more choice
5718 and render attacks less likely. Here is what we put in place so far: 6092 and render attacks less likely. Here is what we put in place so far:
@@ -5740,7 +6114,10 @@
5740 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6114 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
5741 </trans-unit> 6115 </trans-unit>
5742 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6116 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
5743 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6117 <source>
6118 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6119 WebRTC in your browser.
6120 </source>
5744 <target state="new"> 6121 <target state="new">
5745 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6122 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
5746 WebRTC in your browser. 6123 WebRTC in your browser.
@@ -5780,8 +6157,8 @@
5780 </context-group> 6157 </context-group>
5781 </trans-unit> 6158 </trans-unit>
5782 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6159 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5783 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6160 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5784 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6161 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5785 <context-group purpose="location"> 6162 <context-group purpose="location">
5786 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6163 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5787 <context context-type="linenumber">3</context> 6164 <context context-type="linenumber">3</context>
@@ -5864,9 +6241,12 @@
5864 </context-group> 6241 </context-group>
5865 </trans-unit> 6242 </trans-unit>
5866 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6243 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5867 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6244 <source>
6245 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/>"/>
6246 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.
6247 </source>
5868 <target state="new"> 6248 <target state="new">
5869 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6249 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/>"/>
5870 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. 6250 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.
5871 </target> 6251 </target>
5872 <context-group purpose="location"> 6252 <context-group purpose="location">
@@ -5947,11 +6327,16 @@
5947 </context-group> 6327 </context-group>
5948 </trans-unit> 6328 </trans-unit>
5949 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6329 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
5950 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6330 <source>
6331 I am at least 16 years old and agree
6332 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>"/>
6333 <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>"/>
6334 of this instance
6335 </source>
5951 <target state="new"> 6336 <target state="new">
5952 I am at least 16 years old and agree 6337 I am at least 16 years old and agree
5953 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6338 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>"/>
5954 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6339 <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>"/>
5955 of this instance 6340 of this instance
5956 </target> 6341 </target>
5957 <context-group purpose="location"> 6342 <context-group purpose="location">
@@ -6053,8 +6438,8 @@
6053 </context-group> 6438 </context-group>
6054 </trans-unit> 6439 </trans-unit>
6055 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6440 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6056 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6441 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6057 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target> 6442 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6058 <context-group purpose="location"> 6443 <context-group purpose="location">
6059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6444 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6060 <context context-type="linenumber">1</context> 6445 <context context-type="linenumber">1</context>
@@ -6841,15 +7226,14 @@
6841 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7226 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6842 <context context-type="linenumber">1</context> 7227 <context context-type="linenumber">1</context>
6843 </context-group> 7228 </context-group>
6844 </trans-unit> 7229 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6845 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7230 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6846 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
6847 <target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target>
6848 <context-group purpose="location"> 7231 <context-group purpose="location">
6849 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7232 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6850 <context context-type="linenumber">1</context> 7233 <context context-type="linenumber">1</context>
6851 </context-group> 7234 </context-group>
6852 </trans-unit> 7235 </trans-unit>
7236
6853 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html"> 7237 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
6854 <source>Update user</source> 7238 <source>Update user</source>
6855 <target state="new">Update user</target> 7239 <target state="new">Update user</target>
@@ -7760,6 +8144,12 @@
7760 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8144 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
7761 <context context-type="linenumber">1</context> 8145 <context context-type="linenumber">1</context>
7762 </context-group> 8146 </context-group>
8147 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8148 <source>Unknown</source><target state="new">Unknown</target>
8149 <context-group purpose="location">
8150 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8151 <context context-type="linenumber">1</context>
8152 </context-group>
7763 </trans-unit> 8153 </trans-unit>
7764 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 8154 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7765 <source>Your password has been successfully reset!</source> 8155 <source>Your password has been successfully reset!</source>
@@ -7834,8 +8224,8 @@
7834 </context-group> 8224 </context-group>
7835 </trans-unit> 8225 </trans-unit>
7836 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8226 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7837 <source>Long (&gt; 10 min)</source> 8227 <source>Long (> 10 min)</source>
7838 <target state="new">Long (&gt; 10 min)</target> 8228 <target state="new">Long (> 10 min)</target>
7839 <context-group purpose="location"> 8229 <context-group purpose="location">
7840 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8230 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7841 <context context-type="linenumber">1</context> 8231 <context context-type="linenumber">1</context>
@@ -9236,8 +9626,8 @@
9236 </context-group> 9626 </context-group>
9237 </trans-unit> 9627 </trans-unit>
9238 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9628 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9239 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9629 <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>
9240 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 9630 <target state="new"><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>
9241 <context-group purpose="location"> 9631 <context-group purpose="location">
9242 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9632 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9243 <context context-type="linenumber">1</context> 9633 <context context-type="linenumber">1</context>
@@ -9358,8 +9748,17 @@
9358 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9748 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9359 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9749 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9360 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9750 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9751
9752 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9753 <source>Mute server</source><target state="new">Mute server</target>
9361 <context-group purpose="location"> 9754 <context-group purpose="location">
9362 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9755 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9756 <context context-type="linenumber">1</context>
9757 </context-group>
9758 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9759 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9760 <context-group purpose="location">
9761 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9363 <context context-type="linenumber">1</context> 9762 <context context-type="linenumber">1</context>
9364 </context-group> 9763 </context-group>
9365 </trans-unit> 9764 </trans-unit>
@@ -9712,6 +10111,24 @@
9712 <target state="new">Video blacklisted.</target> 10111 <target state="new">Video blacklisted.</target>
9713 <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> 10112 <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>
9714 <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> 10113 <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>
10114 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10115 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10116 <context-group purpose="location">
10117 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10118 <context context-type="linenumber">1</context>
10119 </context-group>
10120 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10121 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10122 <context-group purpose="location">
10123 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10124 <context context-type="linenumber">1</context>
10125 </context-group>
10126 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10127 <source>Delete video</source><target state="new">Delete video</target>
10128 <context-group purpose="location">
10129 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10130 <context context-type="linenumber">1</context>
10131 </context-group>
9715 </trans-unit> 10132 </trans-unit>
9716 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10133 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9717 <source>Encoder</source> 10134 <source>Encoder</source>
@@ -9774,8 +10191,23 @@
9774 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10191 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9775 <source>Do you really want to delete this video?</source> 10192 <source>Do you really want to delete this video?</source>
9776 <target state="new">Do you really want to delete this video?</target> 10193 <target state="new">Do you really want to delete this video?</target>
10194
10195 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10196 <source>Video deleted.</source><target state="new">Video deleted.</target>
9777 <context-group purpose="location"> 10197 <context-group purpose="location">
9778 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10198 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10199 <context context-type="linenumber">1</context>
10200 </context-group>
10201 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10202 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10203 <context-group purpose="location">
10204 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10205 <context context-type="linenumber">1</context>
10206 </context-group>
10207 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10208 <source>Mute reporter</source><target state="new">Mute reporter</target>
10209 <context-group purpose="location">
10210 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9779 <context context-type="linenumber">1</context> 10211 <context context-type="linenumber">1</context>
9780 </context-group> 10212 </context-group>
9781 </trans-unit> 10213 </trans-unit>
@@ -9800,21 +10232,35 @@
9800 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10232 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9801 <context context-type="linenumber">1</context> 10233 <context context-type="linenumber">1</context>
9802 </context-group> 10234 </context-group>
9803 </trans-unit> 10235 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9804 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10236 <source>Mirror</source><target state="new">Mirror</target>
9805 <source>Duplicate (redundancy)</source>
9806 <target state="new">Duplicate (redundancy)</target>
9807 <context-group purpose="location"> 10237 <context-group purpose="location">
9808 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10238 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9809 <context context-type="linenumber">1</context> 10239 <context context-type="linenumber">1</context>
9810 </context-group> 10240 </context-group>
9811 </trans-unit> 10241 </trans-unit>
10242
9812 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10243 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9813 <source>Report</source> 10244 <source>Report</source>
9814 <target state="new">Report</target> 10245 <target state="new">Report</target>
10246
10247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10248 <source>Note</source><target state="new">Note</target>
9815 <context-group purpose="location"> 10249 <context-group purpose="location">
9816 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10250 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
9817 <context context-type="linenumber">1</context> 10251 <context context-type="linenumber">61</context>
10252 </context-group>
10253 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10254 <source>The video was deleted</source><target state="new">The video was deleted</target>
10255 <context-group purpose="location">
10256 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10257 <context context-type="linenumber">71</context>
10258 </context-group>
10259 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10260 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10261 <context-group purpose="location">
10262 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10263 <context context-type="linenumber">72</context>
9818 </context-group> 10264 </context-group>
9819 </trans-unit> 10265 </trans-unit>
9820 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 10266 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index eab0f64ca..f9683b9ac 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -588,7 +588,7 @@
588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
589 <source>Deleted</source><target state="new">Deleted</target> 589 <source>Deleted</source><target state="new">Deleted</target>
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 <context-group purpose="location"> 593 <context-group purpose="location">
594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -907,7 +907,7 @@
907 <context-group name="null"> 907 <context-group name="null">
908 <context context-type="linenumber">23</context> 908 <context context-type="linenumber">23</context>
909 </context-group> 909 </context-group>
910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
911 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 911 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
912 <source>Ban this user</source> 912 <source>Ban this user</source>
913 <target>Chặn người dùng này</target> 913 <target>Chặn người dùng này</target>
@@ -921,7 +921,7 @@
921 <context-group name="null"> 921 <context-group name="null">
922 <context context-type="linenumber">11</context> 922 <context context-type="linenumber">11</context>
923 </context-group> 923 </context-group>
924 <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> 924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
925 925
926 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 926 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
927 <source> 927 <source>
@@ -933,35 +933,45 @@
933 <context-group name="null"> 933 <context-group name="null">
934 <context context-type="linenumber">2</context> 934 <context context-type="linenumber">2</context>
935 </context-group> 935 </context-group>
936 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 936 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
937 <source> 937 <source>
938 If you are looking for an account… 938 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
939 </source><target state="new"> 939 </source><target state="new">
940 If you are looking for an account… 940 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
941 </target> 941 </target>
942 <context-group purpose="location"> 942 <context-group purpose="location">
943 <context context-type="sourcefile">src/app/login/login.component.html</context> 943 <context context-type="sourcefile">src/app/login/login.component.html</context>
944 <context context-type="linenumber">7</context> 944 <context context-type="linenumber">6</context>
945 </context-group> 945 </context-group>
946 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 946 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
947 <source> 947 <source>
948 Currently this instance doesn't allow for user registration, but you can find an instance 948 If you are looking for an account…
949 that gives you the possibility to sign up for an account and upload your videos there. 949 </source><target state="new">
950 If you are looking for an account…
951 </target>
952 <context-group purpose="location">
953 <context context-type="sourcefile">src/app/login/login.component.html</context>
954 <context context-type="linenumber">12</context>
955 </context-group>
956 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
957 <source>
958 Currently this instance doesn't allow for user registration, but you can find an instance
959 that gives you the possibility to sign up for an account and upload your videos there.
950 960
951 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 961 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
952 962
953 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 963 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
954 </source><target state="new"> 964 </source><target state="new">
955 Currently this instance doesn't allow for user registration, but you can find an instance 965 Currently this instance doesn't allow for user registration, but you can find an instance
956 that gives you the possibility to sign up for an account and upload your videos there. 966 that gives you the possibility to sign up for an account and upload your videos there.
957 967
958 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 968 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
959 969
960 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 970 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
961 </target> 971 </target>
962 <context-group purpose="location"> 972 <context-group purpose="location">
963 <context context-type="sourcefile">src/app/login/login.component.html</context> 973 <context context-type="sourcefile">src/app/login/login.component.html</context>
964 <context context-type="linenumber">11</context> 974 <context context-type="linenumber">16</context>
965 </context-group> 975 </context-group>
966 </trans-unit> 976 </trans-unit>
967 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 977 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
@@ -970,32 +980,32 @@
970 <context-group name="null"> 980 <context-group name="null">
971 <context context-type="linenumber">16</context> 981 <context context-type="linenumber">16</context>
972 </context-group> 982 </context-group>
973 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 983 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
974 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 984 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
975 <source>User</source> 985 <source>User</source>
976 <target>Người dùng</target> 986 <target>Người dùng</target>
977 <context-group name="null"> 987 <context-group name="null">
978 <context context-type="linenumber">13</context> 988 <context context-type="linenumber">13</context>
979 </context-group> 989 </context-group>
980 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
981 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 991 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
982 <source>Username or email address</source> 992 <source>Username or email address</source>
983 <target>Tên người dùng hoặc địa chỉ email</target> 993 <target>Tên người dùng hoặc địa chỉ email</target>
984 <context-group name="null"> 994 <context-group name="null">
985 <context context-type="linenumber">15</context> 995 <context context-type="linenumber">15</context>
986 </context-group> 996 </context-group>
987 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 997 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
988 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
989 <source> 998 <source>
990 or create an account 999 or create an account
991 </source> 1000 </source><target state="new">
992 <target> 1001 or create an account
993 hoặc tạo tài khoản 1002 </target>
994 </target> 1003 <context-group purpose="location">
995 <context-group name="null"> 1004 <context context-type="sourcefile">src/app/login/login.component.html</context>
996 <context context-type="linenumber">18</context> 1005 <context context-type="linenumber">40</context>
997 </context-group> 1006 </context-group>
998 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1007 </trans-unit>
1008
999 1009
1000 1010
1001 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1011 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
@@ -1004,13 +1014,10 @@
1004 <context-group name="null"> 1014 <context-group name="null">
1005 <context context-type="linenumber">54</context> 1015 <context context-type="linenumber">54</context>
1006 </context-group> 1016 </context-group>
1007 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1017 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1008 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1018 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1009 <context-group purpose="location"> 1019
1010 <context context-type="sourcefile">src/app/login/login.component.html</context> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1011 <context context-type="linenumber">50</context>
1012 </context-group>
1013 </trans-unit>
1014 1021
1015 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1022 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1016 <source>Login</source> 1023 <source>Login</source>
@@ -1018,42 +1025,48 @@
1018 <context-group name="null"> 1025 <context-group name="null">
1019 <context context-type="linenumber">32</context> 1026 <context context-type="linenumber">32</context>
1020 </context-group> 1027 </context-group>
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1029 <source>Or sign in with</source><target state="new">Or sign in with</target>
1030 <context-group purpose="location">
1031 <context context-type="sourcefile">src/app/login/login.component.html</context>
1032 <context context-type="linenumber">68</context>
1033 </context-group>
1034 </trans-unit>
1022 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1035 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1023 <source>Forgot your password</source> 1036 <source>Forgot your password</source>
1024 <target>Quên mật khẩu</target> 1037 <target>Quên mật khẩu</target>
1025 <context-group name="null"> 1038 <context-group name="null">
1026 <context context-type="linenumber">58</context> 1039 <context context-type="linenumber">58</context>
1027 </context-group> 1040 </context-group>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1041 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1029 <source> 1042 <source>
1030 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1043 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1031 </source><target state="new"> 1044 </source><target state="new">
1032 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1045 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1033 </target> 1046 </target>
1034 1047
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1036 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1049 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1037 <source>Email</source> 1050 <source>Email</source>
1038 <target>Thư điện tử</target> 1051 <target>Thư điện tử</target>
1039 <context-group name="null"> 1052 <context-group name="null">
1040 <context context-type="linenumber">43</context> 1053 <context context-type="linenumber">43</context>
1041 </context-group> 1054 </context-group>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1043 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1056 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1044 <source>Email address</source> 1057 <source>Email address</source>
1045 <target>Địa chỉ thư điện tử</target> 1058 <target>Địa chỉ thư điện tử</target>
1046 <context-group name="null"> 1059 <context-group name="null">
1047 <context context-type="linenumber">10</context> 1060 <context context-type="linenumber">10</context>
1048 </context-group> 1061 </context-group>
1049 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group><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">10</context></context-group></trans-unit> 1062 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1050 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1063 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1051 <source>Send me an email to reset my password</source> 1064 <source>Send me an email to reset my password</source>
1052 <target>Gửi tôi thư đặt lại mật khẩu</target> 1065 <target>Gửi tôi thư đặt lại mật khẩu</target>
1053 <context-group name="null"> 1066 <context-group name="null">
1054 <context context-type="linenumber">82</context> 1067 <context context-type="linenumber">82</context>
1055 </context-group> 1068 </context-group>
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1069 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1057 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1070 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1058 <source> 1071 <source>
1059 Reset my password 1072 Reset my password
@@ -1837,15 +1850,12 @@
1837 </source><target state="new"> 1850 </source><target state="new">
1838 This will replace an existing caption! 1851 This will replace an existing caption!
1839 </target> 1852 </target>
1840 <context-group purpose="location"> 1853
1841 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1854 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1842 <context context-type="linenumber">29</context>
1843 </context-group>
1844 </trans-unit>
1845 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 1855 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1846 <source>Add this caption</source><target state="new">Add this caption</target> 1856 <source>Add this caption</source><target state="new">Add this caption</target>
1847 1857
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
1849 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1859 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1850 <source>Title</source> 1860 <source>Title</source>
1851 <target>Tiêu đề</target> 1861 <target>Tiêu đề</target>
@@ -2582,7 +2592,7 @@
2582 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2592 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2583 <source>More information</source><target state="new">More information</target> 2593 <source>More information</source><target state="new">More information</target>
2584 2594
2585 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2586 <source>Get more information</source><target state="new">Get more information</target> 2596 <source>Get more information</source><target state="new">Get more information</target>
2587 2597
2588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2761,18 +2771,45 @@
2761 2771
2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 2772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2763 <source>Follow domain</source><target state="new">Follow domain</target> 2773 <source>Follow domain</source><target state="new">Follow domain</target>
2764 <context-group purpose="location"> 2774
2765 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2775 <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>
2766 <context context-type="linenumber">15</context>
2767 </context-group>
2768 </trans-unit>
2769 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2776 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2770 <source>Filter...</source> 2777 <source>Filter...</source>
2771 <target>Bộ lọc...</target> 2778 <target>Bộ lọc...</target>
2772 <context-group name="null"> 2779 <context-group name="null">
2773 <context context-type="linenumber">27</context> 2780 <context context-type="linenumber">27</context>
2774 </context-group> 2781 </context-group>
2775 <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">29</context></context-group></trans-unit> 2782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
2783 <source>Clear filters</source><target state="new">Clear filters</target>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2786 <context context-type="linenumber">15</context>
2787 </context-group>
2788 <context-group purpose="location">
2789 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2790 <context context-type="linenumber">15</context>
2791 </context-group>
2792 <context-group purpose="location">
2793 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2794 <context context-type="linenumber">34</context>
2795 </context-group>
2796 <context-group purpose="location">
2797 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2798 <context context-type="linenumber">16</context>
2799 </context-group>
2800 <context-group purpose="location">
2801 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2802 <context context-type="linenumber">31</context>
2803 </context-group>
2804 <context-group purpose="location">
2805 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2806 <context context-type="linenumber">15</context>
2807 </context-group>
2808 <context-group purpose="location">
2809 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2810 <context context-type="linenumber">15</context>
2811 </context-group>
2812 </trans-unit>
2776 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2813 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2777 <source>ID</source> 2814 <source>ID</source>
2778 <target>Mã</target> 2815 <target>Mã</target>
@@ -2782,14 +2819,14 @@
2782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2783 <source>Follower handle</source><target state="new">Follower handle</target> 2820 <source>Follower handle</source><target state="new">Follower handle</target>
2784 2821
2785 <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></trans-unit> 2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2786 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2823 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2787 <source>State</source> 2824 <source>State</source>
2788 <target>Trạng thái</target> 2825 <target>Trạng thái</target>
2789 <context-group name="null"> 2826 <context-group name="null">
2790 <context context-type="linenumber">10</context> 2827 <context context-type="linenumber">10</context>
2791 </context-group> 2828 </context-group>
2792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2793 <source>Delayed.</source><target state="new">Delayed.</target> 2830 <source>Delayed.</source><target state="new">Delayed.</target>
2794 2831
2795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
@@ -2812,35 +2849,53 @@
2812 2849
2813 2850
2814 2851
2815 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
2816 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2853 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2817 <source>Accepted</source> 2854 <source>Accepted</source>
2818 <target>Đã chấp nhận</target> 2855 <target>Đã chấp nhận</target>
2819 <context-group name="null"> 2856 <context-group name="null">
2820 <context context-type="linenumber">32</context> 2857 <context context-type="linenumber">32</context>
2821 </context-group> 2858 </context-group>
2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2823 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2860 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2824 <source>Pending</source> 2861 <source>Pending</source>
2825 <target>Đang chờ</target> 2862 <target>Đang chờ</target>
2826 <context-group name="null"> 2863 <context-group name="null">
2827 <context context-type="linenumber">33</context> 2864 <context context-type="linenumber">33</context>
2828 </context-group> 2865 </context-group>
2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2830 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 2867 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2831 <source>Accept</source> 2868 <source>Accept</source>
2832 <target>Chấp nhận</target> 2869 <target>Chấp nhận</target>
2833 <context-group name="null"> 2870 <context-group name="null">
2834 <context context-type="linenumber">41</context> 2871 <context context-type="linenumber">41</context>
2835 </context-group> 2872 </context-group>
2836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2837 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 2874 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2838 <source>Refuse</source> 2875 <source>Refuse</source>
2839 <target>Từ chối</target> 2876 <target>Từ chối</target>
2840 <context-group name="null"> 2877 <context-group name="null">
2841 <context context-type="linenumber">42</context> 2878 <context context-type="linenumber">42</context>
2842 </context-group> 2879 </context-group>
2843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2881 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2882 <context-group purpose="location">
2883 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2884 <context context-type="linenumber">55</context>
2885 </context-group>
2886 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2887 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2888 <context-group purpose="location">
2889 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2890 <context context-type="linenumber">56</context>
2891 </context-group>
2892 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2893 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2894 <context-group purpose="location">
2895 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2896 <context context-type="linenumber">5</context>
2897 </context-group>
2898 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2844 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 2899 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2845 <context-group purpose="location"> 2900 <context-group purpose="location">
2846 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 2901 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
@@ -2849,16 +2904,41 @@
2849 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2904 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2850 <source>Host</source><target state="new">Host</target> 2905 <source>Host</source><target state="new">Host</target>
2851 2906
2852 <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><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2853 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2908 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2854 2909
2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
2856 <source>Follow domains</source><target state="new">Follow domains</target> 2911 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
2857 <context-group purpose="location"> 2912 <context-group purpose="location">
2858 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2913 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2859 <context context-type="linenumber">50</context> 2914 <context context-type="linenumber">37</context>
2915 </context-group>
2916 <context-group purpose="location">
2917 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2918 <context context-type="linenumber">35</context>
2919 </context-group>
2920 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
2921 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
2922 <context-group purpose="location">
2923 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2924 <context context-type="linenumber">62</context>
2925 </context-group>
2926 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
2927 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
2928 <context-group purpose="location">
2929 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2930 <context context-type="linenumber">63</context>
2931 </context-group>
2932 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
2933 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
2934 <context-group purpose="location">
2935 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2936 <context context-type="linenumber">5</context>
2860 </context-group> 2937 </context-group>
2861 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 2938 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2939 <source>Follow domains</source><target state="new">Follow domains</target>
2940
2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2862 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 2942 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2863 <context-group purpose="location"> 2943 <context-group purpose="location">
2864 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2944 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2919,7 +2999,7 @@
2919 <context-group name="null"> 2999 <context-group name="null">
2920 <context context-type="linenumber">43</context> 3000 <context context-type="linenumber">43</context>
2921 </context-group> 3001 </context-group>
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2923 <source> 3003 <source>
2924 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3004 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2925 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3005 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2998,51 +3078,45 @@
2998 <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><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3078 <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><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2999 <source>Batch actions</source><target state="new">Batch actions</target> 3079 <source>Batch actions</source><target state="new">Batch actions</target>
3000 3080
3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3002 <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><target state="new">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>"/></target> 3082 <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><target state="new">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>"/></target>
3003 3083
3004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3005 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3085 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3006 3086
3007 <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></trans-unit> 3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3008 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3088 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3009 <source>(banned)</source> 3089 <source>(banned)</source>
3010 <target>(đã bị chặn)</target> 3090 <target>(đã bị chặn)</target>
3011 <context-group name="null"> 3091 <context-group name="null">
3012 <context context-type="linenumber">65</context> 3092 <context context-type="linenumber">65</context>
3013 </context-group> 3093 </context-group>
3014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3015 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3095 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3016 <context-group purpose="location"> 3096
3017 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3097
3018 <context context-type="linenumber">65</context> 3098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3019 </context-group>
3020 <context-group purpose="location">
3021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3022 <context context-type="linenumber">27</context>
3023 </context-group>
3024 </trans-unit>
3025 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3099 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3026 <source>User's email must be verified to login</source> 3100 <source>User's email must be verified to login</source>
3027 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target> 3101 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target>
3028 <context-group name="null"> 3102 <context-group name="null">
3029 <context context-type="linenumber">72</context> 3103 <context context-type="linenumber">72</context>
3030 </context-group> 3104 </context-group>
3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3032 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3106 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3033 <source>User's email is verified / User can login without email verification</source> 3107 <source>User's email is verified / User can login without email verification</source>
3034 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target> 3108 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target>
3035 <context-group name="null"> 3109 <context-group name="null">
3036 <context context-type="linenumber">76</context> 3110 <context context-type="linenumber">76</context>
3037 </context-group> 3111 </context-group>
3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3039 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3113 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3040 <source>Ban reason:</source> 3114 <source>Ban reason:</source>
3041 <target>Lí do chặn:</target> 3115 <target>Lí do chặn:</target>
3042 <context-group name="null"> 3116 <context-group name="null">
3043 <context context-type="linenumber">95</context> 3117 <context context-type="linenumber">95</context>
3044 </context-group> 3118 </context-group>
3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3046 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3120 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3047 <context-group purpose="location"> 3121 <context-group purpose="location">
3048 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3122 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3089,78 +3163,106 @@
3089 </context-group> 3163 </context-group>
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3091 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3165 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3092 <context-group purpose="location"> 3166
3093 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3094 <context context-type="linenumber">10</context>
3095 </context-group>
3096 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3097 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3168 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3098 3169
3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3100 <source>Video URL</source><target state="new">Video URL</target> 3171 <source>Video URL</source><target state="new">Video URL</target>
3101 3172
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3103 <source>Total size</source><target state="new">Total size</target> 3174 <source>Total size</source><target state="new">Total size</target>
3104 3175
3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3106 <source>List redundancies</source><target state="new">List redundancies</target> 3177 <source>List redundancies</source><target state="new">List redundancies</target>
3178
3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3180 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3107 <context-group purpose="location"> 3181 <context-group purpose="location">
3108 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3182 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3109 <context context-type="linenumber">33</context> 3183 <context context-type="linenumber">77</context>
3184 </context-group>
3185 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3186 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3187 <context-group purpose="location">
3188 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3189 <context context-type="linenumber">78</context>
3110 </context-group> 3190 </context-group>
3111 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3191 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3112 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3192 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3113 3193
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3115 <source> 3195 <source>
3116 No redundancy strategy is enabled on your instance. 3196 No redundancy strategy is enabled on your instance.
3117 </source><target state="new"> 3197 </source><target state="new">
3118 No redundancy strategy is enabled on your instance. 3198 No redundancy strategy is enabled on your instance.
3119 </target> 3199 </target>
3120 3200
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3122 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3202 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3123 <source>Sensitive</source> 3203 <source>Sensitive</source>
3124 <target>Nhạy cảm</target> 3204 <target>Nhạy cảm</target>
3125 <context-group name="null"> 3205 <context-group name="null">
3126 <context context-type="linenumber">9</context> 3206 <context context-type="linenumber">9</context>
3127 </context-group> 3207 </context-group>
3128 <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">11</context></context-group></trans-unit> 3208 <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">25</context></context-group></trans-unit>
3129 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3209 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3130 <source>Unfederated</source> 3210 <source>Unfederated</source>
3131 <target>Không được liên kết</target> 3211 <target>Không được liên kết</target>
3132 <context-group name="null"> 3212 <context-group name="null">
3133 <context context-type="linenumber">10</context> 3213 <context context-type="linenumber">10</context>
3134 </context-group> 3214 </context-group>
3135 <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">12</context></context-group></trans-unit> 3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3136 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3216 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3137 <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> 3217 <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>
3138 <target>Ngày <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3218 <target>Ngày <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3139 <context-group name="null"> 3219 <context-group name="null">
3140 <context context-type="linenumber">11</context> 3220 <context context-type="linenumber">11</context>
3141 </context-group> 3221 </context-group>
3142 <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">13</context></context-group></trans-unit> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3223 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3226 <context context-type="linenumber">50</context>
3227 </context-group>
3228 <context-group purpose="location">
3229 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3230 <context context-type="linenumber">89</context>
3231 </context-group>
3232 </trans-unit>
3143 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3233 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3144 <source>Go to the video</source> 3234 <source>Go to the video</source>
3145 <target>Tới video</target> 3235 <target>Tới video</target>
3146 <context-group name="null"> 3236 <context-group name="null">
3147 <context context-type="linenumber">33</context> 3237 <context context-type="linenumber">33</context>
3148 </context-group> 3238 </context-group>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">28</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">33</context></context-group></trans-unit> 3239 <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">33</context></context-group></trans-unit>
3150 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3240 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3151 <source>Actions</source> 3241 <source>Actions</source>
3152 <target>Hành động</target> 3242 <target>Hành động</target>
3153 <context-group name="null"> 3243 <context-group name="null">
3154 <context context-type="linenumber">44</context> 3244 <context context-type="linenumber">44</context>
3155 </context-group> 3245 </context-group>
3156 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3246 <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">72</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">123</context></context-group></trans-unit>
3157 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3247 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3158 <source>Blacklist reason:</source> 3248 <source>Blacklist reason:</source>
3159 <target>Lí do bị thêm vào danh sách đen:</target> 3249 <target>Lí do bị thêm vào danh sách đen:</target>
3160 <context-group name="null"> 3250 <context-group name="null">
3161 <context context-type="linenumber">43</context> 3251 <context context-type="linenumber">43</context>
3162 </context-group> 3252 </context-group>
3163 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3253 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3254 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3255 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3257 <context context-type="linenumber">93</context>
3258 </context-group>
3259 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3260 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3261 <context-group purpose="location">
3262 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3263 <context context-type="linenumber">94</context>
3264 </context-group>
3265 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3164 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3266 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3165 <context-group purpose="location"> 3267 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3268 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3186,50 +3288,149 @@
3186 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3288 <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">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3187 <source>Update this comment</source><target state="new">Update this comment</target> 3289 <source>Update this comment</source><target state="new">Update this comment</target>
3188 3290
3189 <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">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3291 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3292 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
3293 <context-group purpose="location">
3294 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3295 <context context-type="linenumber">18</context>
3296 </context-group>
3297 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3298 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3299 <context-group purpose="location">
3300 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3301 <context context-type="linenumber">19</context>
3302 </context-group>
3303 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3304 <source>Accepted reports</source><target state="new">Accepted reports</target>
3305 <context-group purpose="location">
3306 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3307 <context context-type="linenumber">20</context>
3308 </context-group>
3309 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3310 <source>Refused reports</source><target state="new">Refused reports</target>
3311 <context-group purpose="location">
3312 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3313 <context context-type="linenumber">21</context>
3314 </context-group>
3315 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3316 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
3317 <context-group purpose="location">
3318 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3319 <context context-type="linenumber">22</context>
3320 </context-group>
3321 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3322 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3325 <context context-type="linenumber">23</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3190 <source>Reporter</source><target state="new">Reporter</target> 3328 <source>Reporter</source><target state="new">Reporter</target>
3191 3329
3192 <context-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></trans-unit> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3193 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3331 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3194 <source>Video</source> 3332 <source>Video</source>
3195 <target>Video</target> 3333 <target>Video</target>
3196 <context-group name="null"> 3334 <context-group name="null">
3197 <context context-type="linenumber">9</context> 3335 <context context-type="linenumber">9</context>
3198 </context-group> 3336 </context-group>
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3200 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3338 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3201 <context-group purpose="location"> 3339 <context-group purpose="location">
3202 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3340 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3203 <context context-type="linenumber">46</context> 3341 <context context-type="linenumber">80</context>
3204 </context-group> 3342 </context-group>
3205 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3343 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3344 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3345 <context-group purpose="location">
3346 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3347 <context context-type="linenumber">91</context>
3348 </context-group>
3349 <context-group purpose="location">
3350 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3351 <context context-type="linenumber">107</context>
3352 </context-group>
3353 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3354 <source>Video was deleted</source><target state="new">Video was deleted</target>
3355 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3357 <context context-type="linenumber">98</context>
3358 </context-group>
3359 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3360 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
3361 <context-group purpose="location">
3362 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3363 <context context-type="linenumber">141</context>
3364 </context-group>
3365 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3366 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3369 <context context-type="linenumber">142</context>
3370 </context-group>
3371 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3372 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3373
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3206 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3375 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3207 3376
3208 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3209 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3378 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3210 <context-group purpose="location">
3211 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3212 <context context-type="linenumber">18</context>
3213 </context-group>
3214 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3215 <source>Go to the account</source><target state="new">Go to the account</target>
3216 3379
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3381 <source>Go to the account</source><target state="new">Go to the account</target>
3217 3382
3218 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3219 <source>Reason:</source><target state="new">Reason:</target>
3220 3383
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html"> 3384 <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">27</context></context-group></trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3222 <source>Note:</source><target state="new">Note:</target>
3223 <context-group purpose="location">
3224 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3225 <context context-type="linenumber">72</context>
3226 </context-group>
3227 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3228 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3385 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3229 <context-group purpose="location"> 3386 <context-group purpose="location">
3230 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3387 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3231 <context context-type="linenumber">5</context> 3388 <context context-type="linenumber">5</context>
3232 </context-group> 3389 </context-group>
3390 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3391 <source>
3392 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3393 </source><target state="new">
3394 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3395 </target>
3396 <context-group purpose="location">
3397 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3398 <context context-type="linenumber">20</context>
3399 </context-group>
3400 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3401 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3404 <context context-type="linenumber">21</context>
3405 </context-group>
3406 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3407 <source>Reportee</source><target state="new">Reportee</target>
3408 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3410 <context context-type="linenumber">27</context>
3411 </context-group>
3412 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3413 <source>
3414 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3415 </source><target state="new">
3416 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3417 </target>
3418 <context-group purpose="location">
3419 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3420 <context context-type="linenumber">40</context>
3421 </context-group>
3422 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
3423 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3426 <context context-type="linenumber">41</context>
3427 </context-group>
3428 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
3429 <source>Updated</source><target state="new">Updated</target>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3432 <context context-type="linenumber">47</context>
3433 </context-group>
3233 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3434 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3234 <source>Unblacklist</source><target state="new">Unblacklist</target> 3435 <source>Unblacklist</source><target state="new">Unblacklist</target>
3235 <context-group purpose="location"> 3436 <context-group purpose="location">
@@ -3242,29 +3443,38 @@
3242 </context-group> 3443 </context-group>
3243 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 3444 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3244 <source>Mute domain</source><target state="new">Mute domain</target> 3445 <source>Mute domain</source><target state="new">Mute domain</target>
3245 <context-group purpose="location"> 3446
3246 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3447 <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></trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3247 <context context-type="linenumber">11</context>
3248 </context-group>
3249 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3250 <source>Instance</source><target state="new">Instance</target> 3448 <source>Instance</source><target state="new">Instance</target>
3251 3449
3252 3450
3253 3451
3254 3452
3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3256 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3454 <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 state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3257 3455
3258 3456
3259 3457
3260 3458
3261 <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">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">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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3262 <source>Unmute</source><target state="new">Unmute</target> 3460 <source>Unmute</source><target state="new">Unmute</target>
3263 3461
3264 3462
3265 3463
3266 3464
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
3466 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
3467 <context-group purpose="location">
3468 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3469 <context context-type="linenumber">51</context>
3470 </context-group>
3471 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
3472 <source>No server found.</source><target state="new">No server found.</target>
3473 <context-group purpose="location">
3474 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3475 <context context-type="linenumber">52</context>
3476 </context-group>
3477 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3268 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 3478 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3269 <context-group purpose="location"> 3479 <context-group purpose="location">
3270 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3480 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -3276,21 +3486,27 @@
3276 </source><target state="new"> 3486 </source><target state="new">
3277 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3487 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3278 </target> 3488 </target>
3279 <context-group purpose="location"> 3489
3280 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3281 <context context-type="linenumber">37</context>
3282 </context-group>
3283 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3284 <source>Mute domains</source><target state="new">Mute domains</target> 3491 <source>Mute domains</source><target state="new">Mute domains</target>
3285 <context-group purpose="location"> 3492
3286 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3287 <context context-type="linenumber">35</context>
3288 </context-group>
3289 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3290 <source>Account</source><target state="new">Account</target> 3494 <source>Account</source><target state="new">Account</target>
3291 3495
3292 3496
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 3497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
3498 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
3499 <context-group purpose="location">
3500 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3501 <context context-type="linenumber">58</context>
3502 </context-group>
3503 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
3504 <source>No account found.</source><target state="new">No account found.</target>
3505 <context-group purpose="location">
3506 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3507 <context context-type="linenumber">59</context>
3508 </context-group>
3509 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3294 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 3510 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3295 <context-group purpose="location"> 3511 <context-group purpose="location">
3296 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3512 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -3386,7 +3602,7 @@
3386 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3602 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3387 </target> 3603 </target>
3388 3604
3389 <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">29</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 3605 <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">47</context></context-group></trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3390 <source>System</source><target state="new">System</target> 3606 <source>System</source><target state="new">System</target>
3391 <context-group purpose="location"> 3607 <context-group purpose="location">
3392 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3608 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
@@ -3521,7 +3737,7 @@
3521 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3737 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3522 <source>Strategy</source><target state="new">Strategy</target> 3738 <source>Strategy</source><target state="new">Strategy</target>
3523 3739
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3525 <source>Terms</source><target state="new">Terms</target> 3741 <source>Terms</source><target state="new">Terms</target>
3526 3742
3527 3743
@@ -4289,23 +4505,14 @@
4289 4505
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 4506 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4291 <source>Target</source><target state="new">Target</target> 4507 <source>Target</source><target state="new">Target</target>
4292 <context-group purpose="location"> 4508
4293 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4509 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4294 <context context-type="linenumber">8</context>
4295 </context-group>
4296 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4297 <source>See the error</source><target state="new">See the error</target> 4510 <source>See the error</source><target state="new">See the error</target>
4298 <context-group purpose="location"> 4511
4299 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4512 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4300 <context context-type="linenumber">19</context>
4301 </context-group>
4302 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4303 <source>This video was deleted</source><target state="new">This video was deleted</target> 4513 <source>This video was deleted</source><target state="new">This video was deleted</target>
4304 <context-group purpose="location"> 4514
4305 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4515 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4306 <context context-type="linenumber">36</context>
4307 </context-group>
4308 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4309 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4516 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4310 <context-group purpose="location"> 4517 <context-group purpose="location">
4311 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4518 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5931,8 +6138,8 @@
5931 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6138 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5932 <context context-type="linenumber">1</context> 6139 <context context-type="linenumber">1</context>
5933 </context-group> 6140 </context-group>
5934 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 6141 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5935 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 6142 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
5936 <context-group purpose="location"> 6143 <context-group purpose="location">
5937 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6144 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5938 <context context-type="linenumber">1</context> 6145 <context context-type="linenumber">1</context>
@@ -6625,6 +6832,12 @@
6625 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 6832 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6626 <context context-type="linenumber">1</context> 6833 <context context-type="linenumber">1</context>
6627 </context-group> 6834 </context-group>
6835 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
6836 <source>Unknown</source><target state="new">Unknown</target>
6837 <context-group purpose="location">
6838 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
6839 <context context-type="linenumber">1</context>
6840 </context-group>
6628 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html"> 6841 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6629 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target> 6842 <source>Your password has been successfully reset!</source><target state="new">Your password has been successfully reset!</target>
6630 <context-group purpose="location"> 6843 <context-group purpose="location">
@@ -7879,8 +8092,17 @@
7879 </context-group> 8092 </context-group>
7880 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 8093 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7881 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 8094 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
8095
8096 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
8097 <source>Mute server</source><target state="new">Mute server</target>
7882 <context-group purpose="location"> 8098 <context-group purpose="location">
7883 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8099 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8100 <context context-type="linenumber">1</context>
8101 </context-group>
8102 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
8103 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
8104 <context-group purpose="location">
8105 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7884 <context context-type="linenumber">1</context> 8106 <context context-type="linenumber">1</context>
7885 </context-group> 8107 </context-group>
7886 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 8108 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
@@ -8160,7 +8382,25 @@
8160 <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="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 8382 <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="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8161 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 8383 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
8162 8384
8163 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 8385 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
8386 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
8387 <context-group purpose="location">
8388 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8389 <context context-type="linenumber">1</context>
8390 </context-group>
8391 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
8392 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
8393 <context-group purpose="location">
8394 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8395 <context context-type="linenumber">1</context>
8396 </context-group>
8397 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
8398 <source>Delete video</source><target state="new">Delete video</target>
8399 <context-group purpose="location">
8400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8401 <context context-type="linenumber">1</context>
8402 </context-group>
8403 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8164 <source>Encoder</source><target state="new">Encoder</target> 8404 <source>Encoder</source><target state="new">Encoder</target>
8165 <context-group purpose="location"> 8405 <context-group purpose="location">
8166 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8406 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8215,7 +8455,25 @@
8215 <context-group name="null"> 8455 <context-group name="null">
8216 <context context-type="linenumber">1</context> 8456 <context context-type="linenumber">1</context>
8217 </context-group> 8457 </context-group>
8218 <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="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 8458 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8459 <source>Video deleted.</source><target state="new">Video deleted.</target>
8460 <context-group purpose="location">
8461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8462 <context context-type="linenumber">1</context>
8463 </context-group>
8464 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8465 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
8466 <context-group purpose="location">
8467 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8468 <context context-type="linenumber">1</context>
8469 </context-group>
8470 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8471 <source>Mute reporter</source><target state="new">Mute reporter</target>
8472 <context-group purpose="location">
8473 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8474 <context context-type="linenumber">1</context>
8475 </context-group>
8476 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
8219 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 8477 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
8220 <context-group purpose="location"> 8478 <context-group purpose="location">
8221 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8479 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
@@ -8235,8 +8493,8 @@
8235 <context-group name="null"> 8493 <context-group name="null">
8236 <context context-type="linenumber">1</context> 8494 <context context-type="linenumber">1</context>
8237 </context-group> 8495 </context-group>
8238 <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="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 8496 <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="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
8239 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 8497 <source>Mirror</source><target state="new">Mirror</target>
8240 <context-group purpose="location"> 8498 <context-group purpose="location">
8241 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8499 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8242 <context context-type="linenumber">1</context> 8500 <context context-type="linenumber">1</context>
@@ -8248,7 +8506,25 @@
8248 <context-group name="null"> 8506 <context-group name="null">
8249 <context context-type="linenumber">1</context> 8507 <context context-type="linenumber">1</context>
8250 </context-group> 8508 </context-group>
8251 <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> 8509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
8510 <source>Note</source><target state="new">Note</target>
8511 <context-group purpose="location">
8512 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8513 <context context-type="linenumber">61</context>
8514 </context-group>
8515 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
8516 <source>The video was deleted</source><target state="new">The video was deleted</target>
8517 <context-group purpose="location">
8518 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8519 <context context-type="linenumber">71</context>
8520 </context-group>
8521 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
8522 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
8523 <context-group purpose="location">
8524 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
8525 <context context-type="linenumber">72</context>
8526 </context-group>
8527 </trans-unit>
8252 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 8528 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
8253 <source>Published</source> 8529 <source>Published</source>
8254 <target>Đã xuất bản</target> 8530 <target>Đã xuất bản</target>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 674f711cc..1d06dc2f1 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -566,11 +566,11 @@
566 </context-group> 566 </context-group>
567 <context-group purpose="location"> 567 <context-group purpose="location">
568 <context context-type="sourcefile">src/app/login/login.component.html</context> 568 <context context-type="sourcefile">src/app/login/login.component.html</context>
569 <context context-type="linenumber">85</context> 569 <context context-type="linenumber">105</context>
570 </context-group> 570 </context-group>
571 <context-group purpose="location"> 571 <context-group purpose="location">
572 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 572 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
573 <context context-type="linenumber">36</context> 573 <context context-type="linenumber">37</context>
574 </context-group> 574 </context-group>
575 <context-group purpose="location"> 575 <context-group purpose="location">
576 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 576 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -744,6 +744,10 @@
744 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 744 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
745 <context context-type="linenumber">49</context> 745 <context context-type="linenumber">49</context>
746 </context-group> 746 </context-group>
747 <context-group purpose="location">
748 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
749 <context context-type="linenumber">100</context>
750 </context-group>
747 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 751 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
748 <source>Edit starts/stops at</source> 752 <source>Edit starts/stops at</source>
749 <context-group purpose="location"> 753 <context-group purpose="location">
@@ -1240,7 +1244,11 @@
1240 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1244 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1241 <context-group purpose="location"> 1245 <context-group purpose="location">
1242 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1246 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1243 <context context-type="linenumber">11</context> 1247 <context context-type="linenumber">12</context>
1248 </context-group>
1249 <context-group purpose="location">
1250 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1251 <context context-type="linenumber">21</context>
1244 </context-group> 1252 </context-group>
1245 </trans-unit><trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html"> 1253 </trans-unit><trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html">
1246 <source>Default policy on videos containing sensitive content</source> 1254 <source>Default policy on videos containing sensitive content</source>
@@ -1398,32 +1406,40 @@
1398 <context context-type="sourcefile">src/app/login/login.component.html</context> 1406 <context context-type="sourcefile">src/app/login/login.component.html</context>
1399 <context context-type="linenumber">2</context> 1407 <context context-type="linenumber">2</context>
1400 </context-group> 1408 </context-group>
1401 </trans-unit><trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1409 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1402 <source> 1410 <source>
1403 If you are looking for an account… 1411 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1404 </source> 1412 </source>
1405 <context-group purpose="location"> 1413 <context-group purpose="location">
1406 <context context-type="sourcefile">src/app/login/login.component.html</context> 1414 <context context-type="sourcefile">src/app/login/login.component.html</context>
1407 <context context-type="linenumber">7</context> 1415 <context context-type="linenumber">6</context>
1408 </context-group> 1416 </context-group>
1409 </trans-unit><trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1417 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1410 <source> 1418 <source>
1411 Currently this instance doesn&apos;t allow for user registration, but you can find an instance 1419 If you are looking for an account…
1412 that gives you the possibility to sign up for an account and upload your videos there. 1420 </source>
1421 <context-group purpose="location">
1422 <context context-type="sourcefile">src/app/login/login.component.html</context>
1423 <context context-type="linenumber">12</context>
1424 </context-group>
1425 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1426 <source>
1427 Currently this instance doesn&apos;t allow for user registration, but you can find an instance
1428 that gives you the possibility to sign up for an account and upload your videos there.
1413 1429
1414 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1430 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1415 1431
1416 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1432 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1417 </source> 1433 </source>
1418 <context-group purpose="location"> 1434 <context-group purpose="location">
1419 <context context-type="sourcefile">src/app/login/login.component.html</context> 1435 <context context-type="sourcefile">src/app/login/login.component.html</context>
1420 <context context-type="linenumber">11</context> 1436 <context context-type="linenumber">16</context>
1421 </context-group> 1437 </context-group>
1422 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html"> 1438 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1423 <source>Request new verification email.</source> 1439 <source>Request new verification email.</source>
1424 <context-group purpose="location"> 1440 <context-group purpose="location">
1425 <context context-type="sourcefile">src/app/login/login.component.html</context> 1441 <context context-type="sourcefile">src/app/login/login.component.html</context>
1426 <context context-type="linenumber">22</context> 1442 <context context-type="linenumber">27</context>
1427 </context-group> 1443 </context-group>
1428 <context-group purpose="location"> 1444 <context-group purpose="location">
1429 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context> 1445 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
@@ -1433,7 +1449,7 @@
1433 <source>User</source> 1449 <source>User</source>
1434 <context-group purpose="location"> 1450 <context-group purpose="location">
1435 <context context-type="sourcefile">src/app/login/login.component.html</context> 1451 <context context-type="sourcefile">src/app/login/login.component.html</context>
1436 <context context-type="linenumber">28</context> 1452 <context context-type="linenumber">35</context>
1437 </context-group> 1453 </context-group>
1438 <context-group purpose="location"> 1454 <context-group purpose="location">
1439 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 1455 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
@@ -1443,25 +1459,25 @@
1443 <source>Username or email address</source> 1459 <source>Username or email address</source>
1444 <context-group purpose="location"> 1460 <context-group purpose="location">
1445 <context context-type="sourcefile">src/app/login/login.component.html</context> 1461 <context context-type="sourcefile">src/app/login/login.component.html</context>
1446 <context context-type="linenumber">30</context> 1462 <context context-type="linenumber">37</context>
1447 </context-group> 1463 </context-group>
1448 </trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html"> 1464 </trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1449 <source> 1465 <source>
1450 or create an account 1466 or create an account
1451 </source> 1467 </source>
1452 <context-group purpose="location"> 1468 <context-group purpose="location">
1453 <context context-type="sourcefile">src/app/login/login.component.html</context> 1469 <context context-type="sourcefile">src/app/login/login.component.html</context>
1454 <context context-type="linenumber">33</context> 1470 <context context-type="linenumber">40</context>
1455 </context-group> 1471 </context-group>
1456 </trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html"> 1472 </trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
1457 <source>Password</source> 1473 <source>Password</source>
1458 <context-group purpose="location"> 1474 <context-group purpose="location">
1459 <context context-type="sourcefile">src/app/login/login.component.html</context> 1475 <context context-type="sourcefile">src/app/login/login.component.html</context>
1460 <context context-type="linenumber">44</context> 1476 <context context-type="linenumber">51</context>
1461 </context-group> 1477 </context-group>
1462 <context-group purpose="location"> 1478 <context-group purpose="location">
1463 <context context-type="sourcefile">src/app/login/login.component.html</context> 1479 <context context-type="sourcefile">src/app/login/login.component.html</context>
1464 <context context-type="linenumber">47</context> 1480 <context context-type="linenumber">54</context>
1465 </context-group> 1481 </context-group>
1466 <context-group purpose="location"> 1482 <context-group purpose="location">
1467 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context> 1483 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
@@ -1491,23 +1507,29 @@
1491 <source>Click here to reset your password</source> 1507 <source>Click here to reset your password</source>
1492 <context-group purpose="location"> 1508 <context-group purpose="location">
1493 <context context-type="sourcefile">src/app/login/login.component.html</context> 1509 <context context-type="sourcefile">src/app/login/login.component.html</context>
1494 <context context-type="linenumber">50</context> 1510 <context context-type="linenumber">57</context>
1495 </context-group> 1511 </context-group>
1496 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html"> 1512 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1497 <source>Login</source> 1513 <source>Login</source>
1498 <context-group purpose="location"> 1514 <context-group purpose="location">
1499 <context context-type="sourcefile">src/app/login/login.component.html</context> 1515 <context context-type="sourcefile">src/app/login/login.component.html</context>
1500 <context context-type="linenumber">57</context> 1516 <context context-type="linenumber">64</context>
1501 </context-group> 1517 </context-group>
1502 <context-group purpose="location"> 1518 <context-group purpose="location">
1503 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1519 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1504 <context context-type="linenumber">77</context> 1520 <context context-type="linenumber">77</context>
1505 </context-group> 1521 </context-group>
1522 </trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1523 <source>Or sign in with</source>
1524 <context-group purpose="location">
1525 <context context-type="sourcefile">src/app/login/login.component.html</context>
1526 <context context-type="linenumber">68</context>
1527 </context-group>
1506 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1528 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1507 <source>Forgot your password</source> 1529 <source>Forgot your password</source>
1508 <context-group purpose="location"> 1530 <context-group purpose="location">
1509 <context context-type="sourcefile">src/app/login/login.component.html</context> 1531 <context context-type="sourcefile">src/app/login/login.component.html</context>
1510 <context context-type="linenumber">63</context> 1532 <context context-type="linenumber">83</context>
1511 </context-group> 1533 </context-group>
1512 </trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1534 </trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1513 <source> 1535 <source>
@@ -1515,13 +1537,13 @@
1515 </source> 1537 </source>
1516 <context-group purpose="location"> 1538 <context-group purpose="location">
1517 <context context-type="sourcefile">src/app/login/login.component.html</context> 1539 <context context-type="sourcefile">src/app/login/login.component.html</context>
1518 <context context-type="linenumber">70</context> 1540 <context context-type="linenumber">90</context>
1519 </context-group> 1541 </context-group>
1520 </trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1542 </trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1521 <source>Email</source> 1543 <source>Email</source>
1522 <context-group purpose="location"> 1544 <context-group purpose="location">
1523 <context context-type="sourcefile">src/app/login/login.component.html</context> 1545 <context context-type="sourcefile">src/app/login/login.component.html</context>
1524 <context context-type="linenumber">75</context> 1546 <context context-type="linenumber">95</context>
1525 </context-group> 1547 </context-group>
1526 <context-group purpose="location"> 1548 <context-group purpose="location">
1527 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 1549 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -1533,7 +1555,7 @@
1533 </context-group> 1555 </context-group>
1534 <context-group purpose="location"> 1556 <context-group purpose="location">
1535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 1557 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
1536 <context context-type="linenumber">43</context> 1558 <context context-type="linenumber">46</context>
1537 </context-group> 1559 </context-group>
1538 <context-group purpose="location"> 1560 <context-group purpose="location">
1539 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 1561 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -1555,7 +1577,7 @@
1555 <source>Email address</source> 1577 <source>Email address</source>
1556 <context-group purpose="location"> 1578 <context-group purpose="location">
1557 <context context-type="sourcefile">src/app/login/login.component.html</context> 1579 <context context-type="sourcefile">src/app/login/login.component.html</context>
1558 <context context-type="linenumber">77</context> 1580 <context context-type="linenumber">97</context>
1559 </context-group> 1581 </context-group>
1560 <context-group purpose="location"> 1582 <context-group purpose="location">
1561 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context> 1583 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
@@ -1565,7 +1587,7 @@
1565 <source>Send me an email to reset my password</source> 1587 <source>Send me an email to reset my password</source>
1566 <context-group purpose="location"> 1588 <context-group purpose="location">
1567 <context context-type="sourcefile">src/app/login/login.component.html</context> 1589 <context context-type="sourcefile">src/app/login/login.component.html</context>
1568 <context context-type="linenumber">90</context> 1590 <context context-type="linenumber">110</context>
1569 </context-group> 1591 </context-group>
1570 </trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1592 </trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1571 <source> 1593 <source>
@@ -2500,13 +2522,13 @@
2500 </source> 2522 </source>
2501 <context-group purpose="location"> 2523 <context-group purpose="location">
2502 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2524 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2503 <context context-type="linenumber">29</context> 2525 <context context-type="linenumber">30</context>
2504 </context-group> 2526 </context-group>
2505 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2527 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2506 <source>Add this caption</source> 2528 <source>Add this caption</source>
2507 <context-group purpose="location"> 2529 <context-group purpose="location">
2508 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 2530 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2509 <context context-type="linenumber">41</context> 2531 <context context-type="linenumber">42</context>
2510 </context-group> 2532 </context-group>
2511 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html"> 2533 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
2512 <source>Basic info</source> 2534 <source>Basic info</source>
@@ -3235,11 +3257,11 @@
3235 </context-group> 3257 </context-group>
3236 <context-group purpose="location"> 3258 <context-group purpose="location">
3237 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3259 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3238 <context context-type="linenumber">21</context> 3260 <context context-type="linenumber">35</context>
3239 </context-group> 3261 </context-group>
3240 <context-group purpose="location"> 3262 <context-group purpose="location">
3241 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3263 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3242 <context context-type="linenumber">20</context> 3264 <context context-type="linenumber">50</context>
3243 </context-group> 3265 </context-group>
3244 <context-group purpose="location"> 3266 <context-group purpose="location">
3245 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3267 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
@@ -3431,59 +3453,105 @@
3431 <source>Filter...</source> 3453 <source>Filter...</source>
3432 <context-group purpose="location"> 3454 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3455 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3434 <context context-type="linenumber">8</context> 3456 <context context-type="linenumber">11</context>
3435 </context-group> 3457 </context-group>
3436 <context-group purpose="location"> 3458 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3459 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3438 <context context-type="linenumber">9</context> 3460 <context context-type="linenumber">11</context>
3439 </context-group> 3461 </context-group>
3440 <context-group purpose="location"> 3462 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3463 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3442 <context context-type="linenumber">29</context> 3464 <context context-type="linenumber">30</context>
3465 </context-group>
3466 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3468 <context context-type="linenumber">12</context>
3469 </context-group>
3470 <context-group purpose="location">
3471 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3472 <context context-type="linenumber">27</context>
3473 </context-group>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3476 <context context-type="linenumber">11</context>
3477 </context-group>
3478 <context-group purpose="location">
3479 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3480 <context context-type="linenumber">11</context>
3481 </context-group>
3482 </trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3483 <source>Clear filters</source>
3484 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3486 <context context-type="linenumber">15</context>
3487 </context-group>
3488 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3490 <context context-type="linenumber">15</context>
3491 </context-group>
3492 <context-group purpose="location">
3493 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3494 <context context-type="linenumber">34</context>
3495 </context-group>
3496 <context-group purpose="location">
3497 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3498 <context context-type="linenumber">16</context>
3499 </context-group>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3502 <context context-type="linenumber">31</context>
3503 </context-group>
3504 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3506 <context context-type="linenumber">15</context>
3507 </context-group>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3510 <context context-type="linenumber">15</context>
3443 </context-group> 3511 </context-group>
3444 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3512 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3445 <source>Follower handle</source> 3513 <source>Follower handle</source>
3446 <context-group purpose="location"> 3514 <context-group purpose="location">
3447 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3515 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3448 <context context-type="linenumber">16</context> 3516 <context context-type="linenumber">22</context>
3449 </context-group> 3517 </context-group>
3450 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3518 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3451 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3519 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3452 <context-group purpose="location"> 3520 <context-group purpose="location">
3453 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3521 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3454 <context context-type="linenumber">17</context> 3522 <context context-type="linenumber">23</context>
3455 </context-group> 3523 </context-group>
3456 <context-group purpose="location"> 3524 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3525 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3458 <context context-type="linenumber">23</context> 3526 <context context-type="linenumber">27</context>
3459 </context-group> 3527 </context-group>
3460 <context-group purpose="location"> 3528 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3529 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3462 <context context-type="linenumber">13</context> 3530 <context context-type="linenumber">43</context>
3463 </context-group> 3531 </context-group>
3464 </trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3532 </trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3465 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3533 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3466 <context-group purpose="location"> 3534 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3535 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3468 <context context-type="linenumber">18</context> 3536 <context context-type="linenumber">24</context>
3469 </context-group> 3537 </context-group>
3470 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3538 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3471 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3539 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3472 <context-group purpose="location"> 3540 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3541 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3474 <context context-type="linenumber">19</context> 3542 <context context-type="linenumber">25</context>
3475 </context-group> 3543 </context-group>
3476 <context-group purpose="location"> 3544 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3545 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3478 <context context-type="linenumber">24</context> 3546 <context context-type="linenumber">28</context>
3479 </context-group> 3547 </context-group>
3480 <context-group purpose="location"> 3548 <context-group purpose="location">
3481 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3549 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3482 <context context-type="linenumber">46</context> 3550 <context context-type="linenumber">49</context>
3483 </context-group> 3551 </context-group>
3484 <context-group purpose="location"> 3552 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3553 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3486 <context context-type="linenumber">11</context> 3554 <context context-type="linenumber">42</context>
3487 </context-group> 3555 </context-group>
3488 <context-group purpose="location"> 3556 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3557 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
@@ -3491,33 +3559,33 @@
3491 </context-group> 3559 </context-group>
3492 <context-group purpose="location"> 3560 <context-group purpose="location">
3493 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3561 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3494 <context context-type="linenumber">11</context> 3562 <context context-type="linenumber">12</context>
3495 </context-group> 3563 </context-group>
3496 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3564 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3497 <source>Accepted</source> 3565 <source>Accepted</source>
3498 <context-group purpose="location"> 3566 <context-group purpose="location">
3499 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3567 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3500 <context context-type="linenumber">28</context> 3568 <context context-type="linenumber">34</context>
3501 </context-group> 3569 </context-group>
3502 <context-group purpose="location"> 3570 <context-group purpose="location">
3503 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3571 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3504 <context context-type="linenumber">34</context> 3572 <context context-type="linenumber">43</context>
3505 </context-group> 3573 </context-group>
3506 </trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3574 </trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3507 <source>Pending</source> 3575 <source>Pending</source>
3508 <context-group purpose="location"> 3576 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3577 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3510 <context context-type="linenumber">29</context> 3578 <context context-type="linenumber">35</context>
3511 </context-group> 3579 </context-group>
3512 <context-group purpose="location"> 3580 <context-group purpose="location">
3513 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3581 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3514 <context context-type="linenumber">35</context> 3582 <context context-type="linenumber">44</context>
3515 </context-group> 3583 </context-group>
3516 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3584 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3517 <source>Accept</source> 3585 <source>Accept</source>
3518 <context-group purpose="location"> 3586 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3520 <context context-type="linenumber">36</context> 3588 <context context-type="linenumber">42</context>
3521 </context-group> 3589 </context-group>
3522 <context-group purpose="location"> 3590 <context-group purpose="location">
3523 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3591 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -3527,12 +3595,30 @@
3527 <source>Refuse</source> 3595 <source>Refuse</source>
3528 <context-group purpose="location"> 3596 <context-group purpose="location">
3529 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3597 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3530 <context context-type="linenumber">37</context> 3598 <context context-type="linenumber">43</context>
3531 </context-group> 3599 </context-group>
3532 <context-group purpose="location"> 3600 <context-group purpose="location">
3533 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3601 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3534 <context context-type="linenumber">42</context> 3602 <context context-type="linenumber">42</context>
3535 </context-group> 3603 </context-group>
3604 </trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3605 <source>No follower found matching current filters.</source>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3608 <context context-type="linenumber">55</context>
3609 </context-group>
3610 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3611 <source>Your instance doesn&apos;t have any follower.</source>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3614 <context context-type="linenumber">56</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3617 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> followers</source>
3618 <context-group purpose="location">
3619 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3620 <context context-type="linenumber">5</context>
3621 </context-group>
3536 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3622 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3537 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3623 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
3538 <context-group purpose="location"> 3624 <context-group purpose="location">
@@ -3549,25 +3635,61 @@
3549 <source>Follow domain</source> 3635 <source>Follow domain</source>
3550 <context-group purpose="location"> 3636 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3637 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3552 <context context-type="linenumber">15</context> 3638 <context context-type="linenumber">19</context>
3553 </context-group> 3639 </context-group>
3554 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3640 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3555 <source>Host</source> 3641 <source>Host</source>
3556 <context-group purpose="location"> 3642 <context-group purpose="location">
3557 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3643 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3558 <context context-type="linenumber">22</context> 3644 <context context-type="linenumber">26</context>
3559 </context-group> 3645 </context-group>
3560 </trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3646 </trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3561 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3647 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3562 <context-group purpose="location"> 3648 <context-group purpose="location">
3563 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3649 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3564 <context context-type="linenumber">25</context> 3650 <context context-type="linenumber">29</context>
3651 </context-group>
3652 </trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3653 <source>Open instance in a new tab</source>
3654 <context-group purpose="location">
3655 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3656 <context context-type="linenumber">37</context>
3657 </context-group>
3658 <context-group purpose="location">
3659 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3660 <context context-type="linenumber">35</context>
3661 </context-group>
3662 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3663 <source>No host found matching current filters.</source>
3664 <context-group purpose="location">
3665 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3666 <context context-type="linenumber">62</context>
3667 </context-group>
3668 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3669 <source>Your instance is not following anyone.</source>
3670 <context-group purpose="location">
3671 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3672 <context context-type="linenumber">63</context>
3673 </context-group>
3674 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3675 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> hosts</source>
3676 <context-group purpose="location">
3677 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3678 <context context-type="linenumber">5</context>
3679 </context-group>
3680 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3681 <source>
3682 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3683 </source>
3684 <context-group purpose="location">
3685 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3686 <context context-type="linenumber">72</context>
3565 </context-group> 3687 </context-group>
3566 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3688 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3567 <source>Follow domains</source> 3689 <source>Follow domains</source>
3568 <context-group purpose="location"> 3690 <context-group purpose="location">
3569 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3691 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3570 <context context-type="linenumber">50</context> 3692 <context context-type="linenumber">70</context>
3571 </context-group> 3693 </context-group>
3572 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3694 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3573 <source>My videos duplicated by remote instances</source> 3695 <source>My videos duplicated by remote instances</source>
@@ -3585,37 +3707,49 @@
3585 <source>Strategy</source> 3707 <source>Strategy</source>
3586 <context-group purpose="location"> 3708 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3709 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3588 <context context-type="linenumber">21</context> 3710 <context context-type="linenumber">22</context>
3589 </context-group> 3711 </context-group>
3590 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3712 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3591 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3713 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3592 <context-group purpose="location"> 3714 <context-group purpose="location">
3593 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3715 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3594 <context context-type="linenumber">22</context> 3716 <context context-type="linenumber">23</context>
3595 </context-group> 3717 </context-group>
3596 </trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3718 </trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3597 <source>Video URL</source> 3719 <source>Video URL</source>
3598 <context-group purpose="location"> 3720 <context-group purpose="location">
3599 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3600 <context context-type="linenumber">23</context> 3722 <context context-type="linenumber">24</context>
3601 </context-group> 3723 </context-group>
3602 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3724 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3603 <source>Total size</source> 3725 <source>Total size</source>
3604 <context-group purpose="location"> 3726 <context-group purpose="location">
3605 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3727 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3606 <context context-type="linenumber">24</context> 3728 <context context-type="linenumber">25</context>
3607 </context-group> 3729 </context-group>
3608 </trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3730 </trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3609 <source>List redundancies</source> 3731 <source>List redundancies</source>
3610 <context-group purpose="location"> 3732 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3733 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3612 <context context-type="linenumber">33</context> 3734 <context context-type="linenumber">34</context>
3735 </context-group>
3736 </trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3737 <source>Your instance doesn&apos;t mirror any video.</source>
3738 <context-group purpose="location">
3739 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3740 <context context-type="linenumber">77</context>
3741 </context-group>
3742 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3743 <source>Your instance has no mirrored videos.</source>
3744 <context-group purpose="location">
3745 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3746 <context context-type="linenumber">78</context>
3613 </context-group> 3747 </context-group>
3614 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3748 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3615 <source>Enabled strategies stats</source> 3749 <source>Enabled strategies stats</source>
3616 <context-group purpose="location"> 3750 <context-group purpose="location">
3617 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3751 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3618 <context context-type="linenumber">75</context> 3752 <context context-type="linenumber">87</context>
3619 </context-group> 3753 </context-group>
3620 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3754 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3621 <source> 3755 <source>
@@ -3623,7 +3757,7 @@
3623 </source> 3757 </source>
3624 <context-group purpose="location"> 3758 <context-group purpose="location">
3625 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3759 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3626 <context context-type="linenumber">79</context> 3760 <context context-type="linenumber">91</context>
3627 </context-group> 3761 </context-group>
3628 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3762 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3629 <source>Users</source> 3763 <source>Users</source>
@@ -3763,7 +3897,7 @@
3763 </context-group> 3897 </context-group>
3764 <context-group purpose="location"> 3898 <context-group purpose="location">
3765 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3899 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3766 <context context-type="linenumber">45</context> 3900 <context context-type="linenumber">48</context>
3767 </context-group> 3901 </context-group>
3768 </trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3902 </trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3769 <source> 3903 <source>
@@ -3874,53 +4008,57 @@
3874 <source>Batch actions</source> 4008 <source>Batch actions</source>
3875 <context-group purpose="location"> 4009 <context-group purpose="location">
3876 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4010 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3877 <context context-type="linenumber">21</context> 4011 <context context-type="linenumber">22</context>
3878 </context-group> 4012 </context-group>
3879 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 4013 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3880 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4014 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3881 <context-group purpose="location"> 4015 <context-group purpose="location">
3882 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4016 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3883 <context context-type="linenumber">42</context> 4017 <context context-type="linenumber">45</context>
3884 </context-group> 4018 </context-group>
3885 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 4019 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3886 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4020 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3887 <context-group purpose="location"> 4021 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4022 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3889 <context context-type="linenumber">44</context> 4023 <context context-type="linenumber">47</context>
3890 </context-group> 4024 </context-group>
3891 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 4025 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3892 <source>(banned)</source> 4026 <source>(banned)</source>
3893 <context-group purpose="location"> 4027 <context-group purpose="location">
3894 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4028 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3895 <context context-type="linenumber">78</context> 4029 <context context-type="linenumber">81</context>
3896 </context-group> 4030 </context-group>
3897 </trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 4031 </trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3898 <source>Open account in a new tab</source> 4032 <source>Open account in a new tab</source>
3899 <context-group purpose="location"> 4033 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4034 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3901 <context context-type="linenumber">65</context> 4035 <context context-type="linenumber">68</context>
3902 </context-group> 4036 </context-group>
3903 <context-group purpose="location"> 4037 <context-group purpose="location">
3904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3905 <context context-type="linenumber">27</context> 4039 <context context-type="linenumber">57</context>
4040 </context-group>
4041 <context-group purpose="location">
4042 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4043 <context context-type="linenumber">31</context>
3906 </context-group> 4044 </context-group>
3907 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 4045 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3908 <source>User&apos;s email must be verified to login</source> 4046 <source>User&apos;s email must be verified to login</source>
3909 <context-group purpose="location"> 4047 <context-group purpose="location">
3910 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4048 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3911 <context context-type="linenumber">85</context> 4049 <context context-type="linenumber">88</context>
3912 </context-group> 4050 </context-group>
3913 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 4051 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3914 <source>User&apos;s email is verified / User can login without email verification</source> 4052 <source>User&apos;s email is verified / User can login without email verification</source>
3915 <context-group purpose="location"> 4053 <context-group purpose="location">
3916 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4054 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3917 <context context-type="linenumber">89</context> 4055 <context context-type="linenumber">92</context>
3918 </context-group> 4056 </context-group>
3919 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 4057 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3920 <source>Ban reason:</source> 4058 <source>Ban reason:</source>
3921 <context-group purpose="location"> 4059 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4060 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3923 <context context-type="linenumber">108</context> 4061 <context context-type="linenumber">111</context>
3924 </context-group> 4062 </context-group>
3925 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 4063 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3926 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> users</source> 4064 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> users</source>
@@ -3972,51 +4110,73 @@
3972 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4110 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3973 <context-group purpose="location"> 4111 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4112 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3975 <context context-type="linenumber">10</context> 4113 <context context-type="linenumber">24</context>
3976 </context-group> 4114 </context-group>
3977 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 4115 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3978 <source>Sensitive</source> 4116 <source>Sensitive</source>
3979 <context-group purpose="location"> 4117 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4118 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3981 <context context-type="linenumber">11</context> 4119 <context context-type="linenumber">25</context>
3982 </context-group> 4120 </context-group>
3983 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 4121 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3984 <source>Unfederated</source> 4122 <source>Unfederated</source>
3985 <context-group purpose="location"> 4123 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4124 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3987 <context context-type="linenumber">12</context> 4125 <context context-type="linenumber">26</context>
3988 </context-group> 4126 </context-group>
3989 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 4127 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3990 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4128 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3991 <context-group purpose="location"> 4129 <context-group purpose="location">
3992 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4130 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3993 <context context-type="linenumber">13</context> 4131 <context context-type="linenumber">27</context>
3994 </context-group> 4132 </context-group>
3995 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 4133 </trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3996 <source>Go to the video</source> 4134 <source>Video was blacklisted</source>
3997 <context-group purpose="location"> 4135 <context-group purpose="location">
3998 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4136 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3999 <context context-type="linenumber">28</context> 4137 <context context-type="linenumber">50</context>
4000 </context-group> 4138 </context-group>
4001 <context-group purpose="location"> 4139 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4140 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4003 <context context-type="linenumber">33</context> 4141 <context context-type="linenumber">89</context>
4142 </context-group>
4143 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4144 <source>Open video in a new tab</source>
4145 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4147 <context context-type="linenumber">42</context>
4148 </context-group>
4149 <context-group purpose="location">
4150 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4151 <context context-type="linenumber">74</context>
4004 </context-group> 4152 </context-group>
4005 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 4153 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
4006 <source>Actions</source> 4154 <source>Actions</source>
4007 <context-group purpose="location"> 4155 <context-group purpose="location">
4008 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4156 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4009 <context context-type="linenumber">38</context> 4157 <context context-type="linenumber">72</context>
4010 </context-group> 4158 </context-group>
4011 <context-group purpose="location"> 4159 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4160 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4013 <context context-type="linenumber">57</context> 4161 <context context-type="linenumber">123</context>
4014 </context-group> 4162 </context-group>
4015 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 4163 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
4016 <source>Blacklist reason:</source> 4164 <source>Blacklist reason:</source>
4017 <context-group purpose="location"> 4165 <context-group purpose="location">
4018 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4166 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4019 <context context-type="linenumber">46</context> 4167 <context context-type="linenumber">82</context>
4168 </context-group>
4169 </trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4170 <source>No blacklisted video found matching current filters.</source>
4171 <context-group purpose="location">
4172 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4173 <context context-type="linenumber">93</context>
4174 </context-group>
4175 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4176 <source>No blacklisted video found.</source>
4177 <context-group purpose="location">
4178 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4179 <context context-type="linenumber">94</context>
4020 </context-group> 4180 </context-group>
4021 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4181 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
4022 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> blacklisted videos</source> 4182 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> blacklisted videos</source>
@@ -4044,17 +4204,57 @@
4044 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 4204 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
4045 <context context-type="linenumber">31</context> 4205 <context context-type="linenumber">31</context>
4046 </context-group> 4206 </context-group>
4207 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4208 <source>Advanced report filters</source>
4209 <context-group purpose="location">
4210 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4211 <context context-type="linenumber">18</context>
4212 </context-group>
4213 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4214 <source>Unsolved reports</source>
4215 <context-group purpose="location">
4216 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4217 <context context-type="linenumber">19</context>
4218 </context-group>
4219 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4220 <source>Accepted reports</source>
4221 <context-group purpose="location">
4222 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4223 <context context-type="linenumber">20</context>
4224 </context-group>
4225 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4226 <source>Refused reports</source>
4227 <context-group purpose="location">
4228 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4229 <context context-type="linenumber">21</context>
4230 </context-group>
4231 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4232 <source>Reports with blacklisted videos</source>
4233 <context-group purpose="location">
4234 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4235 <context context-type="linenumber">22</context>
4236 </context-group>
4237 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4238 <source>Reports with deleted videos</source>
4239 <context-group purpose="location">
4240 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4241 <context context-type="linenumber">23</context>
4242 </context-group>
4047 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 4243 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
4048 <source>Reporter</source> 4244 <source>Reporter</source>
4049 <context-group purpose="location"> 4245 <context-group purpose="location">
4050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4246 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4051 <context context-type="linenumber">10</context> 4247 <context context-type="linenumber">40</context>
4248 </context-group>
4249 <context-group purpose="location">
4250 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4251 <context context-type="linenumber">7</context>
4052 </context-group> 4252 </context-group>
4053 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 4253 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
4054 <source>Video</source> 4254 <source>Video</source>
4055 <context-group purpose="location"> 4255 <context-group purpose="location">
4056 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4256 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4057 <context context-type="linenumber">12</context> 4257 <context context-type="linenumber">41</context>
4058 </context-group> 4258 </context-group>
4059 <context-group purpose="location"> 4259 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4260 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4062,25 +4262,41 @@
4062 </context-group> 4262 </context-group>
4063 <context-group purpose="location"> 4263 <context-group purpose="location">
4064 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4264 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4065 <context context-type="linenumber">9</context> 4265 <context context-type="linenumber">10</context>
4066 </context-group> 4266 </context-group>
4067 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4267 </trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
4068 <source>Open video in a new tab</source> 4268 <source>This video has been reported multiple times.</source>
4069 <context-group purpose="location"> 4269 <context-group purpose="location">
4070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4270 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4071 <context context-type="linenumber">46</context> 4271 <context context-type="linenumber">80</context>
4072 </context-group> 4272 </context-group>
4073 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 4273 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4074 <source>Reason:</source> 4274 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
4075 <context-group purpose="location"> 4275 <context-group purpose="location">
4076 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4276 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4077 <context context-type="linenumber">68</context> 4277 <context context-type="linenumber">91</context>
4078 </context-group> 4278 </context-group>
4079 </trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4080 <source>Note:</source>
4081 <context-group purpose="location"> 4279 <context-group purpose="location">
4082 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4280 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4083 <context context-type="linenumber">72</context> 4281 <context context-type="linenumber">107</context>
4282 </context-group>
4283 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4284 <source>Video was deleted</source>
4285 <context-group purpose="location">
4286 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4287 <context context-type="linenumber">98</context>
4288 </context-group>
4289 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4290 <source>No video abuses found matching current filters.</source>
4291 <context-group purpose="location">
4292 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4293 <context context-type="linenumber">141</context>
4294 </context-group>
4295 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4296 <source>No video abuses found.</source>
4297 <context-group purpose="location">
4298 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4299 <context context-type="linenumber">142</context>
4084 </context-group> 4300 </context-group>
4085 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4301 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4086 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> reports</source> 4302 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> reports</source>
@@ -4088,6 +4304,70 @@
4088 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4304 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4089 <context context-type="linenumber">5</context> 4305 <context context-type="linenumber">5</context>
4090 </context-group> 4306 </context-group>
4307 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4308 <source>
4309 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4310 </source>
4311 <context-group purpose="location">
4312 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4313 <context context-type="linenumber">20</context>
4314 </context-group>
4315 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4316 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
4317 <context-group purpose="location">
4318 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4319 <context context-type="linenumber">21</context>
4320 </context-group>
4321 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4322 <source>Reportee</source>
4323 <context-group purpose="location">
4324 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4325 <context context-type="linenumber">27</context>
4326 </context-group>
4327 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4328 <source>
4329 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4330 </source>
4331 <context-group purpose="location">
4332 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4333 <context context-type="linenumber">40</context>
4334 </context-group>
4335 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4336 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4337 <context-group purpose="location">
4338 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4339 <context context-type="linenumber">41</context>
4340 </context-group>
4341 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4342 <source>Updated</source>
4343 <context-group purpose="location">
4344 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4345 <context context-type="linenumber">47</context>
4346 </context-group>
4347 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
4348 <source>Report</source>
4349 <context-group purpose="location">
4350 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4351 <context context-type="linenumber">54</context>
4352 </context-group>
4353 </trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
4354 <source>Note</source>
4355 <context-group purpose="location">
4356 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4357 <context context-type="linenumber">61</context>
4358 </context-group>
4359 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
4360 <source>The video was deleted</source>
4361 <context-group purpose="location">
4362 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4363 <context context-type="linenumber">71</context>
4364 </context-group>
4365 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
4366 <source>The video was blacklisted</source>
4367 <context-group purpose="location">
4368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4369 <context context-type="linenumber">72</context>
4370 </context-group>
4091 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 4371 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
4092 <source>Unblacklist</source> 4372 <source>Unblacklist</source>
4093 <context-group purpose="location"> 4373 <context-group purpose="location">
@@ -4102,13 +4382,13 @@
4102 <source>Mute domain</source> 4382 <source>Mute domain</source>
4103 <context-group purpose="location"> 4383 <context-group purpose="location">
4104 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4384 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4105 <context context-type="linenumber">11</context> 4385 <context context-type="linenumber">19</context>
4106 </context-group> 4386 </context-group>
4107 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 4387 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
4108 <source>Instance</source> 4388 <source>Instance</source>
4109 <context-group purpose="location"> 4389 <context-group purpose="location">
4110 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4390 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4111 <context context-type="linenumber">18</context> 4391 <context context-type="linenumber">26</context>
4112 </context-group> 4392 </context-group>
4113 <context-group purpose="location"> 4393 <context-group purpose="location">
4114 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 4394 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
@@ -4122,11 +4402,11 @@
4122 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4402 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4123 <context-group purpose="location"> 4403 <context-group purpose="location">
4124 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4404 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4125 <context context-type="linenumber">19</context> 4405 <context context-type="linenumber">27</context>
4126 </context-group> 4406 </context-group>
4127 <context-group purpose="location"> 4407 <context-group purpose="location">
4128 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4408 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4129 <context context-type="linenumber">11</context> 4409 <context context-type="linenumber">23</context>
4130 </context-group> 4410 </context-group>
4131 <context-group purpose="location"> 4411 <context-group purpose="location">
4132 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4412 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
@@ -4140,11 +4420,11 @@
4140 <source>Unmute</source> 4420 <source>Unmute</source>
4141 <context-group purpose="location"> 4421 <context-group purpose="location">
4142 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4422 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4143 <context context-type="linenumber">29</context> 4423 <context context-type="linenumber">42</context>
4144 </context-group> 4424 </context-group>
4145 <context-group purpose="location"> 4425 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4426 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4147 <context context-type="linenumber">21</context> 4427 <context context-type="linenumber">49</context>
4148 </context-group> 4428 </context-group>
4149 <context-group purpose="location"> 4429 <context-group purpose="location">
4150 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4430 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
@@ -4154,36 +4434,52 @@
4154 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 4434 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
4155 <context context-type="linenumber">23</context> 4435 <context context-type="linenumber">23</context>
4156 </context-group> 4436 </context-group>
4157 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4437 </trans-unit><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4158 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted instances</source> 4438 <source>No server found matching current filters.</source>
4159 <context-group purpose="location"> 4439 <context-group purpose="location">
4160 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4440 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4161 <context context-type="linenumber">5</context> 4441 <context context-type="linenumber">51</context>
4162 </context-group> 4442 </context-group>
4163 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4443 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4164 <source> 4444 <source>No server found.</source>
4165 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4166 </source>
4167 <context-group purpose="location"> 4445 <context-group purpose="location">
4168 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4446 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4169 <context context-type="linenumber">37</context> 4447 <context context-type="linenumber">52</context>
4448 </context-group>
4449 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4450 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted instances</source>
4451 <context-group purpose="location">
4452 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4453 <context context-type="linenumber">5</context>
4170 </context-group> 4454 </context-group>
4171 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4455 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4172 <source>Mute domains</source> 4456 <source>Mute domains</source>
4173 <context-group purpose="location"> 4457 <context-group purpose="location">
4174 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4458 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4175 <context context-type="linenumber">35</context> 4459 <context context-type="linenumber">59</context>
4176 </context-group> 4460 </context-group>
4177 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 4461 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
4178 <source>Account</source> 4462 <source>Account</source>
4179 <context-group purpose="location"> 4463 <context-group purpose="location">
4180 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4464 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4181 <context context-type="linenumber">10</context> 4465 <context context-type="linenumber">22</context>
4182 </context-group> 4466 </context-group>
4183 <context-group purpose="location"> 4467 <context-group purpose="location">
4184 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4468 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
4185 <context context-type="linenumber">12</context> 4469 <context context-type="linenumber">12</context>
4186 </context-group> 4470 </context-group>
4471 </trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4472 <source>No account found matching current filters.</source>
4473 <context-group purpose="location">
4474 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4475 <context context-type="linenumber">58</context>
4476 </context-group>
4477 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4478 <source>No account found.</source>
4479 <context-group purpose="location">
4480 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4481 <context context-type="linenumber">59</context>
4482 </context-group>
4187 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4483 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4188 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted accounts</source> 4484 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted accounts</source>
4189 <context-group purpose="location"> 4485 <context-group purpose="location">
@@ -4270,7 +4566,7 @@
4270 </source> 4566 </source>
4271 <context-group purpose="location"> 4567 <context-group purpose="location">
4272 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context> 4568 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context>
4273 <context context-type="linenumber">29</context> 4569 <context context-type="linenumber">47</context>
4274 </context-group> 4570 </context-group>
4275 </trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4571 </trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4276 <source>System</source> 4572 <source>System</source>
@@ -4328,7 +4624,7 @@
4328 </context-group> 4624 </context-group>
4329 <context-group purpose="location"> 4625 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4626 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4331 <context context-type="linenumber">10</context> 4627 <context context-type="linenumber">11</context>
4332 </context-group> 4628 </context-group>
4333 </trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 4629 </trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
4334 <source>Delayed.</source> 4630 <source>Delayed.</source>
@@ -5221,6 +5517,12 @@
5221 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5517 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5222 <context context-type="linenumber">27</context> 5518 <context context-type="linenumber">27</context>
5223 </context-group> 5519 </context-group>
5520 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
5521 <source>Go to the video</source>
5522 <context-group purpose="location">
5523 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5524 <context context-type="linenumber">33</context>
5525 </context-group>
5224 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html"> 5526 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
5225 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 5527 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
5226 <context-group purpose="location"> 5528 <context-group purpose="location">
@@ -5231,19 +5533,19 @@
5231 <source>Target</source> 5533 <source>Target</source>
5232 <context-group purpose="location"> 5534 <context-group purpose="location">
5233 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5535 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5234 <context context-type="linenumber">8</context> 5536 <context context-type="linenumber">9</context>
5235 </context-group> 5537 </context-group>
5236 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5538 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5237 <source>See the error</source> 5539 <source>See the error</source>
5238 <context-group purpose="location"> 5540 <context-group purpose="location">
5239 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5541 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5240 <context context-type="linenumber">19</context> 5542 <context context-type="linenumber">20</context>
5241 </context-group> 5543 </context-group>
5242 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5544 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5243 <source>This video was deleted</source> 5545 <source>This video was deleted</source>
5244 <context-group purpose="location"> 5546 <context-group purpose="location">
5245 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5547 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5246 <context context-type="linenumber">36</context> 5548 <context context-type="linenumber">37</context>
5247 </context-group> 5549 </context-group>
5248 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5550 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5249 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5551 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -6791,6 +7093,84 @@
6791 <context context-type="linenumber">1</context> 7093 <context context-type="linenumber">1</context>
6792 </context-group> 7094 </context-group>
6793 </trans-unit> 7095 </trans-unit>
7096 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
7097 <source>Unblacklist video</source>
7098 <context-group purpose="location">
7099 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7100 <context context-type="linenumber">1</context>
7101 </context-group>
7102 </trans-unit>
7103 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
7104 <source>Video unblacklisted.</source>
7105 <context-group purpose="location">
7106 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7107 <context context-type="linenumber">1</context>
7108 </context-group>
7109 </trans-unit>
7110 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
7111 <source>Delete video</source>
7112 <context-group purpose="location">
7113 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7114 <context context-type="linenumber">1</context>
7115 </context-group>
7116 </trans-unit>
7117 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
7118 <source>Do you really want to delete this video?</source>
7119 <context-group purpose="location">
7120 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7121 <context context-type="linenumber">1</context>
7122 </context-group>
7123 <context-group purpose="location">
7124 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
7125 <context context-type="linenumber">1</context>
7126 </context-group>
7127 </trans-unit>
7128 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
7129 <source>Video deleted.</source>
7130 <context-group purpose="location">
7131 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7132 <context context-type="linenumber">1</context>
7133 </context-group>
7134 </trans-unit>
7135 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
7136 <source>Actions for the reporter</source>
7137 <context-group purpose="location">
7138 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7139 <context context-type="linenumber">1</context>
7140 </context-group>
7141 </trans-unit>
7142 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
7143 <source>Mute reporter</source>
7144 <context-group purpose="location">
7145 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7146 <context context-type="linenumber">1</context>
7147 </context-group>
7148 </trans-unit>
7149 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7150 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7151 <context-group purpose="location">
7152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7153 <context context-type="linenumber">1</context>
7154 </context-group>
7155 <context-group purpose="location">
7156 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7157 <context context-type="linenumber">1</context>
7158 </context-group>
7159 </trans-unit>
7160 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
7161 <source>Mute server</source>
7162 <context-group purpose="location">
7163 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7164 <context context-type="linenumber">1</context>
7165 </context-group>
7166 </trans-unit>
7167 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
7168 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7169 <context-group purpose="location">
7170 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7171 <context context-type="linenumber">1</context>
7172 </context-group>
7173 </trans-unit>
6794 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 7174 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6795 <source>Do you really want to delete this abuse report?</source> 7175 <source>Do you really want to delete this abuse report?</source>
6796 <context-group purpose="location"> 7176 <context-group purpose="location">
@@ -7053,8 +7433,8 @@
7053 <context context-type="linenumber">1</context> 7433 <context context-type="linenumber">1</context>
7054 </context-group> 7434 </context-group>
7055 </trans-unit> 7435 </trans-unit>
7056 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7436 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7057 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source> 7437 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
7058 <context-group purpose="location"> 7438 <context-group purpose="location">
7059 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7439 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7060 <context context-type="linenumber">1</context> 7440 <context context-type="linenumber">1</context>
@@ -7829,22 +8209,22 @@
7829 <context context-type="linenumber">1</context> 8209 <context context-type="linenumber">1</context>
7830 </context-group> 8210 </context-group>
7831 </trans-unit> 8211 </trans-unit>
7832 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html"> 8212 <trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html">
7833 <source>Incorrect username or password.</source> 8213 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source>
7834 <context-group purpose="location"> 8214 <context-group purpose="location">
7835 <context context-type="sourcefile">src/app/login/login.component.ts</context> 8215 <context context-type="sourcefile">src/app/login/login.component.ts</context>
7836 <context context-type="linenumber">1</context> 8216 <context context-type="linenumber">1</context>
7837 </context-group> 8217 </context-group>
7838 </trans-unit> 8218 </trans-unit>
7839 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html"> 8219 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
7840 <source>You account is blocked.</source> 8220 <source>Incorrect username or password.</source>
7841 <context-group purpose="location"> 8221 <context-group purpose="location">
7842 <context context-type="sourcefile">src/app/login/login.component.ts</context> 8222 <context context-type="sourcefile">src/app/login/login.component.ts</context>
7843 <context context-type="linenumber">1</context> 8223 <context context-type="linenumber">1</context>
7844 </context-group> 8224 </context-group>
7845 </trans-unit> 8225 </trans-unit>
7846 <trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html"> 8226 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
7847 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source> 8227 <source>You account is blocked.</source>
7848 <context-group purpose="location"> 8228 <context-group purpose="location">
7849 <context context-type="sourcefile">src/app/login/login.component.ts</context> 8229 <context context-type="sourcefile">src/app/login/login.component.ts</context>
7850 <context context-type="linenumber">1</context> 8230 <context context-type="linenumber">1</context>
@@ -7871,6 +8251,13 @@
7871 <context context-type="linenumber">1</context> 8251 <context context-type="linenumber">1</context>
7872 </context-group> 8252 </context-group>
7873 </trans-unit> 8253 </trans-unit>
8254 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8255 <source>Unknown</source>
8256 <context-group purpose="location">
8257 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8258 <context context-type="linenumber">1</context>
8259 </context-group>
8260 </trans-unit>
7874 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html"> 8261 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html">
7875 <source>any language</source> 8262 <source>any language</source>
7876 <context-group purpose="location"> 8263 <context-group purpose="location">
@@ -9303,13 +9690,6 @@
9303 <context context-type="linenumber">1</context> 9690 <context context-type="linenumber">1</context>
9304 </context-group> 9691 </context-group>
9305 </trans-unit> 9692 </trans-unit>
9306 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9307 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9308 <context-group purpose="location">
9309 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9310 <context context-type="linenumber">1</context>
9311 </context-group>
9312 </trans-unit>
9313 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 9693 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
9314 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 9694 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
9315 <context-group purpose="location"> 9695 <context-group purpose="location">
@@ -9714,13 +10094,6 @@
9714 <context context-type="linenumber">1</context> 10094 <context context-type="linenumber">1</context>
9715 </context-group> 10095 </context-group>
9716 </trans-unit> 10096 </trans-unit>
9717 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
9718 <source>Do you really want to delete this video?</source>
9719 <context-group purpose="location">
9720 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9721 <context context-type="linenumber">1</context>
9722 </context-group>
9723 </trans-unit>
9724 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10097 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
9725 <source>This video will be duplicated by your instance.</source> 10098 <source>This video will be duplicated by your instance.</source>
9726 <context-group purpose="location"> 10099 <context-group purpose="location">
@@ -9746,15 +10119,8 @@
9746 <context context-type="linenumber">1</context> 10119 <context context-type="linenumber">1</context>
9747 </context-group> 10120 </context-group>
9748 </trans-unit> 10121 </trans-unit>
9749 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10122 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
9750 <source>Duplicate (redundancy)</source> 10123 <source>Mirror</source>
9751 <context-group purpose="location">
9752 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9753 <context context-type="linenumber">1</context>
9754 </context-group>
9755 </trans-unit>
9756 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
9757 <source>Report</source>
9758 <context-group purpose="location"> 10124 <context-group purpose="location">
9759 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10125 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9760 <context context-type="linenumber">1</context> 10126 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index d23270b85..b18e9afab 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -695,9 +695,9 @@
695 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 695 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
696 <source>Deleted</source> 696 <source>Deleted</source>
697 <target state="new">Deleted</target> 697 <target state="new">Deleted</target>
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 699
700 </trans-unit> 700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
702 <source>Edit starts/stops at</source> 702 <source>Edit starts/stops at</source>
703 <target>编辑开始或结尾</target> 703 <target>编辑开始或结尾</target>
@@ -1112,7 +1112,7 @@
1112 1112
1113 1113
1114 1114
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1116 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1116 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1117 <source>Ban this user</source> 1117 <source>Ban this user</source>
1118 <target>封禁此用户</target> 1118 <target>封禁此用户</target>
@@ -1127,8 +1127,8 @@
1127 <context-group name="null"> 1127 <context-group name="null">
1128 <context context-type="linenumber">11</context> 1128 <context context-type="linenumber">11</context>
1129 </context-group> 1129 </context-group>
1130 <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> 1130
1131 </trans-unit> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1132 1132
1133 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1133 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1134 <source>Login</source> 1134 <source>Login</source>
@@ -1139,75 +1139,86 @@
1139 <context context-type="linenumber">2</context> 1139 <context context-type="linenumber">2</context>
1140 </context-group> 1140 </context-group>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1142 </trans-unit> 1142 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1143 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1143 <source>
1144 <source>If you are looking for an account…</source> 1144 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1145 <target state="new"> 1145 </source><target state="new">
1146 If you are looking for an account… 1146 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </target> 1147 </target>
1148 <context-group purpose="location"> 1148 <context-group purpose="location">
1149 <context context-type="sourcefile">src/app/login/login.component.html</context> 1149 <context context-type="sourcefile">src/app/login/login.component.html</context>
1150 <context context-type="linenumber">7</context> 1150 <context context-type="linenumber">6</context>
1151 </context-group> 1151 </context-group>
1152 </trans-unit> 1152 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1153 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1154 <source> 1153 <source>
1155 Currently this instance doesn't allow for user registration, but you can find an instance 1154 If you are looking for an account…
1156 that gives you the possibility to sign up for an account and upload your videos there. 1155 </source><target state="new">
1156 If you are looking for an account…
1157 </target>
1158 <context-group purpose="location">
1159 <context context-type="sourcefile">src/app/login/login.component.html</context>
1160 <context context-type="linenumber">12</context>
1161 </context-group>
1162 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1163 <source>
1164 Currently this instance doesn't allow for user registration, but you can find an instance
1165 that gives you the possibility to sign up for an account and upload your videos there.
1157 1166
1158 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1167 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1159 1168
1160 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1169 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1161 </source> 1170 </source><target state="new">
1162 <target state="new"> 1171 Currently this instance doesn't allow for user registration, but you can find an instance
1163 Currently this instance doesn't allow for user registration, but you can find an instance 1172 that gives you the possibility to sign up for an account and upload your videos there.
1164 that gives you the possibility to sign up for an account and upload your videos there.
1165 1173
1166 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1174 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1167 1175
1168 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1176 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1169 </target> 1177 </target>
1170 <context-group purpose="location"> 1178 <context-group purpose="location">
1171 <context context-type="sourcefile">src/app/login/login.component.html</context> 1179 <context context-type="sourcefile">src/app/login/login.component.html</context>
1172 <context context-type="linenumber">11</context> 1180 <context context-type="linenumber">16</context>
1173 </context-group> 1181 </context-group>
1174 </trans-unit> 1182 </trans-unit>
1183
1184
1175 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1185 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1176 <source>Request new verification email.</source> 1186 <source>Request new verification email.</source>
1177 <target>重新请求验证邮件。</target> 1187 <target>重新请求验证邮件。</target>
1178 <context-group name="null"> 1188 <context-group name="null">
1179 <context context-type="linenumber">16</context> 1189 <context context-type="linenumber">16</context>
1180 </context-group> 1190 </context-group>
1181 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1191
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1192
1183 </trans-unit> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1184 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1194 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1185 <source>User</source> 1195 <source>User</source>
1186 <target>用户</target> 1196 <target>用户</target>
1187 <context-group name="null"> 1197 <context-group name="null">
1188 <context context-type="linenumber">13</context> 1198 <context context-type="linenumber">13</context>
1189 </context-group> 1199 </context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1200
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1201
1192 </trans-unit> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1193 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1203 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1194 <source>Username or email address</source> 1204 <source>Username or email address</source>
1195 <target>用户名或电子邮件地址</target> 1205 <target>用户名或电子邮件地址</target>
1196 <context-group name="null"> 1206 <context-group name="null">
1197 <context context-type="linenumber">15</context> 1207 <context context-type="linenumber">15</context>
1198 </context-group> 1208 </context-group>
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1209
1200 </trans-unit> 1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1201 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1211 <source>
1202 <source>or create an account</source> 1212 or create an account
1203 <target> 1213 </source><target state="new">
1204 或者创建一个帐户 1214 or create an account
1205 </target> 1215 </target>
1206 <context-group name="null"> 1216 <context-group purpose="location">
1207 <context context-type="linenumber">18</context> 1217 <context context-type="sourcefile">src/app/login/login.component.html</context>
1218 <context context-type="linenumber">40</context>
1208 </context-group> 1219 </context-group>
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1210 </trans-unit> 1220 </trans-unit>
1221
1211 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1222 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1212 <source>Password</source> 1223 <source>Password</source>
1213 <target>密码</target> 1224 <target>密码</target>
@@ -1223,13 +1234,10 @@
1223 1234
1224 1235
1225 1236
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1227 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1238 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target>
1228 <context-group purpose="location"> 1239
1229 <context context-type="sourcefile">src/app/login/login.component.html</context> 1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1230 <context context-type="linenumber">50</context>
1231 </context-group>
1232 </trans-unit>
1233 1241
1234 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1242 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1235 <source>Login</source> 1243 <source>Login</source>
@@ -1239,22 +1247,28 @@
1239 </context-group> 1247 </context-group>
1240 1248
1241 1249
1242 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1251 <source>Or sign in with</source><target state="new">Or sign in with</target>
1252 <context-group purpose="location">
1253 <context context-type="sourcefile">src/app/login/login.component.html</context>
1254 <context context-type="linenumber">68</context>
1255 </context-group>
1256 </trans-unit>
1243 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1257 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1244 <source>Forgot your password</source> 1258 <source>Forgot your password</source>
1245 <target>忘记密码</target> 1259 <target>忘记密码</target>
1246 <context-group name="null"> 1260 <context-group name="null">
1247 <context context-type="linenumber">58</context> 1261 <context context-type="linenumber">58</context>
1248 </context-group> 1262 </context-group>
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1263
1250 </trans-unit> 1264 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1251 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1265 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1252 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1266 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1253 <target state="new"> 1267 <target state="new">
1254 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1268 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1255 </target> 1269 </target>
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1270
1257 </trans-unit> 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1258 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1272 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1259 <source>Email</source> 1273 <source>Email</source>
1260 <target>电子邮件地址</target> 1274 <target>电子邮件地址</target>
@@ -1270,16 +1284,16 @@
1270 1284
1271 1285
1272 1286
1273 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</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">94</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">94</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">43</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit> 1287 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1274 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1288 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1275 <source>Email address</source> 1289 <source>Email address</source>
1276 <target>电子邮件地址</target> 1290 <target>电子邮件地址</target>
1277 <context-group name="null"> 1291 <context-group name="null">
1278 <context context-type="linenumber">10</context> 1292 <context context-type="linenumber">10</context>
1279 </context-group> 1293 </context-group>
1280 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1294
1281 <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">10</context></context-group> 1295
1282 </trans-unit> 1296 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1283 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1297 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1284 <source>Send me an email to reset my password</source> 1298 <source>Send me an email to reset my password</source>
1285 <target>发送密码重置邮件</target> 1299 <target>发送密码重置邮件</target>
@@ -1287,7 +1301,7 @@
1287 <context context-type="linenumber">82</context> 1301 <context context-type="linenumber">82</context>
1288 </context-group> 1302 </context-group>
1289 1303
1290 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1304 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1291 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1305 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1292 <source>Reset my password</source> 1306 <source>Reset my password</source>
1293 <target> 1307 <target>
@@ -2203,8 +2217,8 @@
2203 <context-group name="null"> 2217 <context-group name="null">
2204 <context context-type="linenumber">29</context> 2218 <context context-type="linenumber">29</context>
2205 </context-group> 2219 </context-group>
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2220
2207 </trans-unit> 2221 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2208 2222
2209 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2223 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2210 <source>Add this caption</source> 2224 <source>Add this caption</source>
@@ -2213,7 +2227,7 @@
2213 <context context-type="linenumber">40</context> 2227 <context context-type="linenumber">40</context>
2214 </context-group> 2228 </context-group>
2215 2229
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2217 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2231 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2218 <source>Title</source> 2232 <source>Title</source>
2219 <target>标题</target> 2233 <target>标题</target>
@@ -3127,7 +3141,7 @@
3127 <context context-type="linenumber">215</context> 3141 <context context-type="linenumber">215</context>
3128 </context-group> 3142 </context-group>
3129 3143
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">21</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">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">39</context></context-group></trans-unit> 3144 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3131 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3145 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3132 <source>Get more information</source> 3146 <source>Get more information</source>
3133 <target>了解详情</target> 3147 <target>了解详情</target>
@@ -3354,11 +3368,8 @@
3354 3368
3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3356 <source>Follow domain</source><target state="new">Follow domain</target> 3370 <source>Follow domain</source><target state="new">Follow domain</target>
3357 <context-group purpose="location"> 3371
3358 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3372 <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>
3359 <context context-type="linenumber">15</context>
3360 </context-group>
3361 </trans-unit>
3362 3373
3363 3374
3364 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3375 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -3370,7 +3381,37 @@
3370 3381
3371 3382
3372 3383
3373 <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">29</context></context-group></trans-unit> 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3385 <source>Clear filters</source><target state="new">Clear filters</target>
3386 <context-group purpose="location">
3387 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3388 <context context-type="linenumber">15</context>
3389 </context-group>
3390 <context-group purpose="location">
3391 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3392 <context context-type="linenumber">15</context>
3393 </context-group>
3394 <context-group purpose="location">
3395 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3396 <context context-type="linenumber">34</context>
3397 </context-group>
3398 <context-group purpose="location">
3399 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3400 <context context-type="linenumber">16</context>
3401 </context-group>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3404 <context context-type="linenumber">31</context>
3405 </context-group>
3406 <context-group purpose="location">
3407 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3408 <context context-type="linenumber">15</context>
3409 </context-group>
3410 <context-group purpose="location">
3411 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3412 <context context-type="linenumber">15</context>
3413 </context-group>
3414 </trans-unit>
3374 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3415 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3375 <source>ID</source> 3416 <source>ID</source>
3376 <target>ID</target> 3417 <target>ID</target>
@@ -3385,8 +3426,8 @@
3385 <context-group name="null"> 3426 <context-group name="null">
3386 <context context-type="linenumber">17</context> 3427 <context context-type="linenumber">17</context>
3387 </context-group> 3428 </context-group>
3388 <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> 3429
3389 </trans-unit> 3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3390 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3431 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3391 <source>State</source> 3432 <source>State</source>
3392 <target>状态</target> 3433 <target>状态</target>
@@ -3395,7 +3436,7 @@
3395 </context-group> 3436 </context-group>
3396 3437
3397 3438
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3399 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3440 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3400 <source>Delayed.</source> 3441 <source>Delayed.</source>
3401 <target state="new">Delayed.</target> 3442 <target state="new">Delayed.</target>
@@ -3433,7 +3474,7 @@
3433 3474
3434 3475
3435 3476
3436 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</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">46</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">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3437 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3478 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3438 <source>Accepted</source> 3479 <source>Accepted</source>
3439 <target>已接受</target> 3480 <target>已接受</target>
@@ -3442,7 +3483,7 @@
3442 </context-group> 3483 </context-group>
3443 3484
3444 3485
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3446 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3487 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3447 <source>Pending</source> 3488 <source>Pending</source>
3448 <target>等待中</target> 3489 <target>等待中</target>
@@ -3451,24 +3492,42 @@
3451 </context-group> 3492 </context-group>
3452 3493
3453 3494
3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3455 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3496 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3456 <source>Accept</source> 3497 <source>Accept</source>
3457 <target>接受</target> 3498 <target>接受</target>
3458 <context-group name="null"> 3499 <context-group name="null">
3459 <context context-type="linenumber">41</context> 3500 <context context-type="linenumber">41</context>
3460 </context-group> 3501 </context-group>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3502
3462 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3503
3463 </trans-unit> 3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3464 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3505 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3465 <source>Refuse</source> 3506 <source>Refuse</source>
3466 <target>拒绝</target> 3507 <target>拒绝</target>
3467 <context-group name="null"> 3508 <context-group name="null">
3468 <context context-type="linenumber">42</context> 3509 <context context-type="linenumber">42</context>
3469 </context-group> 3510 </context-group>
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3511
3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3512
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3514 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3515 <context-group purpose="location">
3516 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3517 <context context-type="linenumber">55</context>
3518 </context-group>
3519 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3520 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3521 <context-group purpose="location">
3522 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3523 <context context-type="linenumber">56</context>
3524 </context-group>
3525 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3526 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3527 <context-group purpose="location">
3528 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3529 <context context-type="linenumber">5</context>
3530 </context-group>
3472 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3531 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3473 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3532 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3474 <context-group purpose="location"> 3533 <context-group purpose="location">
@@ -3483,18 +3542,43 @@
3483 <context context-type="linenumber">19</context> 3542 <context context-type="linenumber">19</context>
3484 </context-group> 3543 </context-group>
3485 3544
3486 <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> 3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3487 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3546 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3488 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3547 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3489 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3548 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3490 3549
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3492 <source>Follow domains</source><target state="new">Follow domains</target> 3551 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3493 <context-group purpose="location"> 3552 <context-group purpose="location">
3494 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3553 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3495 <context context-type="linenumber">50</context> 3554 <context context-type="linenumber">37</context>
3555 </context-group>
3556 <context-group purpose="location">
3557 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3558 <context context-type="linenumber">35</context>
3496 </context-group> 3559 </context-group>
3497 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3560 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3561 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3562 <context-group purpose="location">
3563 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3564 <context context-type="linenumber">62</context>
3565 </context-group>
3566 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3567 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3568 <context-group purpose="location">
3569 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3570 <context context-type="linenumber">63</context>
3571 </context-group>
3572 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3573 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3574 <context-group purpose="location">
3575 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3576 <context context-type="linenumber">5</context>
3577 </context-group>
3578 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3579 <source>Follow domains</source><target state="new">Follow domains</target>
3580
3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3498 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3582 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3499 <context-group purpose="location"> 3583 <context-group purpose="location">
3500 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3584 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3569,7 +3653,7 @@
3569 3653
3570 3654
3571 3655
3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3573 <source> 3657 <source>
3574 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3658 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3575 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3659 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3666,7 +3750,7 @@
3666 <context context-type="linenumber">19</context> 3750 <context context-type="linenumber">19</context>
3667 </context-group> 3751 </context-group>
3668 3752
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3670 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3754 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3671 <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> 3755 <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>
3672 <target>用户名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3756 <target>用户名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3674,7 +3758,7 @@
3674 <context context-type="linenumber">40</context> 3758 <context context-type="linenumber">40</context>
3675 </context-group> 3759 </context-group>
3676 3760
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3678 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3762 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3679 <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> 3763 <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>
3680 <target>视频数限制 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3764 <target>视频数限制 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3682,7 +3766,7 @@
3682 <context context-type="linenumber">42</context> 3766 <context context-type="linenumber">42</context>
3683 </context-group> 3767 </context-group>
3684 3768
3685 <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></trans-unit> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3686 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3770 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3687 <source>(banned)</source> 3771 <source>(banned)</source>
3688 <target>(已封禁)</target> 3772 <target>(已封禁)</target>
@@ -3690,17 +3774,11 @@
3690 <context context-type="linenumber">65</context> 3774 <context context-type="linenumber">65</context>
3691 </context-group> 3775 </context-group>
3692 3776
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3694 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3778 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3695 <context-group purpose="location"> 3779
3696 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3780
3697 <context context-type="linenumber">65</context> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3698 </context-group>
3699 <context-group purpose="location">
3700 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3701 <context context-type="linenumber">27</context>
3702 </context-group>
3703 </trans-unit>
3704 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3782 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3705 <source>User's email must be verified to login</source> 3783 <source>User's email must be verified to login</source>
3706 <target>用户的邮件通过验证后才可以登录</target> 3784 <target>用户的邮件通过验证后才可以登录</target>
@@ -3708,7 +3786,7 @@
3708 <context context-type="linenumber">72</context> 3786 <context context-type="linenumber">72</context>
3709 </context-group> 3787 </context-group>
3710 3788
3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3712 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3790 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3713 <source>User's email is verified / User can login without email verification</source> 3791 <source>User's email is verified / User can login without email verification</source>
3714 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target> 3792 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target>
@@ -3716,7 +3794,7 @@
3716 <context context-type="linenumber">76</context> 3794 <context context-type="linenumber">76</context>
3717 </context-group> 3795 </context-group>
3718 3796
3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3720 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3798 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3721 <source>Ban reason:</source> 3799 <source>Ban reason:</source>
3722 <target>封禁理由:</target> 3800 <target>封禁理由:</target>
@@ -3724,7 +3802,7 @@
3724 <context context-type="linenumber">95</context> 3802 <context context-type="linenumber">95</context>
3725 </context-group> 3803 </context-group>
3726 3804
3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3728 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3806 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3729 <context-group purpose="location"> 3807 <context-group purpose="location">
3730 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3808 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3781,11 +3859,8 @@
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3782 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3860 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3783 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3861 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3784 <context-group purpose="location"> 3862
3785 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3786 <context context-type="linenumber">10</context>
3787 </context-group>
3788 </trans-unit>
3789 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3864 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3790 <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> 3865 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3791 <target>视频标题 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3866 <target>视频标题 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3793,29 +3868,38 @@
3793 <context context-type="linenumber">8</context> 3868 <context context-type="linenumber">8</context>
3794 </context-group> 3869 </context-group>
3795 3870
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3797 <source>Video URL</source><target state="new">Video URL</target> 3872 <source>Video URL</source><target state="new">Video URL</target>
3798 3873
3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3800 <source>Total size</source><target state="new">Total size</target> 3875 <source>Total size</source><target state="new">Total size</target>
3801 3876
3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3803 <source>List redundancies</source><target state="new">List redundancies</target> 3878 <source>List redundancies</source><target state="new">List redundancies</target>
3879
3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3881 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3804 <context-group purpose="location"> 3882 <context-group purpose="location">
3805 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3883 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3806 <context context-type="linenumber">33</context> 3884 <context context-type="linenumber">77</context>
3885 </context-group>
3886 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3887 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3888 <context-group purpose="location">
3889 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3890 <context context-type="linenumber">78</context>
3807 </context-group> 3891 </context-group>
3808 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3892 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3809 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3893 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3810 3894
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3812 <source> 3896 <source>
3813 No redundancy strategy is enabled on your instance. 3897 No redundancy strategy is enabled on your instance.
3814 </source><target state="new"> 3898 </source><target state="new">
3815 No redundancy strategy is enabled on your instance. 3899 No redundancy strategy is enabled on your instance.
3816 </target> 3900 </target>
3817 3901
3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3819 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3903 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3820 <source>Sensitive</source> 3904 <source>Sensitive</source>
3821 <target>敏感</target> 3905 <target>敏感</target>
@@ -3823,7 +3907,7 @@
3823 <context context-type="linenumber">9</context> 3907 <context context-type="linenumber">9</context>
3824 </context-group> 3908 </context-group>
3825 3909
3826 <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">11</context></context-group></trans-unit> 3910 <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">25</context></context-group></trans-unit>
3827 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3911 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3828 <source>Unfederated</source> 3912 <source>Unfederated</source>
3829 <target>去联邦化</target> 3913 <target>去联邦化</target>
@@ -3831,7 +3915,7 @@
3831 <context context-type="linenumber">10</context> 3915 <context context-type="linenumber">10</context>
3832 </context-group> 3916 </context-group>
3833 3917
3834 <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">12</context></context-group></trans-unit> 3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3835 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3919 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3836 <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> 3920 <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>
3837 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3921 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3839,7 +3923,17 @@
3839 <context context-type="linenumber">11</context> 3923 <context context-type="linenumber">11</context>
3840 </context-group> 3924 </context-group>
3841 3925
3842 <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">13</context></context-group></trans-unit> 3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3927 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3928 <context-group purpose="location">
3929 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3930 <context context-type="linenumber">50</context>
3931 </context-group>
3932 <context-group purpose="location">
3933 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3934 <context context-type="linenumber">89</context>
3935 </context-group>
3936 </trans-unit>
3843 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3937 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3844 <source>Go to the video</source> 3938 <source>Go to the video</source>
3845 <target>转到视频</target> 3939 <target>转到视频</target>
@@ -3849,7 +3943,7 @@
3849 3943
3850 3944
3851 3945
3852 <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">28</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">33</context></context-group></trans-unit> 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">33</context></context-group></trans-unit>
3853 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3947 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3854 <source>Actions</source> 3948 <source>Actions</source>
3855 <target>操作</target> 3949 <target>操作</target>
@@ -3858,7 +3952,7 @@
3858 </context-group> 3952 </context-group>
3859 3953
3860 3954
3861 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3955 <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">72</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">123</context></context-group></trans-unit>
3862 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3956 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3863 <source>Blacklist reason:</source> 3957 <source>Blacklist reason:</source>
3864 <target>黑名单理由:</target> 3958 <target>黑名单理由:</target>
@@ -3866,7 +3960,19 @@
3866 <context context-type="linenumber">43</context> 3960 <context context-type="linenumber">43</context>
3867 </context-group> 3961 </context-group>
3868 3962
3869 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3963 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3964 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
3965 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3967 <context context-type="linenumber">93</context>
3968 </context-group>
3969 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3970 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
3971 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3973 <context context-type="linenumber">94</context>
3974 </context-group>
3975 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3976 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3871 <context-group purpose="location"> 3977 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3978 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
@@ -3898,7 +4004,43 @@
3898 <context context-type="linenumber">26</context> 4004 <context context-type="linenumber">26</context>
3899 </context-group> 4005 </context-group>
3900 4006
3901 <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">31</context></context-group></trans-unit> 4007 <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">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4008 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4009 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4011 <context context-type="linenumber">18</context>
4012 </context-group>
4013 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4014 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4015 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4017 <context context-type="linenumber">19</context>
4018 </context-group>
4019 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4020 <source>Accepted reports</source><target state="new">Accepted reports</target>
4021 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4023 <context context-type="linenumber">20</context>
4024 </context-group>
4025 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4026 <source>Refused reports</source><target state="new">Refused reports</target>
4027 <context-group purpose="location">
4028 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4029 <context context-type="linenumber">21</context>
4030 </context-group>
4031 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4032 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4033 <context-group purpose="location">
4034 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4035 <context context-type="linenumber">22</context>
4036 </context-group>
4037 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4038 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4039 <context-group purpose="location">
4040 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4041 <context context-type="linenumber">23</context>
4042 </context-group>
4043 </trans-unit>
3902 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4044 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3903 <source>Reporter</source> 4045 <source>Reporter</source>
3904 <target>举报者</target> 4046 <target>举报者</target>
@@ -3906,7 +4048,7 @@
3906 <context context-type="linenumber">8</context> 4048 <context context-type="linenumber">8</context>
3907 </context-group> 4049 </context-group>
3908 4050
3909 <context-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></trans-unit> 4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3910 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4052 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3911 <source>Video</source> 4053 <source>Video</source>
3912 <target>视频</target> 4054 <target>视频</target>
@@ -3916,13 +4058,44 @@
3916 4058
3917 4059
3918 4060
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</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><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3920 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4062 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3921 <context-group purpose="location"> 4063 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4064 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3923 <context context-type="linenumber">46</context> 4065 <context context-type="linenumber">80</context>
3924 </context-group> 4066 </context-group>
3925 </trans-unit> 4067 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4068 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4069 <context-group purpose="location">
4070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4071 <context context-type="linenumber">91</context>
4072 </context-group>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4075 <context context-type="linenumber">107</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4078 <source>Video was deleted</source><target state="new">Video was deleted</target>
4079 <context-group purpose="location">
4080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4081 <context context-type="linenumber">98</context>
4082 </context-group>
4083 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4084 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4085 <context-group purpose="location">
4086 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4087 <context context-type="linenumber">141</context>
4088 </context-group>
4089 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4090 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4091 <context-group purpose="location">
4092 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4093 <context context-type="linenumber">142</context>
4094 </context-group>
4095 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4096 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4097
4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3926 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4099 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3927 <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> 4100 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3928 <target>状态 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4101 <target>状态 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3932,15 +4105,12 @@
3932 4105
3933 4106
3934 4107
3935 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3936 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4109 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3937 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4110 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3938 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4111 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3939 <context-group purpose="location"> 4112
3940 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3941 <context context-type="linenumber">18</context>
3942 </context-group>
3943 </trans-unit>
3944 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4114 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3945 <source>Go to the account</source> 4115 <source>Go to the account</source>
3946 <target>转到帐户</target> 4116 <target>转到帐户</target>
@@ -3950,25 +4120,56 @@
3950 4120
3951 4121
3952 <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">27</context></context-group></trans-unit> 4122 <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">27</context></context-group></trans-unit>
3953 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4123 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3954 <source>Reason:</source>
3955 <target>理由:</target>
3956 <context-group name="null">
3957 <context context-type="linenumber">53</context>
3958 </context-group>
3959
3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3961 <source>Note:</source><target state="new">Note:</target>
3962 <context-group purpose="location">
3963 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3964 <context context-type="linenumber">72</context>
3965 </context-group>
3966 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3967 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4124 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3968 <context-group purpose="location"> 4125 <context-group purpose="location">
3969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4126 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3970 <context context-type="linenumber">5</context> 4127 <context context-type="linenumber">5</context>
3971 </context-group> 4128 </context-group>
4129 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4130 <source>
4131 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4132 </source><target state="new">
4133 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4134 </target>
4135 <context-group purpose="location">
4136 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4137 <context context-type="linenumber">20</context>
4138 </context-group>
4139 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4140 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4141 <context-group purpose="location">
4142 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4143 <context context-type="linenumber">21</context>
4144 </context-group>
4145 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4146 <source>Reportee</source><target state="new">Reportee</target>
4147 <context-group purpose="location">
4148 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4149 <context context-type="linenumber">27</context>
4150 </context-group>
4151 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4152 <source>
4153 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4154 </source><target state="new">
4155 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4156 </target>
4157 <context-group purpose="location">
4158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4159 <context context-type="linenumber">40</context>
4160 </context-group>
4161 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4162 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4163 <context-group purpose="location">
4164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4165 <context context-type="linenumber">41</context>
4166 </context-group>
4167 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4168 <source>Updated</source><target state="new">Updated</target>
4169 <context-group purpose="location">
4170 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4171 <context context-type="linenumber">47</context>
4172 </context-group>
3972 </trans-unit> 4173 </trans-unit>
3973 4174
3974 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4175 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
@@ -3981,11 +4182,8 @@
3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3982 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4183 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3983 <source>Mute domain</source><target state="new">Mute domain</target> 4184 <source>Mute domain</source><target state="new">Mute domain</target>
3984 <context-group purpose="location"> 4185
3985 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4186 <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></trans-unit>
3986 <context context-type="linenumber">11</context>
3987 </context-group>
3988 </trans-unit>
3989 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4187 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3990 <source>Instance</source> 4188 <source>Instance</source>
3991 <target>实例</target> 4189 <target>实例</target>
@@ -3996,7 +4194,7 @@
3996 4194
3997 4195
3998 4196
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-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-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> 4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
4000 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4198 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4001 <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> 4199 <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>
4002 <target>屏蔽时间 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4200 <target>屏蔽时间 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4007,7 +4205,7 @@
4007 4205
4008 4206
4009 4207
4010 <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">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">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> 4208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
4011 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4209 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4012 <source>Unmute</source> 4210 <source>Unmute</source>
4013 <target>取消屏蔽</target> 4211 <target>取消屏蔽</target>
@@ -4018,7 +4216,19 @@
4018 4216
4019 4217
4020 4218
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</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">21</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">23</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><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4220 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4221 <context-group purpose="location">
4222 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4223 <context context-type="linenumber">51</context>
4224 </context-group>
4225 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4226 <source>No server found.</source><target state="new">No server found.</target>
4227 <context-group purpose="location">
4228 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4229 <context context-type="linenumber">52</context>
4230 </context-group>
4231 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4022 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4232 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4023 <context-group purpose="location"> 4233 <context-group purpose="location">
4024 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4234 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
@@ -4030,17 +4240,11 @@
4030 </source><target state="new"> 4240 </source><target state="new">
4031 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4241 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4032 </target> 4242 </target>
4033 <context-group purpose="location"> 4243
4034 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4035 <context context-type="linenumber">37</context>
4036 </context-group>
4037 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4038 <source>Mute domains</source><target state="new">Mute domains</target> 4245 <source>Mute domains</source><target state="new">Mute domains</target>
4039 <context-group purpose="location"> 4246
4040 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4041 <context context-type="linenumber">35</context>
4042 </context-group>
4043 </trans-unit>
4044 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4248 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4045 <source>Account</source> 4249 <source>Account</source>
4046 <target>帐户</target> 4250 <target>帐户</target>
@@ -4049,7 +4253,19 @@
4049 </context-group> 4253 </context-group>
4050 4254
4051 4255
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4257 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4258 <context-group purpose="location">
4259 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4260 <context context-type="linenumber">58</context>
4261 </context-group>
4262 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4263 <source>No account found.</source><target state="new">No account found.</target>
4264 <context-group purpose="location">
4265 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4266 <context context-type="linenumber">59</context>
4267 </context-group>
4268 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4053 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4269 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4054 <context-group purpose="location"> 4270 <context-group purpose="location">
4055 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4271 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
@@ -4184,8 +4400,8 @@
4184 <context-group name="null"> 4400 <context-group name="null">
4185 <context context-type="linenumber">22</context> 4401 <context context-type="linenumber">22</context>
4186 </context-group> 4402 </context-group>
4187 <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">29</context></context-group> 4403
4188 </trans-unit> 4404 <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">47</context></context-group></trans-unit>
4189 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4405 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4190 <source>System</source> 4406 <source>System</source>
4191 <target>系统</target> 4407 <target>系统</target>
@@ -4389,7 +4605,7 @@
4389 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4605 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</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">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4390 <source>Strategy</source><target state="new">Strategy</target> 4606 <source>Strategy</source><target state="new">Strategy</target>
4391 4607
4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4393 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4609 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4394 <source>Terms</source> 4610 <source>Terms</source>
4395 <target>条款</target> 4611 <target>条款</target>
@@ -5442,20 +5658,14 @@
5442 <context-group name="null"> 5658 <context-group name="null">
5443 <context context-type="linenumber">8</context> 5659 <context context-type="linenumber">8</context>
5444 </context-group> 5660 </context-group>
5445 <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> 5661
5446 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5662 <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><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5447 <source>See the error</source><target state="new">See the error</target> 5663 <source>See the error</source><target state="new">See the error</target>
5448 <context-group purpose="location"> 5664
5449 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5665 <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">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5450 <context context-type="linenumber">19</context>
5451 </context-group>
5452 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5453 <source>This video was deleted</source><target state="new">This video was deleted</target> 5666 <source>This video was deleted</source><target state="new">This video was deleted</target>
5454 <context-group purpose="location"> 5667
5455 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5668 <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">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5456 <context context-type="linenumber">36</context>
5457 </context-group>
5458 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5459 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5669 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5460 <context-group purpose="location"> 5670 <context-group purpose="location">
5461 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5671 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -7441,8 +7651,8 @@
7441 <context context-type="linenumber">1</context> 7651 <context context-type="linenumber">1</context>
7442 </context-group> 7652 </context-group>
7443 <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> 7653 <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>
7444 </trans-unit><trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7654 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7445 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</target> 7655 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7446 <context-group purpose="location"> 7656 <context-group purpose="location">
7447 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7657 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7448 <context context-type="linenumber">1</context> 7658 <context context-type="linenumber">1</context>
@@ -8294,6 +8504,12 @@
8294 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8504 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8295 <context context-type="linenumber">1</context> 8505 <context context-type="linenumber">1</context>
8296 </context-group> 8506 </context-group>
8507 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8508 <source>Unknown</source><target state="new">Unknown</target>
8509 <context-group purpose="location">
8510 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8511 <context context-type="linenumber">1</context>
8512 </context-group>
8297 </trans-unit> 8513 </trans-unit>
8298 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8514 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8299 <source>Your password has been successfully reset!</source> 8515 <source>Your password has been successfully reset!</source>
@@ -9841,7 +10057,19 @@
9841 <context-group name="null"> 10057 <context-group name="null">
9842 <context context-type="linenumber">1</context> 10058 <context context-type="linenumber">1</context>
9843 </context-group> 10059 </context-group>
9844 <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> 10060
10061 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10062 <source>Mute server</source><target state="new">Mute server</target>
10063 <context-group purpose="location">
10064 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10065 <context context-type="linenumber">1</context>
10066 </context-group>
10067 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10068 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10069 <context-group purpose="location">
10070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10071 <context context-type="linenumber">1</context>
10072 </context-group>
9845 </trans-unit> 10073 </trans-unit>
9846 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10074 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9847 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10075 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10169,7 +10397,25 @@
10169 <context context-type="linenumber">1</context> 10397 <context context-type="linenumber">1</context>
10170 </context-group> 10398 </context-group>
10171 10399
10172 <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><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><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10400 <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><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><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10401 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10402 <context-group purpose="location">
10403 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10404 <context context-type="linenumber">1</context>
10405 </context-group>
10406 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10407 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10408 <context-group purpose="location">
10409 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10410 <context context-type="linenumber">1</context>
10411 </context-group>
10412 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10413 <source>Delete video</source><target state="new">Delete video</target>
10414 <context-group purpose="location">
10415 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10416 <context context-type="linenumber">1</context>
10417 </context-group>
10418 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10173 <source>Encoder</source><target state="new">Encoder</target> 10419 <source>Encoder</source><target state="new">Encoder</target>
10174 <context-group purpose="location"> 10420 <context-group purpose="location">
10175 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10421 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10227,7 +10473,25 @@
10227 <context-group name="null"> 10473 <context-group name="null">
10228 <context context-type="linenumber">1</context> 10474 <context context-type="linenumber">1</context>
10229 </context-group> 10475 </context-group>
10230 <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> 10476
10477 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10478 <source>Video deleted.</source><target state="new">Video deleted.</target>
10479 <context-group purpose="location">
10480 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10481 <context context-type="linenumber">1</context>
10482 </context-group>
10483 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10484 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10485 <context-group purpose="location">
10486 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10487 <context context-type="linenumber">1</context>
10488 </context-group>
10489 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10490 <source>Mute reporter</source><target state="new">Mute reporter</target>
10491 <context-group purpose="location">
10492 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10493 <context context-type="linenumber">1</context>
10494 </context-group>
10231 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10495 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10232 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10496 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target>
10233 <context-group purpose="location"> 10497 <context-group purpose="location">
@@ -10251,8 +10515,8 @@
10251 <context context-type="linenumber">1</context> 10515 <context context-type="linenumber">1</context>
10252 </context-group> 10516 </context-group>
10253 <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> 10517 <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>
10254 </trans-unit><trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10518 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10255 <source>Duplicate (redundancy)</source><target state="new">Duplicate (redundancy)</target> 10519 <source>Mirror</source><target state="new">Mirror</target>
10256 <context-group purpose="location"> 10520 <context-group purpose="location">
10257 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10521 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10258 <context context-type="linenumber">1</context> 10522 <context context-type="linenumber">1</context>
@@ -10264,7 +10528,25 @@
10264 <context-group name="null"> 10528 <context-group name="null">
10265 <context context-type="linenumber">1</context> 10529 <context context-type="linenumber">1</context>
10266 </context-group> 10530 </context-group>
10267 <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> 10531
10532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10533 <source>Note</source><target state="new">Note</target>
10534 <context-group purpose="location">
10535 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10536 <context context-type="linenumber">61</context>
10537 </context-group>
10538 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10539 <source>The video was deleted</source><target state="new">The video was deleted</target>
10540 <context-group purpose="location">
10541 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10542 <context context-type="linenumber">71</context>
10543 </context-group>
10544 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10545 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10546 <context-group purpose="location">
10547 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10548 <context context-type="linenumber">72</context>
10549 </context-group>
10268 </trans-unit> 10550 </trans-unit>
10269 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10551 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10270 <source>Published</source> 10552 <source>Published</source>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 0564991a6..d469abf40 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被解除黑名單 </target> 284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被解除黑名單 </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被列入黑名單 </target> 289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被列入黑名單 </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已發佈 </target> 320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已發佈 </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已於您的站臺註冊 </target> 335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已於您的站臺註冊 </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 的管理員,同時也會轉發給影片來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 的管理員,同時也會轉發給影片來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -674,9 +682,9 @@
674 <context-group name="null"> 682 <context-group name="null">
675 <context context-type="linenumber">34</context> 683 <context context-type="linenumber">34</context>
676 </context-group> 684 </context-group>
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">34</context></context-group> 685
678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 686
679 </trans-unit> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
680 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 688 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
681 <source>Edit starts/stops at</source> 689 <source>Edit starts/stops at</source>
682 <target>編輯開始/停止於</target> 690 <target>編輯開始/停止於</target>
@@ -831,10 +839,13 @@
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
832 </trans-unit> 840 </trans-unit>
833 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
834 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 842 <source>
843 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
844 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 </source>
835 <target> 846 <target>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </target> 849 </target>
839 <context-group name="null"> 850 <context-group name="null">
840 <context context-type="linenumber">10</context> 851 <context context-type="linenumber">10</context>
@@ -842,9 +853,12 @@
842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
843 </trans-unit> 854 </trans-unit>
844 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
845 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 856 <source>
857 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
846 <target> 860 <target>
847 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 861 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
848 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 862 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
849 </target> 863 </target>
850 <context-group name="null"> 864 <context-group name="null">
@@ -853,9 +867,12 @@
853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
854 </trans-unit> 868 </trans-unit>
855 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 869 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
856 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 870 <source>
871 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
872 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
873 </source>
857 <target> 874 <target>
858 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 875 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 876 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
860 </target> 877 </target>
861 <context-group name="null"> 878 <context-group name="null">
@@ -872,10 +889,13 @@
872 </context-group> 889 </context-group>
873 </trans-unit> 890 </trans-unit>
874 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 891 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
875 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 892 <source>
893 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
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>
876 <target> 896 <target>
877 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 897 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
878 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 898 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 </target> 899 </target>
880 <context-group name="null"> 900 <context-group name="null">
881 <context context-type="linenumber">5</context> 901 <context context-type="linenumber">5</context>
@@ -934,9 +954,9 @@
934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
935 </trans-unit> 955 </trans-unit>
936 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 956 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
937 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 957 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
938 <target> 958 <target>
939 無限 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 959 無限 <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>"/>
940 </target> 960 </target>
941 <context-group name="null"> 961 <context-group name="null">
942 <context context-type="linenumber">53</context> 962 <context context-type="linenumber">53</context>
@@ -1092,20 +1112,20 @@
1092 <context-group name="null"> 1112 <context-group name="null">
1093 <context context-type="linenumber">23</context> 1113 <context context-type="linenumber">23</context>
1094 </context-group> 1114 </context-group>
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1115
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1116
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1117
1098 <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> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1119
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1121
1102 <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> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1123
1104 <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">26</context></context-group> 1124
1105 <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">22</context></context-group> 1125
1106 <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">25</context></context-group> 1126
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1127
1108 </trans-unit> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</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">33</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><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">26</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">22</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">25</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">48</context></context-group></trans-unit>
1109 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1129 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1110 <source>Ban this user</source> 1130 <source>Ban this user</source>
1111 <target>阻擋此使用者</target> 1131 <target>阻擋此使用者</target>
@@ -1120,8 +1140,8 @@
1120 <context-group name="null"> 1140 <context-group name="null">
1121 <context context-type="linenumber">11</context> 1141 <context context-type="linenumber">11</context>
1122 </context-group> 1142 </context-group>
1123 <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> 1143
1124 </trans-unit> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1125 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1145 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1126 <source>Login</source> 1146 <source>Login</source>
1127 <target> 1147 <target>
@@ -1131,90 +1151,120 @@
1131 <context context-type="linenumber">2</context> 1151 <context context-type="linenumber">2</context>
1132 </context-group> 1152 </context-group>
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1134 </trans-unit> 1154 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1135 <trans-unit id="d780b02074a6317126378e0365e1066c890a3570" datatype="html"> 1155 <source>
1136 <source>If you are looking for an account…</source> 1156 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1137 <target state="translated">如果您正在尋找帳號……</target> 1157 </source><target state="new">
1158 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1159 </target>
1138 <context-group purpose="location"> 1160 <context-group purpose="location">
1139 <context context-type="sourcefile">src/app/login/login.component.html</context> 1161 <context context-type="sourcefile">src/app/login/login.component.html</context>
1140 <context context-type="linenumber">7</context> 1162 <context context-type="linenumber">6</context>
1141 </context-group> 1163 </context-group>
1142 </trans-unit> 1164 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1143 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1165 <source>
1144 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1166 If you are looking for an account…
1145 <target state="translated">此站臺目前不允許使用者註冊,但您可以尋找另一個讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 在許多站臺中找到適合您的:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 1167 </source><target state="new">
1168 If you are looking for an account…
1169 </target>
1146 <context-group purpose="location"> 1170 <context-group purpose="location">
1147 <context context-type="sourcefile">src/app/login/login.component.html</context> 1171 <context context-type="sourcefile">src/app/login/login.component.html</context>
1148 <context context-type="linenumber">11</context> 1172 <context context-type="linenumber">12</context>
1173 </context-group>
1174 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1175 <source>
1176 Currently this instance doesn't allow for user registration, but you can find an instance
1177 that gives you the possibility to sign up for an account and upload your videos there.
1178
1179 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1180
1181 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1182 </source><target state="new">
1183 Currently this instance doesn't allow for user registration, but you can find an instance
1184 that gives you the possibility to sign up for an account and upload your videos there.
1185
1186 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1187
1188 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1189 </target>
1190 <context-group purpose="location">
1191 <context context-type="sourcefile">src/app/login/login.component.html</context>
1192 <context context-type="linenumber">16</context>
1149 </context-group> 1193 </context-group>
1150 </trans-unit> 1194 </trans-unit>
1195
1196
1151 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1197 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1152 <source>Request new verification email.</source> 1198 <source>Request new verification email.</source>
1153 <target>請求新的驗證電子郵件。</target> 1199 <target>請求新的驗證電子郵件。</target>
1154 <context-group name="null"> 1200 <context-group name="null">
1155 <context context-type="linenumber">16</context> 1201 <context context-type="linenumber">16</context>
1156 </context-group> 1202 </context-group>
1157 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">22</context></context-group> 1203
1158 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group> 1204
1159 </trans-unit> 1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1160 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1206 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1161 <source>User</source> 1207 <source>User</source>
1162 <target>使用者</target> 1208 <target>使用者</target>
1163 <context-group name="null"> 1209 <context-group name="null">
1164 <context context-type="linenumber">13</context> 1210 <context context-type="linenumber">13</context>
1165 </context-group> 1211 </context-group>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">28</context></context-group> 1212
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group> 1213
1168 </trans-unit> 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1169 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1215 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1170 <source>Username or email address</source> 1216 <source>Username or email address</source>
1171 <target>使用者名稱或電子郵件地址</target> 1217 <target>使用者名稱或電子郵件地址</target>
1172 <context-group name="null"> 1218 <context-group name="null">
1173 <context context-type="linenumber">15</context> 1219 <context context-type="linenumber">15</context>
1174 </context-group> 1220 </context-group>
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">30</context></context-group> 1221
1176 </trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1177 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87"> 1223 <source>
1178 <source>or create an account</source> 1224 or create an account
1179 <target> 1225 </source><target state="new">
1180 或建立帳號 1226 or create an account
1181 </target> 1227 </target>
1182 <context-group name="null"> 1228 <context-group purpose="location">
1183 <context context-type="linenumber">18</context> 1229 <context context-type="sourcefile">src/app/login/login.component.html</context>
1230 <context context-type="linenumber">40</context>
1184 </context-group> 1231 </context-group>
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">33</context></context-group>
1186 </trans-unit> 1232 </trans-unit>
1233
1187 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1234 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1188 <source>Password</source> 1235 <source>Password</source>
1189 <target>密碼</target> 1236 <target>密碼</target>
1190 <context-group name="null"> 1237 <context-group name="null">
1191 <context context-type="linenumber">54</context> 1238 <context context-type="linenumber">54</context>
1192 </context-group> 1239 </context-group>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1240
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1241
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group> 1242
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group> 1243
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1244
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group> 1245
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group> 1246
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group> 1247
1201 </trans-unit> 1248 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</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">106</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">106</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">52</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">54</context></context-group></trans-unit>
1202 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1249 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1203 <source>Click here to reset your password</source> 1250 <source>Click here to reset your password</source>
1204 <target state="translated">點擊此處以重設您的密碼</target> 1251 <target state="translated">點擊此處以重設您的密碼</target>
1205 <context-group purpose="location"> 1252
1206 <context context-type="sourcefile">src/app/login/login.component.html</context> 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
1207 <context context-type="linenumber">50</context>
1208 </context-group>
1209 </trans-unit>
1210 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1254 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1211 <source>Login</source> 1255 <source>Login</source>
1212 <target>登入</target> 1256 <target>登入</target>
1213 <context-group name="null"> 1257 <context-group name="null">
1214 <context context-type="linenumber">32</context> 1258 <context context-type="linenumber">32</context>
1215 </context-group> 1259 </context-group>
1216 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group> 1260
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group> 1261
1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1263 <source>Or sign in with</source><target state="new">Or sign in with</target>
1264 <context-group purpose="location">
1265 <context context-type="sourcefile">src/app/login/login.component.html</context>
1266 <context context-type="linenumber">68</context>
1267 </context-group>
1218 </trans-unit> 1268 </trans-unit>
1219 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1269 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1220 <source>Forgot your password</source> 1270 <source>Forgot your password</source>
@@ -1222,8 +1272,8 @@
1222 <context-group name="null"> 1272 <context-group name="null">
1223 <context context-type="linenumber">58</context> 1273 <context context-type="linenumber">58</context>
1224 </context-group> 1274 </context-group>
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">63</context></context-group> 1275
1226 </trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit>
1227 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a"> 1277 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a">
1228 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1278 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1229 <target> 1279 <target>
@@ -1232,40 +1282,40 @@
1232 <context-group name="null"> 1282 <context-group name="null">
1233 <context context-type="linenumber">65</context> 1283 <context context-type="linenumber">65</context>
1234 </context-group> 1284 </context-group>
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">70</context></context-group> 1285
1236 </trans-unit> 1286 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1237 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1287 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1238 <source>Email</source> 1288 <source>Email</source>
1239 <target>電子郵件</target> 1289 <target>電子郵件</target>
1240 <context-group name="null"> 1290 <context-group name="null">
1241 <context context-type="linenumber">43</context> 1291 <context context-type="linenumber">43</context>
1242 </context-group> 1292 </context-group>
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1293
1244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1294
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1295
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 1296
1247 <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">4</context></context-group> 1297
1248 <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">8</context></context-group> 1298
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1299
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1300
1251 </trans-unit> 1301 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</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">94</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">94</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">46</context></context-group><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">4</context></context-group><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">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">41</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">43</context></context-group></trans-unit>
1252 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1302 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1253 <source>Email address</source> 1303 <source>Email address</source>
1254 <target>電子郵件地址</target> 1304 <target>電子郵件地址</target>
1255 <context-group name="null"> 1305 <context-group name="null">
1256 <context context-type="linenumber">10</context> 1306 <context context-type="linenumber">10</context>
1257 </context-group> 1307 </context-group>
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">77</context></context-group> 1308
1259 <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">10</context></context-group> 1309
1260 </trans-unit> 1310 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><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">10</context></context-group></trans-unit>
1261 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1311 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1262 <source>Send me an email to reset my password</source> 1312 <source>Send me an email to reset my password</source>
1263 <target>傳送電子郵件給我以重設我的密碼</target> 1313 <target>傳送電子郵件給我以重設我的密碼</target>
1264 <context-group name="null"> 1314 <context-group name="null">
1265 <context context-type="linenumber">82</context> 1315 <context context-type="linenumber">82</context>
1266 </context-group> 1316 </context-group>
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group> 1317
1268 </trans-unit> 1318 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit>
1269 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1319 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1270 <source>Reset my password</source> 1320 <source>Reset my password</source>
1271 <target>重設我的密碼</target> 1321 <target>重設我的密碼</target>
@@ -1307,9 +1357,9 @@
1307 </context-group> 1357 </context-group>
1308 </trans-unit> 1358 </trans-unit>
1309 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1359 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1310 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1360 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1311 <target> 1361 <target>
1312 為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1362 為 <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>"/>
1313 </target> 1363 </target>
1314 <context-group name="null"> 1364 <context-group name="null">
1315 <context context-type="linenumber">6</context> 1365 <context context-type="linenumber">6</context>
@@ -1317,10 +1367,13 @@
1317 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1367 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1318 </trans-unit> 1368 </trans-unit>
1319 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1369 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1320 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1370 <source>
1371 Filters
1372 <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>"/>
1373 </source>
1321 <target> 1374 <target>
1322 過濾器 1375 過濾器
1323 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1376 <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>"/>
1324 </target> 1377 </target>
1325 <context-group name="null"> 1378 <context-group name="null">
1326 <context context-type="linenumber">16</context> 1379 <context context-type="linenumber">16</context>
@@ -1352,7 +1405,8 @@
1352 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1405 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1353 </trans-unit> 1406 </trans-unit>
1354 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1407 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1355 <source>CLI documentation</source> 1408 <source>CLI
1409 documentation</source>
1356 <target>CLI 1410 <target>CLI
1357 文件</target> 1411 文件</target>
1358 <context-group name="null"> 1412 <context-group name="null">
@@ -1369,7 +1423,8 @@
1369 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1423 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1370 </trans-unit> 1424 </trans-unit>
1371 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1425 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1372 <source>Administer documentation</source> 1426 <source>Administer
1427 documentation</source>
1373 <target>管理員 1428 <target>管理員
1374 文件</target> 1429 文件</target>
1375 <context-group name="null"> 1430 <context-group name="null">
@@ -1386,7 +1441,8 @@
1386 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1441 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1387 </trans-unit> 1442 </trans-unit>
1388 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1443 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1389 <source>Use documentation</source> 1444 <source>Use
1445 documentation</source>
1390 <target>使用 1446 <target>使用
1391 文件</target> 1447 文件</target>
1392 <context-group name="null"> 1448 <context-group name="null">
@@ -1411,16 +1467,16 @@
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1412 </trans-unit> 1468 </trans-unit>
1413 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1469 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1414 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1470 <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>
1415 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1471 <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>
1416 <context-group name="null"> 1472 <context-group name="null">
1417 <context context-type="linenumber">44</context> 1473 <context context-type="linenumber">44</context>
1418 </context-group> 1474 </context-group>
1419 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1420 </trans-unit> 1476 </trans-unit>
1421 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1477 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1422 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1478 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1423 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1479 <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>"/>
1424 </target> 1480 </target>
1425 <context-group name="null"> 1481 <context-group name="null">
1426 <context context-type="linenumber">47</context> 1482 <context context-type="linenumber">47</context>
@@ -1436,10 +1492,14 @@
1436 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1492 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1437 </trans-unit> 1493 </trans-unit>
1438 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1494 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1439 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1495 <source>
1496 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1497 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1498 is very important for visitors to understand on what type of instance they are.
1499 </source>
1440 <target> 1500 <target>
1441 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、 1501 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、
1442 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1502 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1443 都對訪客了解他們正在哪種站臺上非常重要。 1503 都對訪客了解他們正在哪種站臺上非常重要。
1444 </target> 1504 </target>
1445 <context-group name="null"> 1505 <context-group name="null">
@@ -1448,12 +1508,18 @@
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1449 </trans-unit> 1509 </trans-unit>
1450 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1510 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1451 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1511 <source>
1512 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1513 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1514 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1515 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1516 PeerTube instance.
1517 </source>
1452 <target> 1518 <target>
1453 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺 1519 如果您想要開放註冊,請決定好<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>"/>站臺
1454 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1520 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1455 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1521 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1456 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1522 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1457 PeerTube 站臺上註冊。 1523 PeerTube 站臺上註冊。
1458 </target> 1524 </target>
1459 <context-group name="null"> 1525 <context-group name="null">
@@ -1552,8 +1618,11 @@
1552 <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> 1618 <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>
1553 </trans-unit> 1619 </trans-unit>
1554 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1620 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1555 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1621 <source>
1556 <target state="translated">請考慮設定這些欄位以協助人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>適合的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>。沒有它們,您的站臺可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>上顯示。 </target> 1622 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1623 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1624 </source>
1625 <target state="translated">請考慮設定這些欄位以協助人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>適合的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>。沒有它們,您的站臺可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>上顯示。 </target>
1557 <context-group purpose="location"> 1626 <context-group purpose="location">
1558 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1627 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1559 <context context-type="linenumber">24</context> 1628 <context context-type="linenumber">24</context>
@@ -1986,8 +2055,11 @@
1986 </context-group> 2055 </context-group>
1987 </trans-unit> 2056 </trans-unit>
1988 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2057 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1989 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2058 <source>
1990 <target state="translated">跳到頻道 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2059 Jump to channel
2060 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2061 </source>
2062 <target state="translated">跳到頻道 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1991 <context-group purpose="location"> 2063 <context-group purpose="location">
1992 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2064 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1993 <context context-type="linenumber">18</context> 2065 <context context-type="linenumber">18</context>
@@ -2197,16 +2269,16 @@
2197 <context-group name="null"> 2269 <context-group name="null">
2198 <context context-type="linenumber">29</context> 2270 <context context-type="linenumber">29</context>
2199 </context-group> 2271 </context-group>
2200 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">29</context></context-group> 2272
2201 </trans-unit> 2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
2202 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2274 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2203 <source>Add this caption</source> 2275 <source>Add this caption</source>
2204 <target>新增此字幕</target> 2276 <target>新增此字幕</target>
2205 <context-group name="null"> 2277 <context-group name="null">
2206 <context context-type="linenumber">40</context> 2278 <context context-type="linenumber">40</context>
2207 </context-group> 2279 </context-group>
2208 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">41</context></context-group> 2280
2209 </trans-unit> 2281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
2210 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2282 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2211 <source>Title</source> 2283 <source>Title</source>
2212 <target>標題</target> 2284 <target>標題</target>
@@ -2225,8 +2297,12 @@
2225 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2297 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2226 </trans-unit> 2298 </trans-unit>
2227 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2299 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2228 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2300 <source>
2229 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>按下 Enter 以加入新的標籤。 </target> 2301 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2302 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2303 Press Enter to add a new tag.
2304 </source>
2305 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>按下 Enter 以加入新的標籤。 </target>
2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2306 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2231 </trans-unit> 2307 </trans-unit>
2232 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2308 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2391,7 +2467,7 @@
2391 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2467 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2392 </trans-unit> 2468 </trans-unit>
2393 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2469 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2394 <source>Already uploaded ✔</source> 2470 <source>Already uploaded ✔</source>
2395 <target>已上傳 ✔</target> 2471 <target>已上傳 ✔</target>
2396 <context-group name="null"> 2472 <context-group name="null">
2397 <context context-type="linenumber">179</context> 2473 <context context-type="linenumber">179</context>
@@ -2522,9 +2598,13 @@
2522 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2523 </trans-unit> 2599 </trans-unit>
2524 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2600 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2525 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2601 <source>
2602 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>"/>
2603 or URL that points to a raw MP4 file.
2604 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.
2605 </source>
2526 <target> 2606 <target>
2527 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2607 您可以匯入任何 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>"/>
2528 或指向原始 MP4 檔案的 URL。 2608 或指向原始 MP4 檔案的 URL。
2529 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。 2609 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2530 </target> 2610 </target>
@@ -2587,10 +2667,14 @@
2587 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2667 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2588 </trans-unit> 2668 </trans-unit>
2589 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2669 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2590 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2670 <source>
2671 Image that will be merged with your audio file.
2672 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2673 The chosen image will be definitive and cannot be modified.
2674 </source>
2591 <target> 2675 <target>
2592 圖片將會被合併到您的音訊檔中。 2676 圖片將會被合併到您的音訊檔中。
2593 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2677 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2594 選定的圖片將無法修改。 2678 選定的圖片將無法修改。
2595 </target> 2679 </target>
2596 <context-group name="null"> 2680 <context-group name="null">
@@ -2660,7 +2744,10 @@
2660 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2744 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2661 </trans-unit> 2745 </trans-unit>
2662 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2746 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2663 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2747 <source>
2748 You can import any torrent file that points to a mp4 file.
2749 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.
2750 </source>
2664 <target> 2751 <target>
2665 您可以匯入任何指向 mp4 檔案的 torrent 檔案。 2752 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2666 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。 2753 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
@@ -2679,8 +2766,12 @@
2679 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2766 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2680 </trans-unit> 2767 </trans-unit>
2681 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2768 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2682 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2769 <source>
2683 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來上傳您的影片。 </target> 2770 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2771 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2772 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2773 </source>
2774 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來上傳您的影片。 </target>
2684 <context-group purpose="location"> 2775 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2776 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2686 <context context-type="linenumber">2</context> 2777 <context context-type="linenumber">2</context>
@@ -2922,16 +3013,16 @@
2922 <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> 3013 <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>
2923 </trans-unit> 3014 </trans-unit>
2924 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3015 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2925 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3016 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2926 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3017 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2927 <context-group purpose="location"> 3018 <context-group purpose="location">
2928 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3019 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2929 <context context-type="linenumber">45</context> 3020 <context context-type="linenumber">45</context>
2930 </context-group> 3021 </context-group>
2931 </trans-unit> 3022 </trans-unit>
2932 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3023 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2933 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3024 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2934 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3025 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2935 <context-group purpose="location"> 3026 <context-group purpose="location">
2936 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3027 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2937 <context context-type="linenumber">56</context> 3028 <context context-type="linenumber">56</context>
@@ -3097,11 +3188,11 @@
3097 <context-group name="null"> 3188 <context-group name="null">
3098 <context context-type="linenumber">215</context> 3189 <context context-type="linenumber">215</context>
3099 </context-group> 3190 </context-group>
3100 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3191
3101 <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">21</context></context-group> 3192
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">20</context></context-group> 3193
3103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group> 3194
3104 </trans-unit> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</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">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3105 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3196 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3106 <source>Get more information</source> 3197 <source>Get more information</source>
3107 <target>取得更多資訊</target> 3198 <target>取得更多資訊</target>
@@ -3224,7 +3315,11 @@
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3315 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3225 </trans-unit> 3316 </trans-unit>
3226 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3317 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3227 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3318 <source>
3319 You can comment using an account on any ActivityPub-compatible instance.
3320 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3321 from within the software's interface.
3322 </source>
3228 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target> 3323 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target>
3229 <context-group purpose="location"> 3324 <context-group purpose="location">
3230 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3325 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3307,20 +3402,47 @@
3307 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3402 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3308 <source>Follow domain</source> 3403 <source>Follow domain</source>
3309 <target state="translated">追蹤網域</target> 3404 <target state="translated">追蹤網域</target>
3310 <context-group purpose="location"> 3405
3311 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3406 <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>
3312 <context context-type="linenumber">15</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3407 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3316 <source>Filter...</source> 3408 <source>Filter...</source>
3317 <target>過濾器……</target> 3409 <target>過濾器……</target>
3318 <context-group name="null"> 3410 <context-group name="null">
3319 <context context-type="linenumber">27</context> 3411 <context context-type="linenumber">27</context>
3320 </context-group> 3412 </context-group>
3321 <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> 3413
3322 <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> 3414
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">29</context></context-group> 3415
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</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">11</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">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</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">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3417 <source>Clear filters</source><target state="new">Clear filters</target>
3418 <context-group purpose="location">
3419 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3420 <context context-type="linenumber">15</context>
3421 </context-group>
3422 <context-group purpose="location">
3423 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3424 <context context-type="linenumber">15</context>
3425 </context-group>
3426 <context-group purpose="location">
3427 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3428 <context context-type="linenumber">34</context>
3429 </context-group>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3432 <context context-type="linenumber">16</context>
3433 </context-group>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3436 <context context-type="linenumber">31</context>
3437 </context-group>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3440 <context context-type="linenumber">15</context>
3441 </context-group>
3442 <context-group purpose="location">
3443 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3444 <context context-type="linenumber">15</context>
3445 </context-group>
3324 </trans-unit> 3446 </trans-unit>
3325 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3447 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3326 <source>ID</source> 3448 <source>ID</source>
@@ -3336,17 +3458,17 @@
3336 <context-group name="null"> 3458 <context-group name="null">
3337 <context context-type="linenumber">17</context> 3459 <context context-type="linenumber">17</context>
3338 </context-group> 3460 </context-group>
3339 <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> 3461
3340 </trans-unit> 3462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3341 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3463 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3342 <source>State</source> 3464 <source>State</source>
3343 <target>狀態</target> 3465 <target>狀態</target>
3344 <context-group name="null"> 3466 <context-group name="null">
3345 <context context-type="linenumber">10</context> 3467 <context context-type="linenumber">10</context>
3346 </context-group> 3468 </context-group>
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3469
3348 <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> 3470
3349 </trans-unit> 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</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>
3350 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3472 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3351 <source>Delayed.</source> 3473 <source>Delayed.</source>
3352 <target state="translated">已延遲。</target> 3474 <target state="translated">已延遲。</target>
@@ -3373,53 +3495,71 @@
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3374 </trans-unit> 3496 </trans-unit>
3375 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3497 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3376 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3498 <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>
3377 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 建立</target> 3499 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 建立</target>
3378 <context-group name="null"> 3500 <context-group name="null">
3379 <context context-type="linenumber">11</context> 3501 <context context-type="linenumber">11</context>
3380 </context-group> 3502 </context-group>
3381 <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> 3503
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">24</context></context-group> 3504
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group> 3505
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3506
3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3507
3386 <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> 3508
3387 </trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3388 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3510 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3389 <source>Accepted</source> 3511 <source>Accepted</source>
3390 <target>已接受</target> 3512 <target>已接受</target>
3391 <context-group name="null"> 3513 <context-group name="null">
3392 <context context-type="linenumber">32</context> 3514 <context context-type="linenumber">32</context>
3393 </context-group> 3515 </context-group>
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3516
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3517
3396 </trans-unit> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3397 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3519 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3398 <source>Pending</source> 3520 <source>Pending</source>
3399 <target>擱置中</target> 3521 <target>擱置中</target>
3400 <context-group name="null"> 3522 <context-group name="null">
3401 <context context-type="linenumber">33</context> 3523 <context context-type="linenumber">33</context>
3402 </context-group> 3524 </context-group>
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3525
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">35</context></context-group> 3526
3405 </trans-unit> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3406 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3528 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3407 <source>Accept</source> 3529 <source>Accept</source>
3408 <target>接受</target> 3530 <target>接受</target>
3409 <context-group name="null"> 3531 <context-group name="null">
3410 <context context-type="linenumber">41</context> 3532 <context context-type="linenumber">41</context>
3411 </context-group> 3533 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group> 3534
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3535
3414 </trans-unit> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3415 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3537 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3416 <source>Refuse</source> 3538 <source>Refuse</source>
3417 <target>拒絕</target> 3539 <target>拒絕</target>
3418 <context-group name="null"> 3540 <context-group name="null">
3419 <context context-type="linenumber">42</context> 3541 <context context-type="linenumber">42</context>
3420 </context-group> 3542 </context-group>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3543
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3544
3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3546 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3547 <context-group purpose="location">
3548 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3549 <context context-type="linenumber">55</context>
3550 </context-group>
3551 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3552 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3553 <context-group purpose="location">
3554 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3555 <context context-type="linenumber">56</context>
3556 </context-group>
3557 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3558 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3559 <context-group purpose="location">
3560 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3561 <context context-type="linenumber">5</context>
3562 </context-group>
3423 </trans-unit> 3563 </trans-unit>
3424 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3564 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3425 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source> 3565 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
@@ -3435,21 +3575,46 @@
3435 <context-group name="null"> 3575 <context-group name="null">
3436 <context context-type="linenumber">19</context> 3576 <context context-type="linenumber">19</context>
3437 </context-group> 3577 </context-group>
3438 <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> 3578
3439 </trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3440 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3580 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3441 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3581 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3442 <target state="translated">允許冗餘 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3582 <target state="translated">允許冗餘 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group> 3583
3444 </trans-unit> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3445 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3585 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target>
3446 <source>Follow domains</source>
3447 <target state="translated">追蹤網域</target>
3448 <context-group purpose="location"> 3586 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3450 <context context-type="linenumber">50</context> 3588 <context context-type="linenumber">37</context>
3589 </context-group>
3590 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3592 <context context-type="linenumber">35</context>
3593 </context-group>
3594 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3595 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target>
3596 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3598 <context context-type="linenumber">62</context>
3599 </context-group>
3600 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3601 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target>
3602 <context-group purpose="location">
3603 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3604 <context context-type="linenumber">63</context>
3605 </context-group>
3606 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3607 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3608 <context-group purpose="location">
3609 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3610 <context context-type="linenumber">5</context>
3451 </context-group> 3611 </context-group>
3452 </trans-unit> 3612 </trans-unit>
3613 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3614 <source>Follow domains</source>
3615 <target state="translated">追蹤網域</target>
3616
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3453 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3618 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3454 <source>My videos duplicated by remote instances</source> 3619 <source>My videos duplicated by remote instances</source>
3455 <target state="translated">我的影片被遠端站臺複製了</target> 3620 <target state="translated">我的影片被遠端站臺複製了</target>
@@ -3520,13 +3685,16 @@
3520 <context-group name="null"> 3685 <context-group name="null">
3521 <context context-type="linenumber">43</context> 3686 <context context-type="linenumber">43</context>
3522 </context-group> 3687 </context-group>
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3688
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3689
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3690
3526 </trans-unit> 3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">124</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">48</context></context-group></trans-unit>
3527 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3692 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3528 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3693 <source>
3529 <target state="translated">轉換編碼已啟用。影片配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>影片大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target> 3694 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3695 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3696 </source>
3697 <target state="translated">轉換編碼已啟用。影片配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>影片大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target>
3530 <context-group purpose="location"> 3698 <context-group purpose="location">
3531 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3699 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3532 <context context-type="linenumber">148</context> 3700 <context context-type="linenumber">148</context>
@@ -3615,68 +3783,62 @@
3615 <context-group name="null"> 3783 <context-group name="null">
3616 <context context-type="linenumber">19</context> 3784 <context context-type="linenumber">19</context>
3617 </context-group> 3785 </context-group>
3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group> 3786
3619 </trans-unit> 3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3620 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3788 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3621 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3789 <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>
3622 <target>使用者名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3790 <target>使用者名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3623 <context-group name="null"> 3791 <context-group name="null">
3624 <context context-type="linenumber">40</context> 3792 <context context-type="linenumber">40</context>
3625 </context-group> 3793 </context-group>
3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3794
3627 </trans-unit> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3628 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3796 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3629 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3797 <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>
3630 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3798 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3631 <context-group name="null"> 3799 <context-group name="null">
3632 <context context-type="linenumber">42</context> 3800 <context context-type="linenumber">42</context>
3633 </context-group> 3801 </context-group>
3634 <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> 3802
3635 </trans-unit> 3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3636 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3804 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3637 <source>(banned)</source> 3805 <source>(banned)</source>
3638 <target>(已阻擋)</target> 3806 <target>(已阻擋)</target>
3639 <context-group name="null"> 3807 <context-group name="null">
3640 <context context-type="linenumber">65</context> 3808 <context context-type="linenumber">65</context>
3641 </context-group> 3809 </context-group>
3642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group> 3810
3643 </trans-unit> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3644 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3812 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3645 <source>Open account in a new tab</source> 3813 <source>Open account in a new tab</source>
3646 <target state="translated">在新分頁中開啟帳號</target> 3814 <target state="translated">在新分頁中開啟帳號</target>
3647 <context-group purpose="location"> 3815
3648 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3816
3649 <context context-type="linenumber">65</context> 3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3650 </context-group>
3651 <context-group purpose="location">
3652 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3653 <context context-type="linenumber">27</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3818 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3657 <source>User's email must be verified to login</source> 3819 <source>User's email must be verified to login</source>
3658 <target>使用者的電子郵件必須驗證過才能登入</target> 3820 <target>使用者的電子郵件必須驗證過才能登入</target>
3659 <context-group name="null"> 3821 <context-group name="null">
3660 <context context-type="linenumber">72</context> 3822 <context context-type="linenumber">72</context>
3661 </context-group> 3823 </context-group>
3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group> 3824
3663 </trans-unit> 3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3664 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3826 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3665 <source>User's email is verified / User can login without email verification</source> 3827 <source>User's email is verified / User can login without email verification</source>
3666 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target> 3828 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target>
3667 <context-group name="null"> 3829 <context-group name="null">
3668 <context context-type="linenumber">76</context> 3830 <context context-type="linenumber">76</context>
3669 </context-group> 3831 </context-group>
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group> 3832
3671 </trans-unit> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
3672 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3834 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3673 <source>Ban reason:</source> 3835 <source>Ban reason:</source>
3674 <target>阻擋理由:</target> 3836 <target>阻擋理由:</target>
3675 <context-group name="null"> 3837 <context-group name="null">
3676 <context context-type="linenumber">95</context> 3838 <context context-type="linenumber">95</context>
3677 </context-group> 3839 </context-group>
3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group> 3840
3679 </trans-unit> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
3680 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3842 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3681 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3843 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3682 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target> 3844 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target>
@@ -3735,72 +3897,88 @@
3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3736 </trans-unit> 3898 </trans-unit>
3737 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3899 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3738 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3900 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3739 <target state="translated">影片 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3901 <target state="translated">影片 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3740 <context-group purpose="location"> 3902
3741 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3742 <context context-type="linenumber">10</context>
3743 </context-group>
3744 </trans-unit>
3745 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3904 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3746 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3905 <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>
3747 <target>影片名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3906 <target>影片名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3748 <context-group name="null"> 3907 <context-group name="null">
3749 <context context-type="linenumber">8</context> 3908 <context context-type="linenumber">8</context>
3750 </context-group> 3909 </context-group>
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group> 3910
3752 </trans-unit> 3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3753 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3912 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3754 <source>Video URL</source> 3913 <source>Video URL</source>
3755 <target state="translated">影片 URL</target> 3914 <target state="translated">影片 URL</target>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3915
3757 </trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3758 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3917 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3759 <source>Total size</source> 3918 <source>Total size</source>
3760 <target state="translated">總大小</target> 3919 <target state="translated">總大小</target>
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group> 3920
3762 </trans-unit> 3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
3763 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3922 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3764 <source>List redundancies</source> 3923 <source>List redundancies</source>
3765 <target state="translated">列出冗餘</target> 3924 <target state="translated">列出冗餘</target>
3925
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3927 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3766 <context-group purpose="location"> 3928 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3929 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3768 <context context-type="linenumber">33</context> 3930 <context context-type="linenumber">77</context>
3931 </context-group>
3932 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3933 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target>
3934 <context-group purpose="location">
3935 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3936 <context context-type="linenumber">78</context>
3769 </context-group> 3937 </context-group>
3770 </trans-unit> 3938 </trans-unit>
3771 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3939 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3772 <source>Enabled strategies stats</source> 3940 <source>Enabled strategies stats</source>
3773 <target state="translated">策略統計已啟用</target> 3941 <target state="translated">策略統計已啟用</target>
3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group> 3942
3775 </trans-unit> 3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
3776 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3944 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3777 <source>No redundancy strategy is enabled on your instance.</source> 3945 <source>No redundancy strategy is enabled on your instance.</source>
3778 <target state="translated">您的站臺未啟用策略統計。</target> 3946 <target state="translated">您的站臺未啟用策略統計。</target>
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group> 3947
3780 </trans-unit> 3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit>
3781 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3949 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3782 <source>Sensitive</source> 3950 <source>Sensitive</source>
3783 <target>敏感的</target> 3951 <target>敏感的</target>
3784 <context-group name="null"> 3952 <context-group name="null">
3785 <context context-type="linenumber">9</context> 3953 <context context-type="linenumber">9</context>
3786 </context-group> 3954 </context-group>
3787 <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">11</context></context-group> 3955
3788 </trans-unit> 3956 <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">25</context></context-group></trans-unit>
3789 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3957 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3790 <source>Unfederated</source> 3958 <source>Unfederated</source>
3791 <target>未加入聯盟</target> 3959 <target>未加入聯盟</target>
3792 <context-group name="null"> 3960 <context-group name="null">
3793 <context context-type="linenumber">10</context> 3961 <context context-type="linenumber">10</context>
3794 </context-group> 3962 </context-group>
3795 <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">12</context></context-group> 3963
3796 </trans-unit> 3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
3797 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3965 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3798 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3966 <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>
3799 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3967 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3800 <context-group name="null"> 3968 <context-group name="null">
3801 <context context-type="linenumber">11</context> 3969 <context context-type="linenumber">11</context>
3802 </context-group> 3970 </context-group>
3803 <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">13</context></context-group> 3971
3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3973 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target>
3974 <context-group purpose="location">
3975 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3976 <context context-type="linenumber">50</context>
3977 </context-group>
3978 <context-group purpose="location">
3979 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3980 <context context-type="linenumber">89</context>
3981 </context-group>
3804 </trans-unit> 3982 </trans-unit>
3805 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3983 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3806 <source>Go to the video</source> 3984 <source>Go to the video</source>
@@ -3808,25 +3986,37 @@
3808 <context-group name="null"> 3986 <context-group name="null">
3809 <context context-type="linenumber">33</context> 3987 <context context-type="linenumber">33</context>
3810 </context-group> 3988 </context-group>
3811 <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">28</context></context-group> 3989
3812 <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">33</context></context-group> 3990
3813 </trans-unit> 3991 <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">33</context></context-group></trans-unit>
3814 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3992 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3815 <source>Actions</source> 3993 <source>Actions</source>
3816 <target>動作</target> 3994 <target>動作</target>
3817 <context-group name="null"> 3995 <context-group name="null">
3818 <context context-type="linenumber">44</context> 3996 <context context-type="linenumber">44</context>
3819 </context-group> 3997 </context-group>
3820 <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">38</context></context-group> 3998
3821 <context-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> 3999
3822 </trans-unit> 4000 <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">72</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">123</context></context-group></trans-unit>
3823 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 4001 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3824 <source>Blacklist reason:</source> 4002 <source>Blacklist reason:</source>
3825 <target>黑名單理由:</target> 4003 <target>黑名單理由:</target>
3826 <context-group name="null"> 4004 <context-group name="null">
3827 <context context-type="linenumber">43</context> 4005 <context context-type="linenumber">43</context>
3828 </context-group> 4006 </context-group>
3829 <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">46</context></context-group> 4007
4008 <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">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4009 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target>
4010 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4012 <context context-type="linenumber">93</context>
4013 </context-group>
4014 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4015 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target>
4016 <context-group purpose="location">
4017 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4018 <context context-type="linenumber">94</context>
4019 </context-group>
3830 </trans-unit> 4020 </trans-unit>
3831 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 4021 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3832 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 4022 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
@@ -3861,6 +4051,42 @@
3861 <context context-type="linenumber">26</context> 4051 <context context-type="linenumber">26</context>
3862 </context-group> 4052 </context-group>
3863 <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">31</context></context-group> 4053 <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">31</context></context-group>
4054 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
4055 <source>Advanced report filters</source><target state="new">Advanced report filters</target>
4056 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4058 <context context-type="linenumber">18</context>
4059 </context-group>
4060 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4061 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
4062 <context-group purpose="location">
4063 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4064 <context context-type="linenumber">19</context>
4065 </context-group>
4066 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4067 <source>Accepted reports</source><target state="new">Accepted reports</target>
4068 <context-group purpose="location">
4069 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4070 <context context-type="linenumber">20</context>
4071 </context-group>
4072 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4073 <source>Refused reports</source><target state="new">Refused reports</target>
4074 <context-group purpose="location">
4075 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4076 <context context-type="linenumber">21</context>
4077 </context-group>
4078 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4079 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target>
4080 <context-group purpose="location">
4081 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4082 <context context-type="linenumber">22</context>
4083 </context-group>
4084 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4085 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
4086 <context-group purpose="location">
4087 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4088 <context context-type="linenumber">23</context>
4089 </context-group>
3864 </trans-unit> 4090 </trans-unit>
3865 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 4091 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3866 <source>Reporter</source> 4092 <source>Reporter</source>
@@ -3868,44 +4094,72 @@
3868 <context-group name="null"> 4094 <context-group name="null">
3869 <context context-type="linenumber">8</context> 4095 <context context-type="linenumber">8</context>
3870 </context-group> 4096 </context-group>
3871 <context-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> 4097
3872 </trans-unit> 4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3873 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4099 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3874 <source>Video</source> 4100 <source>Video</source>
3875 <target>影片</target> 4101 <target>影片</target>
3876 <context-group name="null"> 4102 <context-group name="null">
3877 <context context-type="linenumber">9</context> 4103 <context context-type="linenumber">9</context>
3878 </context-group> 4104 </context-group>
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">12</context></context-group> 4105
3880 <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> 4106
3881 <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> 4107
3882 </trans-unit> 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.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-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">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3883 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4109 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target>
3884 <source>Open video in a new tab</source>
3885 <target state="translated">在新分頁中開啟影片</target>
3886 <context-group purpose="location"> 4110 <context-group purpose="location">
3887 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4111 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3888 <context context-type="linenumber">46</context> 4112 <context context-type="linenumber">80</context>
4113 </context-group>
4114 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4115 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
4116 <context-group purpose="location">
4117 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4118 <context context-type="linenumber">91</context>
4119 </context-group>
4120 <context-group purpose="location">
4121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4122 <context context-type="linenumber">107</context>
4123 </context-group>
4124 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4125 <source>Video was deleted</source><target state="new">Video was deleted</target>
4126 <context-group purpose="location">
4127 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4128 <context context-type="linenumber">98</context>
4129 </context-group>
4130 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4131 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target>
4132 <context-group purpose="location">
4133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4134 <context context-type="linenumber">141</context>
4135 </context-group>
4136 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4137 <source>No video abuses found.</source><target state="new">No video abuses found.</target>
4138 <context-group purpose="location">
4139 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4140 <context context-type="linenumber">142</context>
3889 </context-group> 4141 </context-group>
3890 </trans-unit> 4142 </trans-unit>
4143 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4144 <source>Open video in a new tab</source>
4145 <target state="translated">在新分頁中開啟影片</target>
4146
4147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3891 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4148 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3892 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4149 <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>
3893 <target>陳述 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4150 <target>陳述 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3894 <context-group name="null"> 4151 <context-group name="null">
3895 <context context-type="linenumber">11</context> 4152 <context context-type="linenumber">11</context>
3896 </context-group> 4153 </context-group>
3897 <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> 4154
3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</context></context-group> 4155
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">13</context></context-group> 4156
3900 </trans-unit> 4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3901 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4158 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3902 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4159 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3903 <target state="translated">分數 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4160 <target state="translated">分數 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3904 <context-group purpose="location"> 4161
3905 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3906 <context context-type="linenumber">18</context>
3907 </context-group>
3908 </trans-unit>
3909 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4163 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3910 <source>Go to the account</source> 4164 <source>Go to the account</source>
3911 <target>到帳號</target> 4165 <target>到帳號</target>
@@ -3914,22 +4168,8 @@
3914 </context-group> 4168 </context-group>
3915 <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">27</context></context-group> 4169 <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">27</context></context-group>
3916 </trans-unit> 4170 </trans-unit>
3917 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4171
3918 <source>Reason:</source> 4172
3919 <target>理由:</target>
3920 <context-group name="null">
3921 <context context-type="linenumber">53</context>
3922 </context-group>
3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">68</context></context-group>
3924 </trans-unit>
3925 <trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3926 <source>Note:</source>
3927 <target state="translated">注意:</target>
3928 <context-group purpose="location">
3929 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3930 <context context-type="linenumber">72</context>
3931 </context-group>
3932 </trans-unit>
3933 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4173 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3934 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4174 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3935 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 回報</target> 4175 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 回報</target>
@@ -3937,6 +4177,50 @@
3937 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4177 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3938 <context context-type="linenumber">5</context> 4178 <context context-type="linenumber">5</context>
3939 </context-group> 4179 </context-group>
4180 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4181 <source>
4182 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4183 </source><target state="new">
4184 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4185 </target>
4186 <context-group purpose="location">
4187 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4188 <context context-type="linenumber">20</context>
4189 </context-group>
4190 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4191 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4192 <context-group purpose="location">
4193 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4194 <context context-type="linenumber">21</context>
4195 </context-group>
4196 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4197 <source>Reportee</source><target state="new">Reportee</target>
4198 <context-group purpose="location">
4199 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4200 <context context-type="linenumber">27</context>
4201 </context-group>
4202 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4203 <source>
4204 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4205 </source><target state="new">
4206 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4207 </target>
4208 <context-group purpose="location">
4209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4210 <context context-type="linenumber">40</context>
4211 </context-group>
4212 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4213 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4214 <context-group purpose="location">
4215 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4216 <context context-type="linenumber">41</context>
4217 </context-group>
4218 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4219 <source>Updated</source><target state="new">Updated</target>
4220 <context-group purpose="location">
4221 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4222 <context context-type="linenumber">47</context>
4223 </context-group>
3940 </trans-unit> 4224 </trans-unit>
3941 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4225 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3942 <source>Unblacklist</source> 4226 <source>Unblacklist</source>
@@ -3950,42 +4234,51 @@
3950 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4234 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3951 <source>Mute domain</source> 4235 <source>Mute domain</source>
3952 <target state="translated">靜音網域</target> 4236 <target state="translated">靜音網域</target>
3953 <context-group purpose="location"> 4237
3954 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4238 <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></trans-unit>
3955 <context context-type="linenumber">11</context>
3956 </context-group>
3957 </trans-unit>
3958 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4239 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3959 <source>Instance</source> 4240 <source>Instance</source>
3960 <target>實體</target> 4241 <target>實體</target>
3961 <context-group name="null"> 4242 <context-group name="null">
3962 <context context-type="linenumber">5</context> 4243 <context context-type="linenumber">5</context>
3963 </context-group> 4244 </context-group>
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4245
3965 <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> 4246
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4247
3967 </trans-unit> 4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-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>
3968 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4249 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3969 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 4250 <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>
3970 <target>靜音於 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4251 <target>靜音於 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3971 <context-group name="null"> 4252 <context-group name="null">
3972 <context context-type="linenumber">13</context> 4253 <context context-type="linenumber">13</context>
3973 </context-group> 4254 </context-group>
3974 <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> 4255
3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group> 4256
3976 <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> 4257
3977 <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> 4258
3978 </trans-unit> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><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>
3979 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4260 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3980 <source>Unmute</source> 4261 <source>Unmute</source>
3981 <target>解除靜音</target> 4262 <target>解除靜音</target>
3982 <context-group name="null"> 4263 <context-group name="null">
3983 <context context-type="linenumber">23</context> 4264 <context context-type="linenumber">23</context>
3984 </context-group> 4265 </context-group>
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group> 4266
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group> 4267
3987 <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">23</context></context-group> 4268
3988 <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> 4269
4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</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">49</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">23</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><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4271 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target>
4272 <context-group purpose="location">
4273 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4274 <context context-type="linenumber">51</context>
4275 </context-group>
4276 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4277 <source>No server found.</source><target state="new">No server found.</target>
4278 <context-group purpose="location">
4279 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4280 <context context-type="linenumber">52</context>
4281 </context-group>
3989 </trans-unit> 4282 </trans-unit>
3990 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4283 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3991 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4284 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
@@ -3998,27 +4291,33 @@
3998 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4291 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3999 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4292 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
4000 <target state="translated">看起來您似乎不在 HTTPS 伺服器上。您的網路伺服器必須啟用 TLS 才能追蹤伺服器。</target> 4293 <target state="translated">看起來您似乎不在 HTTPS 伺服器上。您的網路伺服器必須啟用 TLS 才能追蹤伺服器。</target>
4001 <context-group purpose="location"> 4294
4002 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
4003 <context context-type="linenumber">37</context>
4004 </context-group>
4005 </trans-unit>
4006 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4296 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4007 <source>Mute domains</source> 4297 <source>Mute domains</source>
4008 <target state="translated">靜音網域</target> 4298 <target state="translated">靜音網域</target>
4009 <context-group purpose="location"> 4299
4010 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
4011 <context context-type="linenumber">35</context>
4012 </context-group>
4013 </trans-unit>
4014 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4301 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4015 <source>Account</source> 4302 <source>Account</source>
4016 <target>帳號</target> 4303 <target>帳號</target>
4017 <context-group name="null"> 4304 <context-group name="null">
4018 <context context-type="linenumber">12</context> 4305 <context context-type="linenumber">12</context>
4019 </context-group> 4306 </context-group>
4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group> 4307
4021 <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> 4308
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-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-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4310 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target>
4311 <context-group purpose="location">
4312 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4313 <context context-type="linenumber">58</context>
4314 </context-group>
4315 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4316 <source>No account found.</source><target state="new">No account found.</target>
4317 <context-group purpose="location">
4318 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4319 <context context-type="linenumber">59</context>
4320 </context-group>
4022 </trans-unit> 4321 </trans-unit>
4023 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4322 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4024 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source> 4323 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
@@ -4163,8 +4462,8 @@
4163 <context-group name="null"> 4462 <context-group name="null">
4164 <context context-type="linenumber">22</context> 4463 <context context-type="linenumber">22</context>
4165 </context-group> 4464 </context-group>
4166 <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">29</context></context-group> 4465
4167 </trans-unit> 4466 <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">47</context></context-group></trans-unit>
4168 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 4467 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
4169 <source>System</source> 4468 <source>System</source>
4170 <target>系統</target> 4469 <target>系統</target>
@@ -4232,8 +4531,8 @@
4232 </context-group> 4531 </context-group>
4233 </trans-unit> 4532 </trans-unit>
4234 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4533 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4235 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4534 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4236 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4535 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4237 <context-group purpose="location"> 4536 <context-group purpose="location">
4238 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4537 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4239 <context context-type="linenumber">32</context> 4538 <context context-type="linenumber">32</context>
@@ -4281,8 +4580,8 @@
4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4282 </trans-unit> 4581 </trans-unit>
4283 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4582 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4284 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4583 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4285 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target> 4584 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target>
4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4287 </trans-unit> 4586 </trans-unit>
4288 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4587 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4324,8 +4623,8 @@
4324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4325 </trans-unit> 4624 </trans-unit>
4326 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4625 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4327 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4626 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4328 <target state="translated">管理 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 以建立良好的團隊。 </target> 4627 <target state="translated">管理 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以建立良好的團隊。 </target>
4329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4330 </trans-unit> 4629 </trans-unit>
4331 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4630 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4337,8 +4636,11 @@
4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4338 </trans-unit> 4637 </trans-unit>
4339 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4638 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4340 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4639 <source>
4341 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target> 4640 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/>"/>
4641 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4642 </source>
4643 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target>
4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4343 </trans-unit> 4645 </trans-unit>
4344 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4646 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4350,8 +4652,8 @@
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4351 </trans-unit> 4653 </trans-unit>
4352 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4654 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4353 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4655 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4354 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>時,將會在請求觀看影片時顯示確認方塊。 </target> 4656 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>時,將會在請求觀看影片時顯示確認方塊。 </target>
4355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4356 </trans-unit> 4658 </trans-unit>
4357 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4659 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4385,8 +4687,8 @@
4385 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4687 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4386 <source>Strategy</source> 4688 <source>Strategy</source>
4387 <target state="translated">策略</target> 4689 <target state="translated">策略</target>
4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group> 4690
4389 </trans-unit> 4691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4390 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4692 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4391 <source>Terms</source> 4693 <source>Terms</source>
4392 <target>條款</target> 4694 <target>條款</target>
@@ -4511,8 +4813,8 @@
4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4512 </trans-unit> 4814 </trans-unit>
4513 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4815 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4514 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4816 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4515 <target state="translated">使用<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>外掛程式與佈景主題<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>進行更多變動,或<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>新增少量修改<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 4817 <target state="translated">使用<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>外掛程式與佈景主題<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>進行更多變動,或<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>新增少量修改<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
4516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4517 </trans-unit> 4819 </trans-unit>
4518 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4820 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4574,8 +4876,8 @@
4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4575 </trans-unit> 4877 </trans-unit>
4576 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4878 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4577 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4879 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4578 <target state="translated">管理<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>以單獨設定他們的配額。 </target> 4880 <target state="translated">管理<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>以單獨設定他們的配額。 </target>
4579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4580 </trans-unit> 4882 </trans-unit>
4581 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4883 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4750,8 +5052,8 @@
4750 <context-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> 5052 <context-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>
4751 </trans-unit> 5053 </trans-unit>
4752 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5054 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4753 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5055 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4754 <target state="translated">管理與其他站臺的<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>關係<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 5056 <target state="translated">管理與其他站臺的<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>關係<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4756 </trans-unit> 5058 </trans-unit>
4757 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5059 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4770,8 +5072,8 @@
4770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4771 </trans-unit> 5073 </trans-unit>
4772 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5074 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4773 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5075 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4774 <target state="translated">您應該只追蹤您所信任的索引,或<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>自行架設<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 5076 <target state="translated">您應該只追蹤您所信任的索引,或<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>自行架設<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
4775 <context-group purpose="location"> 5077 <context-group purpose="location">
4776 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5078 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4777 <context context-type="linenumber">450</context> 5079 <context context-type="linenumber">450</context>
@@ -4864,8 +5166,14 @@
4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4865 </trans-unit> 5167 </trans-unit>
4866 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5168 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4867 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5169 <source>
4868 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 檢視您的站臺是否在白名單中。 </target> 5170 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/>"/>
5171 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/>"/>
5172 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5173 <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>"/>
5174 to see if you instance is whitelisted.
5175 </source>
5176 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 檢視您的站臺是否在白名單中。 </target>
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4870 </trans-unit> 5178 </trans-unit>
4871 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5179 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4882,7 +5190,10 @@
4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4883 </trans-unit> 5191 </trans-unit>
4884 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5192 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4885 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5193 <source>
5194 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5195 resources, this is a critical part of PeerTube, so tread carefully.
5196 </source>
4886 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target> 5197 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target>
4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4888 </trans-unit> 5199 </trans-unit>
@@ -4929,8 +5240,16 @@
4929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4930 </trans-unit> 5241 </trans-unit>
4931 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5242 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4932 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5243 <source>
4933 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5244 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5245
5246 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5247
5248 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5249
5250 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5251 </source>
5252 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4935 </trans-unit> 5254 </trans-unit>
4936 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5255 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4939,8 +5258,19 @@
4939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4940 </trans-unit> 5259 </trans-unit>
4941 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5260 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4942 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5261 <source>
4943 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>依賴於 ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放會更加快速,特別是長影片<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5262 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5263
5264 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5265 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5266 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5267 <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>"/>
5268 <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>"/>
5269 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5270
5271 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5272 </source>
5273 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>依賴於 ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放會更加快速,特別是長影片<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4945 </trans-unit> 5275 </trans-unit>
4946 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5276 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5003,13 +5333,24 @@
5003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5004 </trans-unit> 5334 </trans-unit>
5005 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5335 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5006 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5336 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5007 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5337 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5009 </trans-unit> 5339 </trans-unit>
5010 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5340 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5011 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5341 <source>
5012 <target state="translated">直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 以 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> 當前綴來覆寫樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5342 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/>"/>
5343 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5344 color: red;
5345 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5346 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5347 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5348 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5349 color: red;
5350 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5351 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5352 </source>
5353 <target state="translated">直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 以 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> 當前綴來覆寫樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5014 </trans-unit> 5355 </trans-unit>
5015 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5356 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5202,9 +5543,9 @@
5202 <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> 5543 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5203 </trans-unit> 5544 </trans-unit>
5204 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5545 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5205 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5546 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5206 <target> 5547 <target>
5207 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看影片時將會要求確認。 5548 有了 <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>"/>,觀看影片時將會要求確認。
5208 </target> 5549 </target>
5209 <context-group name="null"> 5550 <context-group name="null">
5210 <context context-type="linenumber">6</context> 5551 <context context-type="linenumber">6</context>
@@ -5234,9 +5575,9 @@
5234 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5235 </trans-unit> 5576 </trans-unit>
5236 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5577 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5237 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5578 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5238 <target> 5579 <target>
5239 您目前的電子郵件地址為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5580 您目前的電子郵件地址為 <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>"/>
5240</target> 5581</target>
5241 <context-group name="null"> 5582 <context-group name="null">
5242 <context context-type="linenumber">4</context> 5583 <context context-type="linenumber">4</context>
@@ -5244,9 +5585,9 @@
5244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5245 </trans-unit> 5586 </trans-unit>
5246 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5587 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5247 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5588 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5248 <target> 5589 <target>
5249 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 正在等待電子郵件驗證 5590 <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>"/> 正在等待電子郵件驗證
5250</target> 5591</target>
5251 <context-group name="null"> 5592 <context-group name="null">
5252 <context context-type="linenumber">8</context> 5593 <context context-type="linenumber">8</context>
@@ -5328,8 +5669,8 @@
5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5329 </trans-unit> 5670 </trans-unit>
5330 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5671 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5331 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5672 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5332 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5673 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5333 <context-group purpose="location"> 5674 <context-group purpose="location">
5334 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5675 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5335 <context context-type="linenumber">2</context> 5676 <context context-type="linenumber">2</context>
@@ -5365,10 +5706,13 @@
5365 <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> 5706 <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>
5366 </trans-unit> 5707 </trans-unit>
5367 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5708 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5368 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5709 <source>
5710 Created
5711 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5712 </source>
5369 <target> 5713 <target>
5370 已建立 5714 已建立
5371 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5715 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5372 </target> 5716 </target>
5373 <context-group name="null"> 5717 <context-group name="null">
5374 <context context-type="linenumber">15</context> 5718 <context context-type="linenumber">15</context>
@@ -5440,8 +5784,9 @@
5440 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5784 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5441 </trans-unit> 5785 </trans-unit>
5442 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5786 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5443 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5787 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5444 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target> 5788 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5789 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br />&lt;br /> 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target>
5445 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5790 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5791 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5447 </trans-unit> 5792 </trans-unit>
@@ -5468,24 +5813,18 @@
5468 <context-group name="null"> 5813 <context-group name="null">
5469 <context context-type="linenumber">8</context> 5814 <context context-type="linenumber">8</context>
5470 </context-group> 5815 </context-group>
5471 <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> 5816
5472 </trans-unit> 5817 <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>
5473 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5818 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5474 <source>See the error</source> 5819 <source>See the error</source>
5475 <target state="translated">檢視錯誤</target> 5820 <target state="translated">檢視錯誤</target>
5476 <context-group purpose="location"> 5821
5477 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5822 <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">20</context></context-group></trans-unit>
5478 <context context-type="linenumber">19</context>
5479 </context-group>
5480 </trans-unit>
5481 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5823 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5482 <source>This video was deleted</source> 5824 <source>This video was deleted</source>
5483 <target state="translated">此影片已刪除</target> 5825 <target state="translated">此影片已刪除</target>
5484 <context-group purpose="location"> 5826
5485 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5827 <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">37</context></context-group></trans-unit>
5486 <context context-type="linenumber">36</context>
5487 </context-group>
5488 </trans-unit>
5489 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5828 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5490 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5829 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5491 <target state="translated">一旦您刪除了您的帳號,就無法挽回了。系統將會要求您確認此動作。</target> 5830 <target state="translated">一旦您刪除了您的帳號,就無法挽回了。系統將會要求您確認此動作。</target>
@@ -5544,9 +5883,12 @@
5544 </context-group> 5883 </context-group>
5545 </trans-unit> 5884 </trans-unit>
5546 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5885 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5547 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5886 <source>
5887 <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>"/>
5888 Delete history
5889 </source>
5548 <target> 5890 <target>
5549 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5891 <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>"/>
5550 刪除歷史紀錄 5892 刪除歷史紀錄
5551 </target> 5893 </target>
5552 <context-group name="null"> 5894 <context-group name="null">
@@ -5563,9 +5905,12 @@
5563 </context-group> 5905 </context-group>
5564 </trans-unit> 5906 </trans-unit>
5565 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5907 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5566 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5908 <source>
5909 <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>"/>
5910 Notification preferences
5911 </source>
5567 <target> 5912 <target>
5568 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5913 <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>"/>
5569 通知偏好設定 5914 通知偏好設定
5570 </target> 5915 </target>
5571 <context-group name="null"> 5916 <context-group name="null">
@@ -5645,8 +5990,8 @@
5645 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5990 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5646 </trans-unit> 5991 </trans-unit>
5647 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5992 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5648 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5993 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5649 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5994 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5650 <context-group purpose="location"> 5995 <context-group purpose="location">
5651 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5996 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5652 <context context-type="linenumber">2</context> 5997 <context context-type="linenumber">2</context>
@@ -5674,9 +6019,9 @@
5674 <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> 6019 <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>
5675 </trans-unit> 6020 </trans-unit>
5676 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6021 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5677 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6022 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5678 <target> 6023 <target>
5679 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 6024 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
5680 </target> 6025 </target>
5681 <context-group name="null"> 6026 <context-group name="null">
5682 <context context-type="linenumber">13</context> 6027 <context context-type="linenumber">13</context>
@@ -6130,23 +6475,27 @@
6130 </context-group> 6475 </context-group>
6131 </trans-unit> 6476 </trans-unit>
6132 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6477 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6133 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6478 <source>
6134 <target state="translated">這是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 授權。 </target> 6479 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6480 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6481 </source>
6482 <target state="translated">這是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 授權。 </target>
6135 <context-group purpose="location"> 6483 <context-group purpose="location">
6136 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6484 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6137 <context context-type="linenumber">13</context> 6485 <context context-type="linenumber">13</context>
6138 </context-group> 6486 </context-group>
6139 </trans-unit> 6487 </trans-unit>
6140 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6488 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6141 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6489 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6142 <target state="translated">要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 6490 <target state="translated">要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
6143 <context-group purpose="location"> 6491 <context-group purpose="location">
6144 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6492 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6145 <context context-type="linenumber">18</context> 6493 <context context-type="linenumber">18</context>
6146 </context-group> 6494 </context-group>
6147 </trans-unit> 6495 </trans-unit>
6148 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6496 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6149 <source>Use PeerTube documentation</source> 6497 <source>Use PeerTube
6498 documentation</source>
6150 <target state="translated">使用 PeerTube 文件</target> 6499 <target state="translated">使用 PeerTube 文件</target>
6151 <context-group purpose="location"> 6500 <context-group purpose="location">
6152 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6501 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6162,7 +6511,8 @@
6162 </context-group> 6511 </context-group>
6163 </trans-unit> 6512 </trans-unit>
6164 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6513 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6165 <source>PeerTube Applications</source> 6514 <source>PeerTube
6515 Applications</source>
6166 <target state="translated">PeerTube 應用程式</target> 6516 <target state="translated">PeerTube 應用程式</target>
6167 <context-group purpose="location"> 6517 <context-group purpose="location">
6168 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6518 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6178,7 +6528,8 @@
6178 </context-group> 6528 </context-group>
6179 </trans-unit> 6529 </trans-unit>
6180 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6530 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6181 <source>Contribute on PeerTube</source> 6531 <source>Contribute on
6532 PeerTube</source>
6182 <target state="translated">在 PeerTube 上貢獻</target> 6533 <target state="translated">在 PeerTube 上貢獻</target>
6183 <context-group purpose="location"> 6534 <context-group purpose="location">
6184 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6535 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6202,7 +6553,11 @@
6202 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6553 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6203 </trans-unit> 6554 </trans-unit>
6204 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6555 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6205 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6556 <source>
6557 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6558 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6559 follows applies only if you want to keep using the P2P mode of PeerTube.
6560 </source>
6206 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target> 6561 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target>
6207 <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> 6562 <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>
6208 </trans-unit> 6563 </trans-unit>
@@ -6215,17 +6570,27 @@
6215 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6570 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6216 </trans-unit> 6571 </trans-unit>
6217 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6572 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6218 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6573 <source>
6574 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6575 In practice, this is much more difficult because:
6576 </source>
6219 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target> 6577 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target>
6220 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6578 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6221 </trans-unit> 6579 </trans-unit>
6222 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6580 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6223 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6581 <source>
6582 An HTTP request has to be sent on each tracker for each video to spy.
6583 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6584 </source>
6224 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target> 6585 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target>
6225 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6586 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6226 </trans-unit> 6587 </trans-unit>
6227 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6588 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6228 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6589 <source>
6590 For each request sent, the tracker returns random peers at a limited number.
6591 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
6592 requests sent to know every peer in the swarm
6593 </source>
6229 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target> 6594 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target>
6230 <context-group purpose="location"> 6595 <context-group purpose="location">
6231 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6596 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6238,7 +6603,10 @@
6238 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6603 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6239 </trans-unit> 6604 </trans-unit>
6240 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6605 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6241 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6606 <source>
6607 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
6608 video
6609 </source>
6242 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target> 6610 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target>
6243 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6611 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6244 </trans-unit> 6612 </trans-unit>
@@ -6248,12 +6616,21 @@
6248 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6616 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6249 </trans-unit> 6617 </trans-unit>
6250 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6618 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6251 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6619 <source>
6252 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來取得更多資訊 </target> 6620 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
6621 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6622 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6623 to forward the information to.
6624 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
6625 </source>
6626 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來取得更多資訊 </target>
6253 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6254 </trans-unit> 6628 </trans-unit>
6255 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6629 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6256 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6630 <source>
6631 The worst-case scenario of an average person spying on their friends is quite unlikely.
6632 There are much more effective ways to get that kind of information.
6633 </source>
6257 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target> 6634 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target>
6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6635 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6259 </trans-unit> 6636 </trans-unit>
@@ -6266,7 +6643,11 @@
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6643 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6267 </trans-unit> 6644 </trans-unit>
6268 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6645 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6269 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6646 <source>
6647 The threats to privacy with YouTube are different from PeerTube's.
6648 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6649 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6650 </source>
6270 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target> 6651 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target>
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6652 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6272 </trans-unit> 6653 </trans-unit>
@@ -6279,7 +6660,12 @@
6279 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6280 </trans-unit> 6661 </trans-unit>
6281 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6662 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6282 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6663 <source>
6664 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
6665 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6666 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.
6667 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6668 </source>
6283 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target> 6669 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target>
6284 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6670 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6285 </trans-unit> 6671 </trans-unit>
@@ -6292,7 +6678,10 @@
6292 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6293 </trans-unit> 6679 </trans-unit>
6294 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6680 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6295 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6681 <source>
6682 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6683 and render attacks less likely. Here is what we put in place so far:
6684 </source>
6296 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target> 6685 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target>
6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6686 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6298 </trans-unit> 6687 </trans-unit>
@@ -6317,7 +6706,10 @@
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6706 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6318 </trans-unit> 6707 </trans-unit>
6319 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6708 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6320 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6709 <source>
6710 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6711 WebRTC in your browser.
6712 </source>
6321 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target> 6713 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target>
6322 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6714 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6323 </trans-unit> 6715 </trans-unit>
@@ -6354,8 +6746,8 @@
6354 </context-group> 6746 </context-group>
6355 </trans-unit> 6747 </trans-unit>
6356 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6748 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6357 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6749 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6358 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 開發</target> 6750 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 開發</target>
6359 <context-group purpose="location"> 6751 <context-group purpose="location">
6360 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6752 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6361 <context context-type="linenumber">3</context> 6753 <context context-type="linenumber">3</context>
@@ -6436,9 +6828,12 @@
6436 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6828 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6437 </trans-unit> 6829 </trans-unit>
6438 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6830 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6439 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6831 <source>
6832 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/>"/>
6833 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.
6834 </source>
6440 <target> 6835 <target>
6441 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6836 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6442 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。 6837 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。
6443 </target> 6838 </target>
6444 <context-group name="null"> 6839 <context-group name="null">
@@ -6515,11 +6910,16 @@
6515 </context-group> 6910 </context-group>
6516 </trans-unit> 6911 </trans-unit>
6517 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6912 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6518 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6913 <source>
6914 I am at least 16 years old and agree
6915 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>"/>
6916 <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>"/>
6917 of this instance
6918 </source>
6519 <target> 6919 <target>
6520 我至少 16 歲並同意此站臺的 6920 我至少 16 歲並同意此站臺的
6521 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6921 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6522 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6922 <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>"/>
6523 </target> 6923 </target>
6524 <context-group name="null"> 6924 <context-group name="null">
6525 <context context-type="linenumber">65</context> 6925 <context context-type="linenumber">65</context>
@@ -6623,8 +7023,8 @@
6623 </context-group> 7023 </context-group>
6624 </trans-unit> 7024 </trans-unit>
6625 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7025 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6626 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7026 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6627 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> 保留了原始音訊軌,但沒有影片</target> 7027 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> 保留了原始音訊軌,但沒有影片</target>
6628 <context-group purpose="location"> 7028 <context-group purpose="location">
6629 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7029 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6630 <context context-type="linenumber">1</context> 7030 <context context-type="linenumber">1</context>
@@ -7375,15 +7775,14 @@
7375 <context context-type="linenumber">1</context> 7775 <context context-type="linenumber">1</context>
7376 </context-group> 7776 </context-group>
7377 <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> 7777 <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>
7378 </trans-unit> 7778 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7379 <trans-unit id="53f1b1c721870641753bde76831e4c75b969ac1b" datatype="html"> 7779 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7380 <source>User <x id="INTERPOLATION" equiv-text="{{user.username}}"/> updated.</source>
7381 <target state="translated">使用者 <x id="INTERPOLATION" equiv-text="{{user.username}}"/> 已更新。</target>
7382 <context-group purpose="location"> 7780 <context-group purpose="location">
7383 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7781 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7384 <context context-type="linenumber">1</context> 7782 <context context-type="linenumber">1</context>
7385 </context-group> 7783 </context-group>
7386 </trans-unit> 7784 </trans-unit>
7785
7387 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7786 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7388 <source>Update user</source> 7787 <source>Update user</source>
7389 <target>更新使用者</target> 7788 <target>更新使用者</target>
@@ -8252,6 +8651,12 @@
8252 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8651 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8253 <context context-type="linenumber">1</context> 8652 <context context-type="linenumber">1</context>
8254 </context-group> 8653 </context-group>
8654 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8655 <source>Unknown</source><target state="new">Unknown</target>
8656 <context-group purpose="location">
8657 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8658 <context context-type="linenumber">1</context>
8659 </context-group>
8255 </trans-unit> 8660 </trans-unit>
8256 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8661 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8257 <source>Your password has been successfully reset!</source> 8662 <source>Your password has been successfully reset!</source>
@@ -8323,7 +8728,7 @@
8323 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8728 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8324 </trans-unit> 8729 </trans-unit>
8325 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8730 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8326 <source>Long (&gt; 10 min)</source> 8731 <source>Long (> 10 min)</source>
8327 <target>長(大於 10 分鐘)</target> 8732 <target>長(大於 10 分鐘)</target>
8328 <context-group name="null"> 8733 <context-group name="null">
8329 <context context-type="linenumber">1</context> 8734 <context context-type="linenumber">1</context>
@@ -9683,8 +10088,8 @@
9683 <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> 10088 <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>
9684 </trans-unit> 10089 </trans-unit>
9685 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10090 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9686 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10091 <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>
9687 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 相容支援:</target> 10092 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 相容支援:</target>
9688 <context-group name="null"> 10093 <context-group name="null">
9689 <context context-type="linenumber">1</context> 10094 <context context-type="linenumber">1</context>
9690 </context-group> 10095 </context-group>
@@ -9808,7 +10213,19 @@
9808 <context-group name="null"> 10213 <context-group name="null">
9809 <context context-type="linenumber">1</context> 10214 <context context-type="linenumber">1</context>
9810 </context-group> 10215 </context-group>
9811 <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> 10216
10217 <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><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><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10218 <source>Mute server</source><target state="new">Mute server</target>
10219 <context-group purpose="location">
10220 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10221 <context context-type="linenumber">1</context>
10222 </context-group>
10223 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10224 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10225 <context-group purpose="location">
10226 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10227 <context context-type="linenumber">1</context>
10228 </context-group>
9812 </trans-unit> 10229 </trans-unit>
9813 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10230 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
9814 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10231 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
@@ -10156,6 +10573,24 @@
10156 </context-group> 10573 </context-group>
10157 <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> 10574 <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>
10158 <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> 10575 <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>
10576 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10577 <source>Unblacklist video</source><target state="new">Unblacklist video</target>
10578 <context-group purpose="location">
10579 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10580 <context context-type="linenumber">1</context>
10581 </context-group>
10582 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10583 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target>
10584 <context-group purpose="location">
10585 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10586 <context context-type="linenumber">1</context>
10587 </context-group>
10588 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10589 <source>Delete video</source><target state="new">Delete video</target>
10590 <context-group purpose="location">
10591 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10592 <context context-type="linenumber">1</context>
10593 </context-group>
10159 </trans-unit> 10594 </trans-unit>
10160 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10595 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10161 <source>Encoder</source> 10596 <source>Encoder</source>
@@ -10224,7 +10659,25 @@
10224 <context-group name="null"> 10659 <context-group name="null">
10225 <context context-type="linenumber">1</context> 10660 <context context-type="linenumber">1</context>
10226 </context-group> 10661 </context-group>
10227 <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> 10662
10663 <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><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="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10664 <source>Video deleted.</source><target state="new">Video deleted.</target>
10665 <context-group purpose="location">
10666 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10667 <context context-type="linenumber">1</context>
10668 </context-group>
10669 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10670 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target>
10671 <context-group purpose="location">
10672 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10673 <context context-type="linenumber">1</context>
10674 </context-group>
10675 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10676 <source>Mute reporter</source><target state="new">Mute reporter</target>
10677 <context-group purpose="location">
10678 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10679 <context context-type="linenumber">1</context>
10680 </context-group>
10228 </trans-unit> 10681 </trans-unit>
10229 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10682 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10230 <source>This video will be duplicated by your instance.</source> 10683 <source>This video will be duplicated by your instance.</source>
@@ -10250,22 +10703,39 @@
10250 <context context-type="linenumber">1</context> 10703 <context context-type="linenumber">1</context>
10251 </context-group> 10704 </context-group>
10252 <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> 10705 <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>
10253 </trans-unit> 10706 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10254 <trans-unit id="fb6f1916659a093d943fab8322777922796efe27" datatype="html"> 10707 <source>Mirror</source><target state="new">Mirror</target>
10255 <source>Duplicate (redundancy)</source>
10256 <target state="translated">複製(冗餘)</target>
10257 <context-group purpose="location"> 10708 <context-group purpose="location">
10258 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10709 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10259 <context context-type="linenumber">1</context> 10710 <context context-type="linenumber">1</context>
10260 </context-group> 10711 </context-group>
10261 </trans-unit> 10712 </trans-unit>
10713
10262 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10714 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10263 <source>Report</source> 10715 <source>Report</source>
10264 <target>回報</target> 10716 <target>回報</target>
10265 <context-group name="null"> 10717 <context-group name="null">
10266 <context context-type="linenumber">1</context> 10718 <context context-type="linenumber">1</context>
10267 </context-group> 10719 </context-group>
10268 <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> 10720
10721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10722 <source>Note</source><target state="new">Note</target>
10723 <context-group purpose="location">
10724 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10725 <context context-type="linenumber">61</context>
10726 </context-group>
10727 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10728 <source>The video was deleted</source><target state="new">The video was deleted</target>
10729 <context-group purpose="location">
10730 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10731 <context context-type="linenumber">71</context>
10732 </context-group>
10733 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10734 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target>
10735 <context-group purpose="location">
10736 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10737 <context context-type="linenumber">72</context>
10738 </context-group>
10269 </trans-unit> 10739 </trans-unit>
10270 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 10740 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
10271 <source>Published</source> 10741 <source>Published</source>